Can TWiki URLs be made to suck less?

Python python at venix.com
Tue Sep 27 11:29:01 EDT 2005


I don't think the proxy can be used with CGI scripts.  With ProxyPass,
Apache forwards the connections to the specified (host,port) which is
already running and listening.

On Tue, 2005-09-27 at 11:03 -0400, Bruce Dawson wrote:
> Python wrote:
> 
> ><VirtualHost *:80>
> >
> >  ServerName forum.venix.com
> >  ProxyRequests Off
> >  ProxyPass / http://localhost:9080/
> >  ProxyPassReverse / http://localhost:9080/
> >
> ></VirtualHost>
> ><IfModule mod_cache.c>
> >  CacheDisable forum.venix.com
> ></IfModule>
> >
> >This is my apache 2.0 config to use apache as a proxy for a different
> >web service (snakelets).  Does Twiki run separately or is it running
> >within Apache?
> >  
> >
> TWiki runs as mod_perl and CGI. So the answer to your question is "yes". ;-)
> 
> There are several ways to do this, so we just need to settle on a 
> convention.
> 
> --Bruce
-- 
Lloyd Kvam
Venix Corp




More information about the gnhlug-discuss mailing list