I gave up and shelled out the support cash... but thanks anyways.
Main Topics
Browse All Topicsdocs# apachectl restart
httpd not running, trying to start
(48)Address already in use: make_sock: could not bind to address [::]:443
no listening sockets available, shutting down
Unable to open logs
There is no httpd.pid in the logs directory.
I may have installed apache twice by accident. I would assume this has something to do with the problem.
My co-lo facillity support team wants lots of $$ to get this straightened up. They said the apache webserver must be removed and reinstalled. I signed up for this site on the reccomendation of a friend. So I wanted to try here first before shelling out the green.
All of this was working fine yesterday, I am not sure what happened. Also I have tried rebooting as well and I have also tried httpd -k graceful etc....
BTW I am running FreeBSD
Here is some other info.. not sure if it is useful or not
docs# nslookup -q=txt -class=CHAOS version.bind. 0
Server: ns1.adc-labs.com
Address: 63.148.11.14
version.bind text = "9.2.1"
docs# netstat -A inet -lnp and lsof -i tcp:443
netstat: kvm not available
Active Internet connections
Socket Proto Recv-Q Send-Q Local Address Foreign Address (state)
d5d3adc0 tcp4 0 0 savvior-web..ssh host-216-153-188.3 ESTABLISHED
netstat: kvm not available
Active UNIX domain sockets
Address Type Recv-Q Send-Q Inode Conn Refs Nextref Addr
d6fb2d20 stream 0 0 0 d6fb2dc0 0 0
d6fb2dc0 stream 0 0 0 d6fb2d20 0 0
d6fb2e60 dgram 0 0 0 d6f84f00 0 d6fb2f00
d6fb2f00 dgram 0 0 0 d6f84f00 0 0
d6f84f00 dgram 0 0 d6f7ec40 0 d6fb2e60 0 /var/run/log
docs# lsof -i tcp:443 and lsof -i tcp:80
lsof: Command not found.
docs# ps -ax | grep http
225 p0 S+ 0:00.00 grep http
134 con I+ 0:00.04 /usr/local/sbin/httpd -k start -DSSL
docs# /usr/local/sbin/httpd -k stop
httpd (no pid file) not running
docs# /usr/local/sbin/httpd -k start
(48)Address already in use: make_sock: could not bind to address [::]:443
no listening sockets available, shutting down
Unable to open logs
docs#
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
since it is port 443 it's not listening do the following:
cd /usr/local/apache/bin
./apachectl startssl
443 I think is ssl port. I had same problem and I first would do this.
/etc/init.d/httpd restart
then the steps I discribed above. I am giving general path to httpd but if it is different path for you apache directory, use that path but ./apachectl startssl should work.
--scientist.
Business Accounts
Answer for Membership
by: gheistPosted on 2004-03-12 at 22:38:03ID: 10586657
/usr/local/etc/rc.d/httpd. sh status
kill -TERM (pid of apache)