File: sql-ledger-httpd.conf

package info (click to toggle)
sql-ledger 3.0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 35,524 kB
  • ctags: 4,556
  • sloc: perl: 64,519; sql: 28,330; sh: 34; makefile: 21
file content (10 lines) | stat: -rw-r--r-- 327 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
# Include this file in the virtual host where you want to enable
# SQL-Ledger with an Apache directive like this one:
# Include /etc/sql-ledger/sql-ledger-httpd.conf

Alias /sql-ledger/ /usr/share/sql-ledger/

<Directory /usr/share/sql-ledger>
  AddHandler cgi-script .pl
  Options ExecCGI Includes FollowSymlinks
</Directory>