File: apache.conf

package info (click to toggle)
chemical-structures 2.2.dfsg.0-8
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 4,108 kB
  • sloc: xml: 7,191; python: 974; sh: 68; makefile: 21
file content (14 lines) | stat: -rw-r--r-- 382 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# chemical-structures setup for Apache
# with no virtual host

Alias /chemical-structures /usr/share/chemical-structures/

<Directory /usr/share/chemical-structures/>
        AllowOverride None
        DirectoryIndex index.html
        Options +ExecCGI
        AddHandler cgi-script .cgi
        AddDefaultCharset UTF-8;
        Order allow,deny
        Allow from all
</Directory>