Update make_project

Added a comment
This commit is contained in:
lfield 2018-08-09 09:26:33 +02:00 committed by GitHub
parent 14d0c80aae
commit e5da6a0189
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -359,7 +359,15 @@ print >>open(httpd_conf_template_filename,'w'), '''
Alias /%(project_shortname)s_ops %(proot)s/html/ops
ScriptAlias /%(project_shortname)s_cgi %(proot)s/cgi-bin
# In the following, the "denied" and "granted" lines are for Apache 2.4
# For Apache 2.2, replace them with the lines
# Order deny,allow
# Deny from all
# or
# Order allow,deny
# Allow from all
# NOTE: Turn off access to certain default directories
<Directory "%(proot)s/keys">
Require all denied