On Sun, 06 Feb 2000, Pavel Musil wrote:
> Hi everybody,
> I will be grateful if you could help me with this:
> 
> I have RedHat 6.1 but cannot get Apache web server "serving". I have a
> standalone machine and I only want the Apache to act just like Personal Web
> Server in Windows 98 (it is my school assignment to compare between ASP and
> Perl). I need Apache to serve local files and Perl scripts but currently

You are mixing 2 different things up here, netscape has nothing to do
with the apache errors, netscape is a user program and apache is the
daemon which answers http requests.

> when trying to connect to:
> http://localhost.localdomain or http://127.0.0.1
> Netscape shows an error:
> "Netscape's network connection was refused by the server
> localhost.localdomain. The server may not be accepting connections or may be
> busy, try connecting later."
> When I try connect to a non-existing server, e. g. http://somenonsence
> Netscape shows a different error (something about DNS).

Of course it will show another error, host unknown.

> Also,
> telnet localhost.localdomain
> telnet 127.0.0.1
> telnet myserver
> work and I can send mail as well.
> It is interesting (my /etc/hosts is: 127.0.0.1 myserver
> localhost.localdomain) that telnet understands "telnet myserver" while
> Netscape treats http://myserver just like http://somenonsence (e. g. some
> DNS look-up error).

Thats correct.

> 
> The Apache error log contains:
> Your kernel was built without CONFIG_SYSVIPC
> Function not implemented: could not call shmget.

Then you either have a misconfigured server or like it says that
version does not have that option compiled in.

If you do not have the sources of apache, then get them, all mirror
ftp sites have it, then read its configuration README and recompile
reconfigure etc.

It could also be that your version is/was compiled on a machine
without 
CONFIG_SYSVIPC
in the kernel, or you yourself are running a kernel without it.

> Pavel Musil
> [EMAIL PROTECTED]
> 

-- 
Regards Richard
[EMAIL PROTECTED]
http://people.zeelandnet.nl/pa3gcu/

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to