~ubuntu-branches/ubuntu/saucy/lurker/saucy

« back to all changes in this revision

Viewing changes to debian/apache.conf

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Meurer
  • Date: 2004-09-26 16:27:51 UTC
  • Revision ID: james.westby@ubuntu.com-20040926162751-jlaijtarp1fbo45o
Tags: 1.2-3
* the "what have i done?" release
* built in up-to-date sid to make autobuilders happy
* improved README.mailman

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Directory /var/www/lurker>
 
2
  Options SymLinksIfOwnerMatch
 
3
  Order allow,deny
 
4
  Allow from all
 
5
  AddType text/xml .xsl
 
6
  AddType text/xml .xml
 
7
  AddType message/rfc822 .rfc822  
 
8
  AddDefaultCharset UTF-8
 
9
  RewriteEngine on
 
10
  RewriteCond %{REQUEST_FILENAME} !-s
 
11
  RewriteRule (attach|list|mbox|message|mindex|search|splash|thread)/ /cgi-bin/lurker.cgi?/etc/lurker/lurker.conf?/var/www/lurker [T=application/x-httpd-cgi,L,PT]
 
12
</Directory>