Changes between Version 12 and Version 13 of MultiHost
- Timestamp:
- May 27, 2008, 9:07:48 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MultiHost
v12 v13 23 23 AddHandler fcgid-script fcg fcgi fpl 24 24 }}} 25 change to:25 change to: 26 26 {{{ 27 27 AddHandler fcgid-script fcg fcgi fpl cgi … … 35 35 </Location> 36 36 }}} 37 ..except change "cgi-bin" to the name of the URL path to your actual cgi directory according to any alias you may have used in apache. For example a project might have the scheduler URL {{{http://boinc.project.edu/boinc_cgi/cgi}}} which is scriptalias'ed in httpd.conf:37 ..except change "cgi-bin" to the name of the URL path to your actual cgi directory according to any alias you may have used in apache. For example a project might have the scheduler URL {{{http://boinc.project.edu/boinc_cgi/cgi}}} which is scriptalias'ed in httpd.conf: 38 38 {{{ 39 39 ScriptAlias /boinc_cgi /home/boinc/projects/cgi-bin 40 40 }}} 41 So make the Location line: <Location /boinc_cgi>41 So make the Location line: <Location /boinc_cgi> 42 42 * restart Apache. 43 43