List Info

Thread: Missing cleanup in fastcgi




Missing cleanup in fastcgi
user name
2006-11-02 08:40:18
Cameron Ring wrote:
> i've seen that error when the configuration file causes
two
> plugins to try and handle the same request (e.g.
mod_cgi and
> mod_fastcgi), so it's worth double checking your
> configuration to make sure that's not happening.


Hi Cameron,

Thanks for the reply! You're absolutely right. I had this
construction
in one of my config files:

$HTTP["host"] =~
"^www.mydomain.org(:[0-9]+)?$(?i)" {
	global {
		server.modules  += ("mod_fastcgi")
	}

	fastcgi.server          = ( ... )

}

$HTTP["host"] =~
"^www10.mydomain.org(:[0-9]+)?$(?i)" {
	global {
		server.modules  += ("mod_fastcgi")
	}

	fastcgi.server          = ( ... )

}


So I enabled the fastcgi module globally for two separate
vhosts. This
is correct syntax, right? And it appears to work fine, apart
from the
"missing cleanup in fastcgi" messages... So, is
this a bug?

For now I removed the mod_fastcgi additions from the vhost
config file
and enabled the module globally in my main config.


Regards,

-- 
Matthijs van der Klip
Technical Infrastructure Manager

Spill Group
Arendstraat 23
1223RE Hilversum
The Netherlands

T: +31 (0)35 647 82 48
F: +31 (0)35 647 82 49

W: http://www.spillgroup.com
E: matthijsspillgroup.com


Confidentiality: This e-mail and its attachments are
intended for the
above named only and may be confidential. If they have come
to you in
error you must take no action based on them, nor must you
copy or show
them to anyone; please reply to this e-mail and highlight
the error.   

Security Warning: Please note that this e-mail has been
created in the
knowledge that Internet e-mail is not a 100% secure
communications
medium. We advise that you understand and observe this lack
of security
when e-mailing us.   

Viruses: Although we have taken steps to ensure that this
e-mail and
attachments are free from any virus, we advise that in
keeping with
good computing practice the recipient should ensure they are
actually
virus free.   

[1]

about | contact  Other archives ( Real Estate discussion Medical topics )