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]

Reply via email to