envdev/lamp-trusty64/data/Apache/phpmyadmin.conf
2015-12-15 11:16:05 +01:00

18 lines
765 B
Plaintext

<VirtualHost *:80>
ServerName phpmyadmin.sd.dev
UseCanonicalName On
UseCanonicalPhysicalPort On
DocumentRoot /home/vhosts/phpMyAdmin-VERSION-all-languages
<Directory /home/vhosts/phpMyAdmin-VERSION-all-languages/>
EnableSendfile Off
AllowOverride all
Require all granted
</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
</VirtualHost>