Hi

On Sat, Jun 20, 2009 at 10:56 PM, jim <[email protected]> wrote:
>
> Hi - I set up Pylons as a proxy to Apache, as described in the
> cookbook and "The Definitive Guide to Pylons".  I set the Pylons
> application to be available at the root (i.e, /) of the domain.  The
> Pylons application is working, but cgi scripts, in /var/www/cgi-bin
> are no longer accessible.  This problem appears to be a result of me
> setting the applications to be available at the root, because if I add
> a prefix I can run scripts from my cgi directory.  How do I set up a
> proxy server so the application is available at root, but does not
> affect the cgi-bin directory?

You can exclude some directories:

ProxyPass /cgi-bin !

--
Gael

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