make_project: add HTTP config file items for Apache 2.4

This commit is contained in:
David Anderson 2013-09-05 06:03:04 -07:00
parent 4ca5570499
commit ffd4b89905
2 changed files with 3 additions and 1 deletions

View File

@ -91,7 +91,7 @@ function show_participate() {
<tr><td>
<p>
".sprintf(
tra(" Use the idle time on your computer (Windows, Mac, or Linux) to cure diseases, study global warming, discover pulsars, and do many other types of scientific research. It's safe, secure, and easy: %sChoose%s projects %sDownload%s and run BOINC software %sEnter%s an email address and password. "),
tra(" Use the idle time on your computer (Windows, Mac, Linux, or Android) to cure diseases, study global warming, discover pulsars, and do many other types of scientific research. It's safe, secure, and easy: %sChoose%s projects %sDownload%s and run BOINC software %sEnter%s an email address and password. "),
"<ol> <li> <a href=projects.php><b>",
"</b></a>",
"<li> <a href=download.php><b>",

View File

@ -321,6 +321,7 @@ print >>open(httpd_conf_template_filename,'w'), '''
<Directory "%(proot)s/html">
Options Indexes FollowSymlinks MultiViews
AllowOverride AuthConfig
Require all granted
Order allow,deny
Allow from all
</Directory>
@ -328,6 +329,7 @@ print >>open(httpd_conf_template_filename,'w'), '''
<Directory "%(proot)s/cgi-bin">
Options ExecCGI
AllowOverride AuthConfig
Require all granted
Order allow,deny
Allow from all
</Directory>