X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=examples%2Fapache.conf;h=246149ff6d0227188c7aed4dddc1bf237ff76317;hb=3d04937fc0044e30b00196c48a5f258c08b00016;hp=298472bc04fa2c46313c870dd9393f56af6e02a3;hpb=a2280def4dae41ee886f5923ada6d4a2cf8d9461;p=debbugs.git diff --git a/examples/apache.conf b/examples/apache.conf index 298472b..246149f 100644 --- a/examples/apache.conf +++ b/examples/apache.conf @@ -1,10 +1,38 @@ 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/apache/debbugs-error.log + CustomLog /var/log/apache/debbugs-access.log combined + + + Options FollowSymLinks + AllowOverride None + + + + Options -Indexes FollowSymLinks MultiViews + AllowOverride Options + Order allow,deny + allow from all + + + + AllowOverride Indexes + + + + Options +Indexes + + + 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.*