DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10216>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10216 ISAPI + SSL = status 200 as 500 after correct reply ------- Additional Comments From [EMAIL PROTECTED] 2002-06-26 10:05 ------- Hi again boys. I changed line 1532 in "mod_isapi.c" from /* Set the status (for logging) */ if (cid->ecb->dwHttpStatusCode) { cid->r->status = cid->ecb->dwHttpStatusCode; } to /* Set the status (for logging) */ if (cid->ecb->dwHttpStatusCode && cid->ecb->dwHttpStatusCode!=200) { cid->r->status = cid->ecb->dwHttpStatusCode; } I don't check what you do with "cid->r->status" variable, but it resolve my problem. Ave, GeniuZ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
