X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=examples%2Fapache.conf;h=62a24b92059e2f3ebe27d434280a6ba22268a243;hb=6ccae12d02bc6728d7f716aacdd548f3add6933d;hp=298472bc04fa2c46313c870dd9393f56af6e02a3;hpb=6189110069f1ec1c498aeee15b477ec326b2796c;p=debbugs.git diff --git a/examples/apache.conf b/examples/apache.conf index 298472b..62a24b9 100644 --- a/examples/apache.conf +++ b/examples/apache.conf @@ -1,10 +1,34 @@ 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 + + + 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.*