Web Server
Hello, I have the latest apache server but don't know how to fix this problem:
This is when I try to run it:
[root@rrcs-sw-24-153-185-82 /]# httpd -k start
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
This is when I try to stop it
[root@rrcs-sw-24-153-185-82 /]# httpd -k stop
httpd (no pid file) not running
I think that I don't have the proper setting on where to find httpd.pid, but hwne I try to look for it, no search files where found. Any Ideas? Thanks
|