Can't Restart or Start Apache Anymore!!!
System: RH7.3 w/ ApacheI just edited my httpd.conf file to add a subdomain of my.evolutionm.net. I then restarted apache and the subdomain page wasn't working... just a blank screen, but all my other pages were working just fine. I only typed apachectl restart so I though hey, let me stop and start httpd, so I typed apachectl stop and then apachectl start and it said: "httpd started"
When I tried to access the site, nothing came up. So I tried to stop httpd and I got this:
"httpd (no pid file) not running"
I then tried to remove the virtual host lines I added, but no luck. Something else seems to be causing this problem. I checked my httpd error_log file and this was the line that would come up:
"[crit] (98)Address already in use: make_sock: could not bind to port 443"
I then commented out all SSL lines, since I don't use them. Now I get this message:
"[crit] (98)Address already in use: make_sock: could not bind to port 66"
My ip address is 66.28.95.136 so I think that's where that is coming from, but why? Is this reall the problem or might it be something else.
Thanks for any help,
Mark