critical
09-09-2002, 10:48 AM
i typed /etc/rc.d/init.d/httpd start
it says ok
but in the process, there is no httpd and the apache server isn't working..anyone care to help?
mlovick
09-09-2002, 10:58 AM
You should check your error_log and it will give you a clue.
try
tail /var/log/httpd/error_log
critical
09-09-2002, 11:30 AM
[Mon Sep 9 23:18:11 2002] [crit] (98)Address already in use: make_sock: could not bind to port 203
any idea wat it means?
httpd is trying to attach itself to port 203 but can't as something else is already running on that port. Try doing
httpd stop
then
ps -aux | grep httpd
If anything shows up apart from the grep command itself kill it off. Then try starting up httpd again. What hosting control panel are you using btw??
critical
09-09-2002, 07:42 PM
i am just using webmin.. i wonder why is it like this
critical
09-09-2002, 07:52 PM
as for the grep command it just seems to hang there