12 lines
415 B
Plaintext
12 lines
415 B
Plaintext
<VirtualHost *:80>
|
|
ServerName myresolver.net
|
|
|
|
DocumentRoot /var/www/myresolver/html
|
|
LogLevel warn
|
|
ErrorLog /var/log/httpd/http-myresolver.net-error_log
|
|
CustomLog /var/log/httpd/http-myresolver.net-referer_log referer
|
|
CustomLog /var/log/httpd/http-myresolver.net-agent_log agent
|
|
CustomLog /var/log/httpd/http-myresolver.net-access_log combined
|
|
|
|
</VirtualHost>
|