Can TWiki URLs be made to suck less?

Bruce Dawson jbd at codemeta.com
Tue Sep 27 11:06:00 EDT 2005


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



More information about the gnhlug-discuss mailing list