Commit 8cf55e57 authored by Vitaly Lipatov's avatar Vitaly Lipatov

createbytask.int.sh: add AllowOverride Indexes, remove Options MultiViews (see eterbug #15289)

parent a1c7c9a0
......@@ -241,9 +241,10 @@ EOF
#[ -n "$PORT" ] || fatal
#subst "s|^Listen .*|Listen $PORT|" /etc/httpd2/conf/ports-enabled/http.conf
subst "s| *\(SetEnvIf.*\)|\n\
$APACHEALIAS\
<Directory />\n\
Options FollowSymLinks MultiViews $APACHEDIROPTIONS\n\
AllowOverride FileInfo AuthConfig\n\
Options FollowSymLinks $APACHEDIROPTIONS\n\
AllowOverride FileInfo AuthConfig Indexes\n\
</Directory>\n\
\n\
# due possible .htaccess rewrites\n\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment