Setting up Python for CGI
Lee Braiden
lee_b at digitalunleashed.com
Tue Jul 12 08:03:19 UTC 2005
On Tuesday 12 Jul 2005 03:35, Gregory PiƱero wrote:
> chiefinnovator at server1:/usr/bin$ /usr/sbin/apache2ctl restart
> httpd not running, trying to start
> (98)Address already in use: make_sock: could not bind to address [::]:3391
> no listening sockets available, shutting down
> Unable to open logs
On Debian and Ubuntu, use /etc/init.d/apache2 restart; might not make a
difference in this case, but it's better to use the proper scripts just in
case the maintainers do something funky :)
Seems like apache is running, but hasn't left the appropriate files that tell
control scripts how to find it. Try:
pkill -9 apache
Followed by:
/etc/init.d/apache2 start
--
Lee Braiden
http://www.DigitalUnleashed.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20050712/a37215de/attachment.sig>
More information about the ubuntu-users
mailing list