envdev/lamp-trusty64/data/Apache/phpmyadmin.conf

18 lines
765 B
Plaintext
Raw Normal View History

2014-12-12 13:43:26 +01:00
<VirtualHost *:80>
ServerName phpmyadmin.sd.dev
UseCanonicalName On
UseCanonicalPhysicalPort On
2015-12-15 10:55:10 +01:00
DocumentRoot /home/vhosts/phpMyAdmin-VERSION-all-languages
<Directory /home/vhosts/phpMyAdmin-VERSION-all-languages/>
EnableSendfile Off
AllowOverride all
Require all granted
2014-12-12 13:43:26 +01:00
</Directory>
# Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
# error, crit, alert, emerg.
# It is also possible to configure the loglevel for particular
# modules, e.g.
LogLevel error
ErrorLog ${APACHE_LOG_DIR}/phpmyadmin-error.log
CustomLog ${APACHE_LOG_DIR}/phpmyadmin-access.log combined
2014-12-12 13:43:26 +01:00
</VirtualHost>