Changes between Version 12 and Version 13 of MultiHost


Ignore:
Timestamp:
May 27, 2008, 9:07:48 PM (16 years ago)
Author:
Nicolas
Comment:

formatting tweaks

Legend:

Unmodified
Added
Removed
Modified
  • MultiHost

    v12 v13  
    2323AddHandler fcgid-script fcg fcgi fpl
    2424}}}
    25 change to:
     25 change to:
    2626{{{
    2727AddHandler fcgid-script fcg fcgi fpl cgi
     
    3535</Location>
    3636}}}
    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:
    3838{{{
    3939ScriptAlias /boinc_cgi /home/boinc/projects/cgi-bin
    4040}}}
    41 So make the Location line: <Location /boinc_cgi>
     41 So make the Location line: <Location /boinc_cgi>
    4242 * restart Apache.
    4343