]> git.pld-linux.org Git - packages/apache.git/blame_incremental - apache-example.net.conf
add webserver(headers) provide
[packages/apache.git] / apache-example.net.conf
... / ...
CommitLineData
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# Order allow,deny
22# Allow from all
23# </IfModule>
24#</Directory>
This page took 0.131416 seconds and 4 git commands to generate.