/ Zope / Apsis / Pound Mailing List / Archive / 2006 / 2006-09 / Re-Writing 30X

[ << ] [ >> ]

[ Upgrade 2.0.3 -> 2.1.2 NOT / Christian Sell ... ] [ Reverse proxy for linux server? / James ... ]

Re-Writing 30X
Craig Servin <cservin(at)cromagnon.com>
2006-09-20 18:20:13 [ SNIP ]
We have pound running in front of Tomcat and Lighttpd and it is working very 
well.  The re-writes of the redirects have been broken in a recent version.

Having looked at the code I think it is due to the ports we are running on and 
so I "fixed" pound for our use by inserting

return 1;

at line 628 in svn.c

This is not a perfect fix, but it seems like the additional checks were 
failing to correctly identify the things that needed to be re-written.  I 
felt that the cost of the extra checks might just outweigh the "extra" 
rewrites that might happen.

I know this is a weak hack, but it makes things work for us.

Thanks for the great app,

Craig

MailBoxer