On 7/9/07, voltron <[EMAIL PROTECTED]> wrote: > > Why doesn't it work on Windows? > > I´m not sure, exactly why, but even when I do this in my Apache > config: > > DocumentRoot / > ProxyRequests Off > > ProxyPass /css ! > ProxyPass /flash ! > ProxyPass /img ! > ProxyPass /scripts ! > ProxyPass /games ! > ProxyPass /favicon.ico ! > > > > ProxyPass / http://localhost:5000 > ProxyPassReverse / http://localhost:5000
I would expect this to override all your beautiful exclusions above. What if you move these two lines above the exclusions? -- Mike Orr <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
