| 2 |
<VirtualHost *:80> |
<VirtualHost *:80> |
| 3 |
ServerName packages.qa.debian.org |
ServerName packages.qa.debian.org |
| 4 |
ServerAdmin owner@packages.qa.debian.org |
ServerAdmin owner@packages.qa.debian.org |
| 5 |
DocumentRoot /org/packages.qa.debian.org/www/web |
DocumentRoot /srv/packages.qa.debian.org/www/web |
| 6 |
ErrorLog /var/log/apache/packages.qa.debian.org-error.log |
ErrorLog /var/log/apache2/packages.qa.debian.org-error.log |
| 7 |
CustomLog /var/log/apache/packages.qa.debian.org-access.log combined |
CustomLog /var/log/apache2/packages.qa.debian.org-access.log combined |
| 8 |
|
|
| 9 |
# All our html pages are UTF-8 |
# All our html pages are UTF-8 |
| 10 |
AddType "text/html; charset=UTF-8" html |
AddType "text/html; charset=UTF-8" html |
| 11 |
|
|
| 12 |
ScriptAlias /cgi-bin /org/packages.qa.debian.org/www/cgi-bin |
ScriptAlias /cgi-bin /srv/packages.qa.debian.org/www/cgi-bin |
| 13 |
ErrorDocument 404 /cgi-bin/error404.cgi |
ErrorDocument 404 /cgi-bin/error404.cgi |
| 14 |
|
|
| 15 |
RewriteEngine on |
RewriteEngine on |