1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-03 06:55:03 +03:00
ifhub.club/tests/travis/configs/apache_vhost
2012-11-22 11:58:09 +02:00

30 lines
629 B
Plaintext

<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot PATH
ServerName livestreet.test
ErrorLog ${APACHE_LOG_DIR}/livestreet.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
CustomLog ${APACHE_LOG_DIR}/livestreet.log combined
</VirtualHost>
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot PATH
ServerName livestreet.test
ErrorLog ${APACHE_LOG_DIR}/livestreet.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
CustomLog ${APACHE_LOG_DIR}/livestreet.log combined
</VirtualHost>