Portál AbcLinuxu, 5. listopadu 2025 09:58
<VirtualHost *:80>
DocumentRoot /home/httpd/pma
ServerName pma
ErrorLog /var/log/httpd/pma-error_log
CustomLog /var/log/httpd/localhost-access_log common
<Directory /home/httpd/pma>
DirectoryIndex index.php
Options All
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
neví někdo co s tím ?? ja už nevím a navíc sem hrozně ospalej (:-/
)
<VirtualHost *:80>
DocumentRoot /home/httpd/pma
ServerName pma
ErrorLog /var/log/httpd/pma-error_log
CustomLog /var/log/httpd/pma-access_log common
<Directory "/home/httpd/pma">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.