mirror of https://github.com/BOINC/boinc.git
parent
14d0c80aae
commit
e5da6a0189
|
@ -359,7 +359,15 @@ print >>open(httpd_conf_template_filename,'w'), '''
|
||||||
|
|
||||||
Alias /%(project_shortname)s_ops %(proot)s/html/ops
|
Alias /%(project_shortname)s_ops %(proot)s/html/ops
|
||||||
ScriptAlias /%(project_shortname)s_cgi %(proot)s/cgi-bin
|
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
|
# NOTE: Turn off access to certain default directories
|
||||||
<Directory "%(proot)s/keys">
|
<Directory "%(proot)s/keys">
|
||||||
Require all denied
|
Require all denied
|
||||||
|
|
Loading…
Reference in New Issue