Samir Makde proclaimed:
>  but the problem now is ..when i try to start it ,it is just giving the
> message
>  "httpd started" but actually actually it doesn't start.  an when i check the
>   error logs it showing the message ""[crit] (98)address already in use
> make_sock
>  could not bind to port 80 "

It looks like port 80, the port that a web server runs on by default, is
already in use.  The httpd web server seems to be already running.

Run the following command to see if httpd is already running:

% ps aux | grep httpd

Also telnet you localhost port 80 to see if you are able to connect.

Thaths
-- 
Homer: [yawns] Marge, I'm bored.
Marge: Why don't you read something?
Homer: Because I'm trying to _reduce_ my boredom.
Sudhakar C13n http://people.netscape.com/thaths/ Lead Indentured Slave

-----------------------------------------------------------------------
Check out the 'What to do before posting to the list' site
for a list of things to try before posting.  The site is
at http://botsie.tripod.com/beforeposting/

Reply via email to