UIKit0 / mod-spdy

Automatically exported from code.google.com/p/mod-spdy
0 stars 0 forks source link

Log when the server is using a module known to be unsafe with mod_spdy #25

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
mod_php is not multi-thread safe. This is a problem with mod_spdy due to the 
threaded nature of the streams. We should either scan the loaded modules at 
startup or look at the modules in the chain for each stream and log (once per 
module) to warn the server owner about mismatched modules, and to tell them 
what they can do to address it. For instance they should use php-cgi and 
mod_fcgid instead of mod_php.

Original issue reported on code.google.com by bmcqu...@google.com on 16 Feb 2012 at 1:13

GoogleCodeExporter commented 8 years ago
This is essentially the same as issue 38, which should be fixed in trunk as of 
r324.

Original comment by mdste...@google.com on 15 May 2012 at 2:13