Skip to content
Snippets Groups Projects
Commit 39f7ff0c authored by jurgenhaas's avatar jurgenhaas
Browse files

Implement global Apache access control on a per host basis

parent d34a1d02
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,8 @@
SSLOptions +StdEnvVars
</FilesMatch>
<Directory /usr/lib/cgi-bin>
SSLOptions +StdEnvVars
SSLOptions +StdEnvVars
Include /etc/apache2/conf-available/global-deny.conf
</Directory>
BrowserMatch "MSIE [2-6]" \
nokeepalive ssl-unclean-shutdown \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment