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/>
|
2014-12-19 22:18:20 +01:00
|
|
|
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
|
2015-02-06 10:06:51 +01:00
|
|
|
ErrorLog ${APACHE_LOG_DIR}/phpmyadmin-error.log
|
|
|
|
CustomLog ${APACHE_LOG_DIR}/phpmyadmin-access.log combined
|
2014-12-12 13:43:26 +01:00
|
|
|
</VirtualHost>
|