[CLUE-Tech] critical error 98 on Apache -- virtual hosting

Dave Anselmi anselmi at americanisp.net
Thu Dec 6 14:25:43 MST 2001


jason at matchingmoms.com wrote:

> So, when I type localhost into my browser I get the standard index.html
> fine.  But, when I type any of my virtual domains (www.powerpull.net,
> www.matchingmoms.com, or www.astroconsulting.net) or 192.168.0.200 into my
> browser I get a "Forbidden.  You don't have permission to access / on this
> server." message.  In the error_log I see:
> [Sun Nov 25 04:01:08 2001] [crit] (98)Address already in use: make_sock:
> could not bind to port 80

The error log tells you that apache isn't able to listen for incoming
connections - someone else is using the socket.  Your config looks ok for what
you want to do.

Could you have apache running twice, with a different config for the first one?
Right after the above error, you'll probably see a message that apache is
shuttting down because it can't get a socket.

Make sure you stop anything that might be listening on port 80 and then try
starting apache again - should work fine.  (I'm assuming you have things
arranged so that when you use the virtual server name in your browser it winds
you up at the right IP.  If not, fix that too.)

Dave





More information about the clue-tech mailing list