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 <[email protected]> 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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to