Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etersoft-admin-essentials
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
etersoft-admin-essentials
Commits
8cf55e57
Commit
8cf55e57
authored
Sep 09, 2021
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
createbytask.int.sh: add AllowOverride Indexes, remove Options MultiViews (see eterbug #15289)
parent
a1c7c9a0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
createbytask.int.sh
vz/azbyka/createbytask.int.sh
+3
-2
No files found.
vz/azbyka/createbytask.int.sh
View file @
8cf55e57
...
...
@@ -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\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment