Leo Cambilargiu <[EMAIL PROTECTED]> writes: > When performing an internal_redirect after processing some POST data I > an error 500 and the following two lines in my error_log: > > [Sun Aug 07 23:46:26 2005] [debug] mod_apreq2.c(510): [client > 192.168.0.153] stealing filter context, referer: > http://crm.private.nwk/op/Logon > [Sun Aug 07 23:46:26 2005] [error] [client 192.168.0.153] Setting > already configured, referer: http://crm.private.nwk/op/Logon
The message is a bit cryptic, but I guess what's happening is that you're using TEMP_DIR in two different sections of your code (one on the main request, the other in the redirect). That's how the "Setting already configured" error arises. Not sure what the right fix for this is. -- Joe Schaefer
