Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
e8a4f24f
Commit
e8a4f24f
authored
Jan 21, 2010
by
Leigh B. Stoller
Browse files
Do not allow php to run from user directories.
parent
e31bd902
Changes
1
Hide whitespace changes
Inline
Side-by-side
apache/httpd.conf-ops.in
View file @
e8a4f24f
...
...
@@ -521,18 +521,9 @@ DocumentRoot "/usr/local/www/data"
# Control access to UserDir directories. The following is an example
# for a site where these directories are restricted to read-only.
#
#<Directory /home/*/public_html>
# AllowOverride FileInfo AuthConfig Limit
# Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
# <Limit GET POST OPTIONS PROPFIND>
# Order allow,deny
# Allow from all
# </Limit>
# <LimitExcept GET POST OPTIONS PROPFIND>
# Order deny,allow
# Deny from all
# </LimitExcept>
#</Directory>
<Directory /home/*/public_html>
php_admin_flag engine off
</Directory>
#
# DirectoryIndex: Name of the file or files to use as a pre-written HTML
...
...
Write
Preview
Supports
Markdown
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