[Rails] Re: Cannot get progress bars to work w/ Apache Progress Module
On Apr 20, 2:48 pm, Clem Rock <li...@ruby-forum.com> wrote:
> <Location />
> # enable tracking uploads in /
> TrackUploads On
> </Location>
>
> <Location /progress>
> # enable upload progress reports in /progress
> ReportUploads On
> </Location>
You need to tell passenger not to pass /progress to your rails app -
eg by sticking PassengerEnabled off in that location block
Fred
> </VirtualHost>
> [/code]
>
> in /private/etc/apache2/extra/httpd-vhosts.conf I have:
> NameVirtualHost *:80
>
> Another off the hand problem I'm having, and might be a clue is w/ my
> Passenger Pane. I installed the Phusion Passenger Pane and every time
> I try to add an entry, I get this error: Your changes couldn't be saved
> See the Console log for details.
>
> Please help! I've spent days trying to figure this out and it's driving
> me crazy.
>
> --
> Posted viahttp://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home