File: apache.conf

package info (click to toggle)
lurker 1.2-5sarge1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,708 kB
  • ctags: 1,102
  • sloc: cpp: 9,807; sh: 1,154; xml: 1,118; makefile: 166; perl: 106
file content (12 lines) | stat: -rw-r--r-- 427 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
<Directory /var/www/lurker>
  Options SymLinksIfOwnerMatch
  Order allow,deny
  Allow from all
  AddType text/xml .xsl
  AddType text/xml .xml
  AddType message/rfc822 .rfc822  
  AddDefaultCharset UTF-8
  RewriteEngine on
  RewriteCond %{REQUEST_FILENAME} !-s
  RewriteRule (attach|list|mbox|message|mindex|search|splash|thread)/ /cgi-bin/lurker.cgi?/var/www/lurker [L,PT,E=LURKER_CONFIG:/etc/lurker/lurker.conf]
</Directory>