Commit ecad3fbb authored by Vitaly Lipatov's avatar Vitaly Lipatov

update createbytask (improve Options)

parent 242db22c
......@@ -131,8 +131,8 @@ EOF
#subst "s|^Listen .*|Listen $PORT|" /etc/httpd2/conf/ports-enabled/http.conf
subst "s| *\(SetEnvIf.*\)|\n\
<Directory />\n\
Options Indexes FollowSymLinks MultiViews\n\
AllowOverride FileInfo\n\
Options FollowSymLinks MultiViews\n\
AllowOverride FileInfo AuthConfig\n\
</Directory>\n\
\n\
# due possible .htaccess rewrites\n\
......
......@@ -137,3 +137,5 @@ echo "AGROUPID=$agroupid" | st tee -a $ATASK
cat createbytask.int.sh | st tee /tmp/createbytask.int.sh >/dev/null
st chmod 0755 /tmp/createbytask.int.sh
st /tmp/createbytask.int.sh $ATASK || fatal
st epm clean
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