Adding http config file
This commit is contained in:
parent
6ad7c95ea7
commit
7827880a51
|
|
@ -0,0 +1,11 @@
|
|||
<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>
|
||||
Loading…
Reference in New Issue