Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
ISPConfig 3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ISPConfig
ISPConfig 3
Commits
40f256be
Commit
40f256be
authored
15 years ago
by
tbrehm
Browse files
Options
Downloads
Patches
Plain Diff
Add Fileinfo to override options.
parent
dbc5b2b9
No related branches found
No related tags found
2 merge requests
!46
Master
,
!21
Master
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
server/conf/vhost.conf.master
+5
-5
5 additions, 5 deletions
server/conf/vhost.conf.master
with
5 additions
and
5 deletions
server/conf/vhost.conf.master
+
5
−
5
View file @
40f256be
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
<Directory {tmpl_var name='web_document_root_www'}>
<Directory {tmpl_var name='web_document_root_www'}>
Options FollowSymLinks
Options FollowSymLinks
AllowOverride Indexes AuthConfig Limit
AllowOverride Indexes AuthConfig Limit
FileInfo
Order allow,deny
Order allow,deny
Allow from all
Allow from all
<tmpl_if name='ssi' op='==' value='y'>
<tmpl_if name='ssi' op='==' value='y'>
...
@@ -56,7 +56,7 @@
...
@@ -56,7 +56,7 @@
</Directory>
</Directory>
<Directory {tmpl_var name='web_document_root'}>
<Directory {tmpl_var name='web_document_root'}>
Options FollowSymLinks
Options FollowSymLinks
AllowOverride Indexes AuthConfig Limit
AllowOverride Indexes AuthConfig Limit
FileInfo
Order allow,deny
Order allow,deny
Allow from all
Allow from all
<tmpl_if name='ssi' op='==' value='y'>
<tmpl_if name='ssi' op='==' value='y'>
...
@@ -185,7 +185,7 @@
...
@@ -185,7 +185,7 @@
<Directory {tmpl_var name='web_document_root_www'}>
<Directory {tmpl_var name='web_document_root_www'}>
Options FollowSymLinks
Options FollowSymLinks
AllowOverride Indexes AuthConfig Limit
AllowOverride Indexes AuthConfig Limit
FileInfo
Order allow,deny
Order allow,deny
Allow from all
Allow from all
<tmpl_if name='ssi' op='==' value='y'>
<tmpl_if name='ssi' op='==' value='y'>
...
@@ -205,7 +205,7 @@
...
@@ -205,7 +205,7 @@
</Directory>
</Directory>
<Directory {tmpl_var name='web_document_root'}>
<Directory {tmpl_var name='web_document_root'}>
Options FollowSymLinks
Options FollowSymLinks
AllowOverride Indexes AuthConfig Limit
AllowOverride Indexes AuthConfig Limit
FileInfo
Order allow,deny
Order allow,deny
Allow from all
Allow from all
<tmpl_if name='ssi' op='==' value='y'>
<tmpl_if name='ssi' op='==' value='y'>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment