~ubuntu-branches/ubuntu/raring/lurker/raring

« back to all changes in this revision

Viewing changes to debian/apache.conf

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Meurer
  • Date: 2006-12-20 05:05:31 UTC
  • mfrom: (3.1.6 feisty)
  • Revision ID: james.westby@ubuntu.com-20061220050531-79inzy7o6uu95qx7
Tags: 2.1-7
* updated vi debconf translations, thanks to Clytie Siddall
  <clytie@riverland.net.au>
* fixed typo in one template (that you would like, not that
  would you like), thanks as well to Clytie Siddall
  - unfuzzied all translations

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>