Same result Mike, moving the last two lines above the excludes doe not
work, static content is not used by the templates. maybe Apache is
doing a DNS lookup on "http://localhost"; ?

Maybe most people dont develop with local Apache servers on windows?

On Jul 9, 10:42 pm, "Mike Orr" <[EMAIL PROTECTED]> wrote:
> 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 pylons-discuss@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to