mod_isapi is broken in a number of ways.  I think the bug you're seeing
is fixed by a private update that the wrowe, the mod_isapi maintainer
has provided.  There are other issues, including a spurious "internal
server error" 200 response, mishandling of default response headers and
a bad internal return or two. Check the bug data base for more details.

Art

> -----Original Message-----
> From: Nathan Kellogg [mailto:[EMAIL PROTECTED]
> Sent: Friday, December 22, 2006 8:54 AM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Header directive as workaround for mod_isapi
bug
> 
>     As a workaround for the mod_isapi 500 error bug, we are trying to
> replace the 500 error with 200 for the direcotry that handles the
isapi
> apps.
> 
> <Directory c:/nwls/htdocs/kona/cgi/>
> 
>       Options +ExecCGI
>       SetHandler isapi-handler
>            Header unset 500
>       Header append 200:ok
> 
> </Directory>
> 
> 
> Apache 2.2.3 will not start with the "Header append 200:ok" line and
with
> only the "unset " line , firefox show "The connection was interrupted"
> when
> requesting a isapi resource.
> 
> Can anyone help me make this work?
> 
> Thanks!
> 
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server
Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>    "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to