madd02
08-30-2006, 12:47 AM
Hello all,
Just wondering if anyone has the upload progress plugin working on their site hosted on bluehost ? I noticed that some of the requirements for this plugin are not available here. Namely the c compiled version of the fcgi bindings are required.
Would love to know if someone else has it working here. Or i guess if bluehost can accomodate and meet the requirements.
Link:
http://sean.treadway.info/articles/2005/07/18/upload-progress-checklist
Requirements:
Ruby:
* Running the command ruby -v should print “ruby 1.8.2 (2004-12-25) or later”
Web server:
* Apache 1.3 or Apache 2.0
FastCGI bindings:
* > 0.8.6 and must be the compiled C version of the bindings
* The command ruby -e "p require('fcgi.so')" should print “true”
Apache FastCGI directives:
* You must allow more than one FCGI server process to allow concurrent requests.
* If there is only a single FCGI process you will not get the upload status updates.
* You can check this by taking a look for running FCGI servers in your process list during a progress upload.
* Apache directive: FastCGIConfig -minProcesses 2
Just wondering if anyone has the upload progress plugin working on their site hosted on bluehost ? I noticed that some of the requirements for this plugin are not available here. Namely the c compiled version of the fcgi bindings are required.
Would love to know if someone else has it working here. Or i guess if bluehost can accomodate and meet the requirements.
Link:
http://sean.treadway.info/articles/2005/07/18/upload-progress-checklist
Requirements:
Ruby:
* Running the command ruby -v should print “ruby 1.8.2 (2004-12-25) or later”
Web server:
* Apache 1.3 or Apache 2.0
FastCGI bindings:
* > 0.8.6 and must be the compiled C version of the bindings
* The command ruby -e "p require('fcgi.so')" should print “true”
Apache FastCGI directives:
* You must allow more than one FCGI server process to allow concurrent requests.
* If there is only a single FCGI process you will not get the upload status updates.
* You can check this by taking a look for running FCGI servers in your process list during a progress upload.
* Apache directive: FastCGIConfig -minProcesses 2