[BlueOnyx:07646] Re: Solarspeed PHP 5.2.x pkg
Michael Stauber
mstauber at blueonyx.it
Fri Jul 8 17:36:05 -05 2011
Hi Robert,
> Trying to install via the GUI Third Party Software manually
> just kept refreshing for 15 to 20 min, so I cancelled and installed via
> the command line
As outlined in the PDF manual ("downloads" tab on the product page) the PKG
must be installed from the command line. It's too large to be installed
through the GUI.
> [root at www1 ~]# /etc/init.d/httpd restart
> Stopping httpd: [FAILED]
> Starting httpd: [Fri Jul 08 15:36:08 2011] [warn] NameVirtualHost
> 208.38.145.23:80 has no VirtualHosts
> (98)Address already in use: make_sock: could not bind to address [::]:80
> (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
> no listening sockets available, shutting down
> Unable to open logs
> [FAILED]
I've seen this before and it can have a couple of natural causes. The easiest
and less sophisticated way is to fix it with a reboot. Other than that:
/etc/init.d/httpd stop
killall -9 httpd
/etc/init.d/httpd start
If that still doesn't work:
/etc/init.d/httpd stop
killall -9 httpd
Then "netstat -tupan|grep LISTEN|grep :80" to see if there is still anything
listening to port 80. If so, kill that individual process, too.
Then restart Apache again.
"Unable to open logs" could indicate that the service "syslog" is not running,
so this may be worth a try, too:
/etc/init.d/syslog restart
--
With best regards
Michael Stauber
More information about the Blueonyx
mailing list