I tried scriptLog and this log contains only request no response. Does
that mean Apache is not spawning my script/application ?

I have followng entry in my httpd.conf:

        ScriptAlias        /foo/                "C:/Program Files/bar/foo.exe/"

Also, when I insert DebugBreak() in foo.exe, it does not get hit. So,
I'm doubting if Apache is really getting there.

Any clues, what else to check and why Apache might not execute my script ?

My foo.exe program generates an html page along with few http headers.
Please note that it works fine with 2.0.59 version !

Thanks in advance,
Ravindra


On Tue, Nov 18, 2008 at 9:08 PM, Eric Covener <[EMAIL PROTECTED]> wrote:
> On Tue, Nov 18, 2008 at 8:06 AM, Ravindra <[EMAIL PROTECTED]> wrote:
>> Hi,
>>
>> We have been using Apache 2.0.59, and our application as running fine.
>> When we upgrade Apache to 2.2.10, we start getting "500 Internal
>> Server Error" consistently.
>>
>> After looking at error.log, we found following logs:
>>
>> ...
>> [Tue Nov 18 18:23:28 2008] [error] [client a.b.c.d] Premature end of
>> script headers: our_application.exe
>> ...
>
>
> ScriptLog might show you that your app is emitting an error message
> instead of e.g. Content-Type header.
>
> --
> Eric Covener
> [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]
>
>

---------------------------------------------------------------------
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