Changes between Version 15 and Version 16 of MultiHost


Ignore:
Timestamp:
Jul 25, 2014, 12:55:55 AM (10 years ago)
Author:
Rytis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MultiHost

    v15 v16  
    1717To use Fast CGI:
    1818 * Build (or yum or apt-get) an Apache server with mod_fcgid (or mod_fastcgi - an older compatible version of mod_fcgid)
    19  * compile the Fast CGI version of the scheduler (`fcgi`) and file upload handler (`fcgi_file_upload_handler`)
     19 * compile the Fast CGI version of the scheduler (`fcgi`) and file upload handler (`fcgi_file_upload_handler`). To do that run ./configure with --enable-fcgi parameter.
    2020 * Copy these to your project's cgi-bin directory, with the names 'cgi' and 'file_upload_handler'.
    2121 * Edit the following line in your fcgid.conf (usually in /etc/httpd/conf.d/fcgid.conf):