]> git.pld-linux.org Git - packages/apache.git/blame - apache-example.net.conf
- BR: pkgconfig
[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
12# DocumentRoot /home/services/vhosts/example.net
13# ErrorLog logs/example.net-error_log
14# TransferLog logs/example.net-access_log
85805405 15#</VirtualHost>
This page took 0.025063 seconds and 4 git commands to generate.