mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 09:11:50 -04:00
- Update apache config file for apache 2.4 only as apache22 is defunct now [1] PR: 268808 [1] Reported by: bgroper@aussiebb.com.au [1] Relnotes: https://www.sql-ledger.com/cgi-bin/nav.pl?page=misc/whatsnew.html&title=What%27s%20New
11 lines
241 B
Text
11 lines
241 B
Text
Alias /sql-ledger %%WWWDIR%%
|
|
<Directory %%WWWDIR%%>
|
|
AllowOverride All
|
|
AddHandler cgi-script .pl
|
|
Options ExecCGI Includes FollowSymlinks
|
|
Require all granted
|
|
</Directory>
|
|
|
|
<Directory %%WWWDIR%%/users>
|
|
Require all denied
|
|
</Directory>
|