/[svn.andrew.net.au]/changelogs.debian.net/apache.conf
ViewVC logotype

Contents of /changelogs.debian.net/apache.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4 - (show annotations)
Wed Jun 28 04:30:16 2006 UTC (18 years, 2 months ago) by apollock
File size: 685 byte(s)
Initial import of changelogs.debian.net

1 <VirtualHost 210.18.204.2:80>
2 ServerAdmin apollock@debian.org
3 DocumentRoot /srv/andrew.net.au/changelogs
4 ServerName changelogs.andrew.net.au
5 ServerAlias changelog.andrew.net.au changelogs.debian.net changelog.debian.net
6 CustomLog /var/log/apache2/changelogs-access.log common
7 ErrorLog /var/log/apache2/changelogs-error.log
8
9 RewriteEngine on
10 RewriteRule ^/Pics - [last]
11 RewriteRule ^/logos - [last]
12 RewriteRule ^/default.css - [last]
13 RewriteRule ^/favicon.ico - [last]
14 RewriteRule ^/index.php$ - [last]
15 RewriteRule ^/$ http://%{SERVER_NAME}/index.php [last]
16 RewriteRule ^/(.*)$ /changelog.php/$1 [noescape]
17 #RewriteRule ^/(.*)$ http://%{SERVER_NAME}/redirector.php [NE]
18
19 </VirtualHost>

  ViewVC Help
Powered by ViewVC 1.1.22