Changes between Version 9 and Version 10 of MultiHost


Ignore:
Timestamp:
Feb 5, 2008, 2:13:20 PM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MultiHost

    v9 v10  
    1515for each request.
    1616This eliminates the overhead of creating processes and connecting to the database.
    17 To use Fast CGI, build an Apache server with mod_fastcgi,
    18 compile the Fast CGI version of the scheduler (`fcgi`) and file upload handler
    19 (`fcgi_file_upload_handler`), modify your `httpd.conf`, and restart Apache.
     17To use Fast CGI:
     18 * Build (or yum) an Apache server with mod_fastcgi
     19 * compile the Fast CGI version of the scheduler (`fcgi`) and file upload handler (`fcgi_file_upload_handler`)
     20 * Copy these to your project's cgi-bin directory, with the names 'cgi' and 'file_upload_handler'.
     21 * Add the following to your httpd.conf:
     22{{{
     23AddHandler fcgid-script .cgi cgi .fcgi fcgi
     24}}}
     25 * restart Apache.
    2026
    2127== Upgrade your hardware ==