]> git.pld-linux.org Git - packages/apache.git/blame - apache-example.net.conf
- rel 4; use currently available (unofficial) fix for latest 'Range' vuln.
[packages/apache.git] / apache-example.net.conf
CommitLineData
85805405 1# This is example config file for virtual host "example.net"
2
69e68cc7 3# Redirect only vhost. Use permanent url for same resource.
85805405 4#<VirtualHost *:80>
69e68cc7
ER
5# ServerAlias example.net
6# RedirectPermanent / http://www.example.net
7#</VirtualHost>
8
9#<VirtualHost *:80>
10# ServerName www.example.net
11# ServerAdmin webmaster@example.net
4c0e4cb5 12# DocumentRoot /home/services/httpd/vhosts/example.net
69e68cc7
ER
13# ErrorLog logs/example.net-error_log
14# TransferLog logs/example.net-access_log
85805405 15#</VirtualHost>
3ed39edb 16
17#<Directory "/home/services/httpd/vhosts/example.net">
18# AllowOverride None
19# Options None
20# <IfModule mod_authz_host.c>
21# Order allow,deny
22# Allow from all
23# </IfModule>
24#</Directory>
This page took 0.058767 seconds and 4 git commands to generate.