]> TLD Linux GIT Repositories - packages/apache.git/blob - apache-example.net.conf
- release 2
[packages/apache.git] / apache-example.net.conf
1 # This is example config file for virtual host "example.net"
2
3 # Redirect only vhost. Use permanent url for same resource.
4 #<VirtualHost *:80>
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
12 #       DocumentRoot /home/services/httpd/vhosts/example.net
13 #       ErrorLog logs/example.net-error_log
14 #       TransferLog logs/example.net-access_log
15 #</VirtualHost>
16
17 #<Directory "/home/services/httpd/vhosts/example.net">
18 #  AllowOverride None
19 #  Options None
20 #  <IfModule mod_authz_host.c>
21 #    Require all granted
22 #  </IfModule>
23 #</Directory>