forked from Lainports/freebsd-ports
- 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
13 lines
269 B
Text
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>
|