File: apache.conf

package info (click to toggle)
torrentflux 2.4-5
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 6,212 kB
  • ctags: 13,767
  • sloc: php: 36,493; python: 12,565; sh: 3,364; sql: 340; makefile: 43; 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>