Front page | perl.beginners |
Postings from April 2002
Re: error log message
Thread Previous
|
Thread Next
From:
Geoffrey F. Green
Date:
April 25, 2002 16:24
Subject:
Re: error log message
Message ID:
B8EE0881.762E%geoff-public@stuebegreen.com
On 4/25/02 6:56 PM, "Mat Harrison" <mat.harris@genestate.com> wrote:
> what does this mean in my apache error log? i get it A LOT. someone said
> that it was something to do with windows/linux line ending compatibility
> probs.
>
> <log snippet>
>
> [Thu Apr 25 23:48:59 2002] [error] (2)No such file or directory: exec of
> /web/cgi-bin/genestate/check_login.cgi failed
> [Thu Apr 25 23:48:59 2002] [error] [client 192.168.0.1] Premature end of
> script headers: /web/cgi-bin/genestate/check_login.cgi
>
> </log snippet>
[snip]
Actually, I encountered the same problem as you and the exact same error log
message two hours ago, running Apache on Mac OS X. The problem was that my
script had DOS line endings, but the line endings needed to be Unix . When
I made the change, the script worked fine.
- geoff
Thread Previous
|
Thread Next