File: colplot-apache.conf

package info (click to toggle)
collectl-utils 4.8.1-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,460 kB
  • ctags: 56
  • sloc: perl: 2,835; sh: 34; makefile: 20
file content (10 lines) | stat: -rw-r--r-- 266 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
# The following stanza enables colplot
<Directory "/var/www/html/colplot">
    AddHandler cgi-script .cgi
    DirectoryIndex index.cgi
    AllowOverride None
    Options None
    Options +followsymlinks  +execcgi
    Order allow,deny
    Allow from all
</Directory>