Fixed cgi-bin directory pointer.

svn path=/trunk/; revision=8135
This commit is contained in:
Reinhard Müller 2007-04-24 08:22:56 +00:00
parent 850601ed0f
commit 430163b71f
1 changed files with 7 additions and 0 deletions

View File

@ -4,6 +4,7 @@ NameVirtualHost *:80
ErrorLog /var/log/apache/fsfeurope.org-error.log
CustomLog /var/log/apache/fsfeurope.org-access.log combined
DocumentRoot /home/www/html/global/
ScriptAlias /cgi-bin/ /home/www/html/global/cgi-bin/
ServerName fsfeurope.org
ServerAlias www.fsfeurope.org
</VirtualHost>
@ -12,6 +13,7 @@ NameVirtualHost *:80
ErrorLog /var/log/apache/spain.fsfeurope.org-error.log
CustomLog /var/log/apache/spain.fsfeurope.org-access.log combined
DocumentRoot /home/www/html/es/
ScriptAlias /cgi-bin/ /home/www/html/es/cgi-bin/
ServerName spain.fsfeurope.org
ServerAlias www.spain.fsfeurope.org
</VirtualHost>
@ -20,6 +22,7 @@ NameVirtualHost *:80
ErrorLog /var/log/apache/france.fsfeurope.org-error.log
CustomLog /var/log/apache/france.fsfeurope.org-access.log combined
DocumentRoot /home/www/html/fr/
ScriptAlias /cgi-bin/ /home/www/html/fr/cgi-bin/
ServerName france.fsfeurope.org
ServerAlias www.france.fsfeurope.org
</VirtualHost>
@ -28,6 +31,7 @@ NameVirtualHost *:80
ErrorLog /var/log/apache/italy.fsfeurope.org-error.log
CustomLog /var/log/apache/italy.fsfeurope.org-access.log combined
DocumentRoot /home/www/html/it/
ScriptAlias /cgi-bin/ /home/www/html/it/cgi-bin/
ServerName italy.fsfeurope.org
ServerAlias www.italy.fsfeurope.org
</VirtualHost>
@ -36,6 +40,7 @@ NameVirtualHost *:80
ErrorLog /var/log/apache/germany.fsfeurope.org-error.log
CustomLog /var/log/apache/germany.fsfeurope.org-access.log combined
DocumentRoot /home/www/html/de/
ScriptAlias /cgi-bin/ /home/www/html/de/cgi-bin/
ServerName germany.fsfeurope.org
ServerAlias www.germany.fsfeurope.org
</VirtualHost>
@ -44,6 +49,7 @@ NameVirtualHost *:80
ErrorLog /var/log/apache/sweden.fsfeurope.org-error.log
CustomLog /var/log/apache/sweden.fsfeurope.org-access.log combined
DocumentRoot /home/www/html/se/
ScriptAlias /cgi-bin/ /home/www/html/se/cgi-bin/
ServerName sweden.fsfeurope.org
ServerAlias www.sweden.fsfeurope.org
</VirtualHost>
@ -59,5 +65,6 @@ NameVirtualHost *:80
ErrorLog /var/log/apache/test.fsfeurope.org-error.log
CustomLog /var/log/apache/test.fsfeurope.org-access.log combined
DocumentRoot /home/www/html/test/
ScriptAlias /cgi-bin/ /home/www/html/test/cgi-bin/
ServerName test.fsfeurope.org
</VirtualHost>