Hello all,
i'm trying to build a standard system: apache-1.3.14 with
compiled in mod_perl-1.24_01 on RedHat linux 6.2

If i build apache without mod_perl everything works fine. But if
build apache with mod_perl, IE 5.0 fails to load pages from the
server. I can only see blank page without any error message. This
happens with all html documents - even static.

The record in access_log:

192.168.2.11 - - [date] "GET /file.htm HTTP/1.1" 200 8731 "-"
"Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0")"

Everything is fine except the byte count after the response
code - its is always less than the actual document size.

I tried to telnet to the server and use HEAD, GET, etc. -
everything works fine.

Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
HEAD /file.htm HTTP/1.1
HOST: 192.168.2.50

HTTP/1.1 200 OK
Date: Thu, 07 Dec 2000 18:58:26 GMT
Server: Apache/1.3.14 (Unix) mod_perl/1.24_01
Last-Modified: Wed, 06 Dec 2000 16:05:10 GMT
ETag: "7e7-0-3a1ea9cb"
Accept-Ranges: bytes
Content-Length: 0
Content-Type: text/html

What could be wrong here? What should i check?

Expecting help -

ek.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to