envdev/lamp-trusty64/data/phpmyadmin.conf

17 lines
706 B
Plaintext
Raw Normal View History

2014-12-12 13:43:26 +01:00
<VirtualHost *:80>
ServerName phpmyadmin.sd.dev
UseCanonicalName On
UseCanonicalPhysicalPort On
DocumentRoot /home/vhosts/phpmyadmin
<Directory /home/vhosts/phpmyadmin/>
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 /home/vhosts/apachelog/phpmyadmin-error.log
CustomLog /home/vhosts/apachelog/phpmyadmin-access.log combined
</VirtualHost>