16 lines
414 B
Text
16 lines
414 B
Text
<VirtualHost *:80>
|
|
#ServerName www.example.com
|
|
|
|
ServerAdmin contact@
|
|
DocumentRoot /var/www/html
|
|
|
|
#LogLevel info ssl:warn
|
|
|
|
RemoteIPHeader CF-Connecting-IP
|
|
LogFormat "%a %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined
|
|
|
|
ErrorLog ${APACHE_LOG_DIR}/error.log
|
|
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
|
|
|
#Include conf-available/serve-cgi-bin.conf
|
|
</VirtualHost>
|