Changes between Version 15 and Version 16 of MultiHost
- Timestamp:
- Jul 25, 2014, 12:55:55 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MultiHost
v15 v16 17 17 To use Fast CGI: 18 18 * 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. 20 20 * Copy these to your project's cgi-bin directory, with the names 'cgi' and 'file_upload_handler'. 21 21 * Edit the following line in your fcgid.conf (usually in /etc/httpd/conf.d/fcgid.conf):