Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Massimiliano
ISPConfig 3
Commits
e9a25c9c
Commit
e9a25c9c
authored
Mar 31, 2009
by
tbrehm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed: Add rules to deny direct access to the wrapper scripts directories.
parent
8b74ee10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
install/tpl/apache_ispconfig.vhost.master
install/tpl/apache_ispconfig.vhost.master
+11
-0
No files found.
install/tpl/apache_ispconfig.vhost.master
View file @
e9a25c9c
...
@@ -41,4 +41,15 @@ NameVirtualHost *:{vhost_port}
...
@@ -41,4 +41,15 @@ NameVirtualHost *:{vhost_port}
</VirtualHost>
</VirtualHost>
<Directory /var/www/php-cgi-scripts>
AllowOverride None
Order Deny,Allow
Deny from all
</Directory>
<Directory /var/www/php-fcgi-scripts>
AllowOverride None
Order Deny,Allow
Deny from all
</Directory>
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