File: mailgraph.conf

package info (click to toggle)
mailgraph 1.14-17
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 608 kB
  • sloc: perl: 7,060; sh: 133; makefile: 9
file content (10 lines) | stat: -rw-r--r-- 214 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
# mailgraph default Apache configuration

Alias /mailgraph /usr/share/mailgraph
<Directory /usr/share/mailgraph>
    Options +FollowSymLinks +ExecCGI
    AddHandler cgi-script .cgi

    Require local

</Directory>