DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=39710>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=39710 ------- Additional Comments From [EMAIL PROTECTED] 2007-05-26 14:18 ------- (In reply to comment #11) > Please don't add other people to an error report! I obviously wanted to make sure you get my comment. I assume now that you get these comments otherwise, too. Do you know a smart way how to find that out? - Who added me to this bug here? > (In reply to comment #10) > > Why should bug 42525 be a duplicate of this one? > > It certainly looks like it. Is your CGI script > (a) crashing, > (b) generating an error response, or > (c) generating a malformed response? If you refer to the script I mention in "my" bug, it prints a "hello" and exits. I think that is what you refer to with (c). - But what is (a) exactly? I first noticed the problem with a script that should generated a conforming 200 OK response, but it didn't because of errors in it. You could say it "crashed", but doing so, it generated a malformed response... > > My setup runs with the Worker MPM, that means with mod_cgid.c. But the patch > > here touches only mod_cgi.c and so can't possibly change anything in "my" > > bug. > > what does "httpd -M" tell you? [EMAIL PROTECTED]:~$ /usr/sbin/apache2 -M Loaded Modules: core_module (static) log_config_module (static) logio_module (static) mpm_worker_module (static) http_module (static) so_module (static) actions_module (shared) alias_module (shared) auth_basic_module (shared) authn_file_module (shared) authz_default_module (shared) authz_groupfile_module (shared) authz_host_module (shared) authz_user_module (shared) autoindex_module (shared) cache_module (shared) cgi_module (shared) cgid_module (shared) dir_module (shared) disk_cache_module (shared) env_module (shared) include_module (shared) info_module (shared) mime_module (shared) negotiation_module (shared) rewrite_module (shared) setenvif_module (shared) speling_module (shared) status_module (shared) suexec_module (shared) userdir_module (shared) Syntax OK The documentation at http://httpd.apache.org/docs/2.2/mod/mod_cgid.html says that a threaded MPM uses mod_cgid. And the server-info handler on my site reports the Worker MPM with "threaded: yes". - Are there setups that use both!?? Regards -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
