Skip to content

Commit

Permalink
Update the default Options string in the apache config.
Browse files Browse the repository at this point in the history
Apache 2.4+ removes the use of the "All" directive.

No trac ticket, but this was reported on the forum
(cherry picked from commit 00d5acd)
  • Loading branch information
stuarta committed Mar 19, 2014
1 parent 5a3c43c commit 0be4a50
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mythweb.conf.apache
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@
# /srv/www/htdocs/mythweb
#
<Directory "/var/www/html/data">
Options -All +FollowSymLinks +IncludesNoExec
# For Apache 2.2
#Options -All +FollowSymLinks +IncludesNoExec
# For Apache 2.4+
Options +FollowSymLinks +IncludesNoExec
</Directory>
<Directory "/var/www/html" >

Expand Down

0 comments on commit 0be4a50

Please sign in to comment.