freebsd-ports/finance/sql-ledger/files/sql-ledger-httpd.conf.in
Muhammad Moinur Rahman ad28b9b619 finance/sql-ledger: Update version 3.0.8=>3.2.5
- Reorder USES
- Mark NO_ARCH
- Move pkg-plist to TMPPLIST

PR:		219712
Submitted by:	frankenbox@live.com
Relnotes:	http://www.sql-ledger.org/cgi-bin/nav.pl?page=misc/whatsnew.html&title=What%27s%20New
2017-06-04 22:37:12 +00:00

13 lines
269 B
Text

Alias /sql-ledger %%WWWDIR%%
<Directory %%WWWDIR%%>
AllowOverride All
AddHandler cgi-script .pl
Options ExecCGI Includes FollowSymlinks
Order Allow,Deny
Allow from All
</Directory>
<Directory %%WWWDIR%%/users>
Order Deny,Allow
Deny from All
</Directory>