
19th February 2009, 20:00
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,685
Thanks: 1,899
Thanked 2,599 Times in 2,448 Posts
|
|
Quote:
Originally Posted by pbcartwright
I was trying to follow this HOW-TO, when I got to the apache section.
I had, once before, long ago, tried to install apache using another tutorial, and I obviously hosed it up. so I uninstalled apache2, purged, it , reinstalled it, and... still it is broke. when I remove the /etc/apache2 folder and reinstall apache, it doesn't recreate that folder. I am at a loss as to what to do. when I start apache now I get this:
/etc/init.d/apache2 restart
Restarting web server: apache2(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 [::]: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!
suggestions??
|
Try
Code:
apt-get remove --purge apache2
and install it again afterwards.
|