Use internal Apache Lofg Dir for performance reason
This commit is contained in:
parent
3e8913dcc7
commit
075f5b2a64
@ -13,6 +13,6 @@
|
||||
# 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
|
||||
ErrorLog ${APACHE_LOG_DIR}/phpmyadmin-error.log
|
||||
CustomLog ${APACHE_LOG_DIR}/phpmyadmin-access.log combined
|
||||
</VirtualHost>
|
@ -3,7 +3,8 @@
|
||||
UseCanonicalName On
|
||||
UseCanonicalPhysicalPort On
|
||||
DocumentRoot /home/vhosts/test
|
||||
<Directory /home/vhosts/test/>
|
||||
<Directory /home/vhosts/test/>
|
||||
# EnableSendFile is disable for performance reason under vagrant
|
||||
EnableSendfile Off
|
||||
Options Indexes FollowSymLinks MultiViews
|
||||
AllowOverride all
|
||||
@ -14,6 +15,6 @@
|
||||
# It is also possible to configure the loglevel for particular
|
||||
# modules, e.g.
|
||||
LogLevel error
|
||||
ErrorLog /home/vhosts/apachelog/test-error.log
|
||||
CustomLog /home/vhosts/apachelog/test-access.log combined
|
||||
ErrorLog ${APACHE_LOG_DIR}/test-error.log
|
||||
CustomLog ${APACHE_LOG_DIR}/test-access.log combined
|
||||
</VirtualHost>
|
Loading…
Reference in New Issue
Block a user