mirror of https://github.com/BOINC/boinc.git
make_project: add HTTP config file items for Apache 2.4
This commit is contained in:
parent
4ca5570499
commit
ffd4b89905
|
@ -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>",
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue