Hi, I’m currently running my rails app on lighttpd. I want to have an
upload
progress bar for uploading large files. But I have read that lighttpd
has
removed that functionallity right now. Should I switch over to apache
2.0
if I want this feature? Is there another way around it?
Also, I tried installing Apache 2.0 on my mac with fastcgi, but once I
tried
to start the server, I get the following error:
httpd: Syntax error on line 53 of /usr/local/apache2/conf/httpd.conf:
Cannot
load /usr/local/apache2/modules/mod_fastcgi.so into server: Symbol not
found: _ap_standalone\n Referenced from:
/usr/local/apache2/modules/mod_fastcgi.so\n Expected in: flat
namespace\n
Any ideas?
Thanks, Ryan
http.conf lines:
LoadModule fastcgi_module modules/mod_fastcgi.so
AddHandler fastcgi-script .fcgi
–
View this message in context:
http://www.nabble.com/lighttpd-and-upload-progress-t1789784.html#a4876239
Sent from the RubyOnRails Users forum at Nabble.com.