You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rob Hartill <ha...@ooo.lanl.gov> on 1995/07/08 01:42:17 UTC

is 5.2 okay ?

I just compiled 5.2 and plugged it in, but it's not working..

It's failing to respond, error messages end up in the window
I start the server from.

I think I did everything the same as last time a build it.. no
changes (that I'm aware of ) to the config files.

**************************************************
telnet ooo 80
Trying...
Connected to ooo.lanl.gov.
Escape character is '^]'.
GET / HTTP/1.0

ooo.lanl.gov - - [07/Jul/1995:17:35:53 -0600] "GET / HTTP/1.0" 404 -
HTTP/1.0 404 Not found
Date: Fri, 07 Jul 1995 23:35:53 GMT
Server: Shambhala/0.5.2
Content-type: text/html

<HEAD><TITLE>File Not found</TITLE></HEAD>
<BODY><H1>File Not found</H1>
The requested URL / was not found on this server.<P>
</BODY>
Connection closed by foreign host.
***************************************************

Looks the same with 5.1.   Works okay with apache 0.7, so it can't be
a config problem

compile flags..

        c89 -Wall -DHPUX  -o httpd alloc.o http_main.o http_core.o http_config.o http_request.o  http_log.o http_protocol.o util.o util_script.o modules.o mod_mime.o mod_access.o mod_alias.o mod_cgi.o mod_include.o  mod_dir.o mod_auth.o mod_auth_dbm.o mod_negotiation.o mod_userdir.o  mod_common_log.o -lndbm




any ideas ?

rob