File: apache.conf

package info (click to toggle)
opendb 0.81p18-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,716 kB
  • ctags: 6,787
  • sloc: php: 50,213; sql: 3,098; sh: 272; makefile: 54; xml: 48
file content (16 lines) | stat: -rw-r--r-- 365 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Alias /opendb/upload /var/lib/opendb/upload
<Directory /var/lib/opendb/upload>
    AllowOverride None
    Options -Indexes
    Order allow,deny
    Allow from all
</Directory>

Alias /opendb /usr/share/opendb
<Directory /usr/share/opendb>
    AllowOverride None
    DirectoryIndex index.php
    Options -Indexes
    Order allow,deny
    Allow from all
</Directory>