Changes between Version 12 and Version 13 of MultiHost

Show
Ignore:
Author:
Nicolas (IP: 200.127.223.79)
Timestamp:
05/27/08 21:07:48 (1 year ago)
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 

If this page is incomplete or incorrect, please edit it or add it to the wiki to-do list. To do this, you must be logged in; click Login or Register above.