On Thu, 17 Sep 1998 16:17:35 +0100, in
Quote:>Hi Folks,
>I've now created new Virtual Hosts, each one with their unique IP
>address. All is well, IMO. I've set BindAddress to * and all. Anyway,
>the problem is now, that none of the Virtual Hosts get served. The
>server can't find the server, and requests gets timed out. This is what
>the error log said:
The server can't find the server? What does this mean? Are you
trying to go in with a url like http://www.domain.com/ or
http://123.456.789.123/? If you get no response from the server, make
sure that dns is correctly configured to point to the corresponding ip
address, and also make sure that the machine in question is configured
to respond to the ip that dns points to, as well as the web server is
configured to serve requests for.
Try pinging the ip address, to see if your machine is answering. If
not, you have other issues to work.
Quote:>[Mon Jun 29 14:35:26 1998] [notice] httpd: caught SIGTERM, shutting down
>Any ieads on this error? Any ideas what I'm doing wrong?
That's all you see???? That line means apache was killed off, aka
killall httpd
or
kill -9 `cat /www/logs/httpd.pid` or whatever
You should see another line, like:
[Sun Sep 27 01:01:59 1998] [notice] Apache/1.3.1 (Unix) configured --
resuming normal operations
to tell you the server is running again..... The time stamp is Jun 29,
which would lead me to believe that the actual log file are perhaps
stored in another place. That or your clock is off.
To see if apache is running, do a ps, and grep for httpd. Something
like:
ps -aux | grep -i httpd or
ps -aef | grep -i httpd
depending on your OS type.
If you don't see any apache daemons running, then that's also a
problem.
In short, I'd say you may have multiple issues that need to be dealt
with.
>Thanks for your help.
>Regards,
>_______________________________________________________________
> Wiliam Stephens Web Developer & Programmer
>_______________________________________________________________
--
My email address has been rot-13 encrypted because of spammers.
Apply a rot-13 filter to this string to get my real email address:
If you need a program to decode it, download: (pc)
ftp://garbo.uwasa.fi/pub/pc/fileutil/rot13.zip