revert bogus change
parent
398688550b
commit
8dfe7460f3
|
@ -1,3 +1,11 @@
|
||||||
|
# Remember to enable cgi mod (i.e. "a2enmod cgi").
|
||||||
|
ScriptAlias /zm/cgi-bin "/usr/lib/zoneminder/cgi-bin"
|
||||||
|
<Directory "/usr/lib/zoneminder/cgi-bin">
|
||||||
|
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
|
||||||
|
AllowOverride All
|
||||||
|
Require all granted
|
||||||
|
</Directory>
|
||||||
|
|
||||||
|
|
||||||
# Order matters. This alias must come first.
|
# Order matters. This alias must come first.
|
||||||
Alias /zm/cache /var/cache/zoneminder/cache
|
Alias /zm/cache /var/cache/zoneminder/cache
|
||||||
|
@ -23,14 +31,6 @@ Alias /zm /usr/share/zoneminder/www
|
||||||
</IfModule>
|
</IfModule>
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
# Remember to enable cgi mod (i.e. "a2enmod cgi").
|
|
||||||
ScriptAlias /zm/cgi-bin "/usr/lib/zoneminder/cgi-bin"
|
|
||||||
<Directory "/usr/lib/zoneminder/cgi-bin">
|
|
||||||
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
|
|
||||||
AllowOverride All
|
|
||||||
Require all granted
|
|
||||||
</Directory>
|
|
||||||
|
|
||||||
# For better visibility, the following directives have been migrated from the
|
# For better visibility, the following directives have been migrated from the
|
||||||
# default .htaccess files included with the CakePHP project.
|
# default .htaccess files included with the CakePHP project.
|
||||||
# Parameters not set here are inherited from the parent directive above.
|
# Parameters not set here are inherited from the parent directive above.
|
||||||
|
|
Loading…
Reference in New Issue