[Rails] Re: Cannot get progress bars to work w/ Apache Progress Module
Frederick,
Thanks for your help as always.
I adding the PassengerEnabled directive inside the location block as
such:
<Location /progress>
# enable upload progress reports in /progress
PassengerEnabled off
ReportUploads On
</Location>
I restarted apache and passenger and I'm still getting the 404:
ActionController::RoutingError (No route matches "/progress"):
> On Apr 20, 2:48pm, 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
--
Posted via http://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