File: apache.conf

package info (click to toggle)
torrentflux 2.4-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 6,028 kB
  • ctags: 13,559
  • sloc: php: 36,501; python: 12,563; sh: 1,139; sql: 340; makefile: 44; xml: 22
file content (9 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
Alias /torrentflux /usr/share/torrentflux/www

<Directory /usr/share/torrentflux/www>
  Options FollowSymLinks
  AllowOverride Limit
  <IfModule mod_dir.c>
    DirectoryIndex index.php
  </IfModule>
</Directory>