Ok, here goes. I have used Apache as a reverse proxy to the Paster
server. I also wanted to exclude a few directories from being proxied
so I have this in my Apache config:


<VirtualHost *>
        ServerName localhost
        UseCanonicalName Off

        #DocumentRoot "c:/xampp/htdocs/test1"
        #DocumentRoot "c:/xampp/htdocs/test2"
        ProxyRequests Off

        ProxyPass /css !
        ProxyPass /flash !
        ProxyPass /img !
        ProxyPass /js !
        ProxyPass /scripts !
        ProxyPass /games !
        ProxyPass /favicon.ico !

        ProxyPass / http://localhost:5000/
        ProxyPassReverse / http://localhost:5000/


What is the Lighty equivalent of  the "ProxyPass/FolderName" setting?

Thanks

On Sep 7, 10:48 pm, Ron Bickers <[EMAIL PROTECTED]> wrote:
> On Sep 7, 3:19 pm, voltron <[EMAIL PROTECTED]> wrote:
>
> > Anyone using lighty(http://www.lighttpd.net/) as a reverse proxy
> > server here?
>
> I am and have been for months with zero problems.
>
> --
> Ron


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to