mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
19 lines
381 B
Plaintext
19 lines
381 B
Plaintext
# This Apache configuration puts ZoneMinder under /zm.
|
|
|
|
ScriptAlias /zm/cgi-bin/ "@ZM_HTTPD_CGIBIN@/"
|
|
|
|
<Directory "@ZM_HTTPD_CGIBIN@">
|
|
Order allow,deny
|
|
Allow from all
|
|
</Directory>
|
|
|
|
Alias /zm "@ZM_HTTPD_ROOT@"
|
|
|
|
<Directory "@ZM_HTTPD_ROOT@">
|
|
php_flag register_globals off
|
|
php_flag short_open_tag on
|
|
DirectoryIndex index.php
|
|
Order allow,deny
|
|
Allow from all
|
|
</Directory>
|