X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=examples%2Fapache.conf;h=479c35098f86a651b39c09c6c19cea27737bc54c;hb=67f51d1b69c4d16cf2c5686bd02efdca9c9829a9;hp=298472bc04fa2c46313c870dd9393f56af6e02a3;hpb=a2280def4dae41ee886f5923ada6d4a2cf8d9461;p=debbugs.git diff --git a/examples/apache.conf b/examples/apache.conf index 298472b..479c350 100644 --- a/examples/apache.conf +++ b/examples/apache.conf @@ -1,10 +1,30 @@ ServerName bugs.debian.org ServerAdmin owner@bugs.debian.org - DocumentRoot /org/bugs.debian.org/www/ - ScriptAlias /cgi-bin /org/bugs.debian.org/cgi-bin - ErrorLog /var/log/apache/bugs.debian.org-error.log - CustomLog /var/log/apache/bugs.debian.org-access.log combined + DocumentRoot /var/lib/debbugs/www/ + + ErrorLog /var/log/apache2/debbugs-error.log + CustomLog /var/log/apache2/debbugs-access.log combined + + + Options FollowSymLinks + AllowOverride None + + + + Options -Indexes +FollowSymLinks +MultiViews + AllowOverride Options + Order allow,deny + allow from all + + + ScriptAlias /cgi-bin/ /var/lib/debbugs/www/cgi/ + + AllowOverride None + Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch + Order allow,deny + Allow from all + RewriteEngine on RewriteCond %{HTTP_USER_AGENT} .*apt-listbugs.*