mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix: Allow Options in .htaccess to be merged (#7472)
Apache will replace `Options` from the server config with new ones provided in `.htaccess` unless all of the parameters start with either `+` or `-`. This effectively disables `+ExecCGI` and others that might be needed for proper operation.
This commit is contained in:
committed by
Daniel Preussker
parent
8f282ad60e
commit
26c9a45ca6
@@ -1,7 +1,7 @@
|
||||
# DO NOT CHANGE THIS FILE
|
||||
# If you need to change this file, you are doing something wrong.
|
||||
|
||||
Options FollowSymlinks Multiviews
|
||||
Options +FollowSymlinks +Multiviews
|
||||
|
||||
AddType image/svg+xml .svg
|
||||
<IfModule mod_filter.c>
|
||||
|
Reference in New Issue
Block a user