Page 1 of 1

Address in use

PostPosted: 12. November 2008 17:44
by ceinma
When I start Lampp put this:

ceinma@ceinma-laptop:~/Escritorio$ sudo /opt/lampp/lampp start
Starting XAMPP for Linux 1.6.8a...
XAMPP: Starting Apache with SSL (and PHP5)...
XAMPP: Error 1! Couldn't start Apache!
XAMPP: Starting diagnose...
XAMPP: Sorry, I've no idea what's going wrong.
XAMPP: Please contact our forum http://community.apachefriends.org/f/
XAMPP: Starting MySQL...
XAMPP: Starting ProFTPD...
XAMPP for Linux started.

and I see the file apachestart.log ant this is its content:

(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

thank you[/b]

PostPosted: 12. November 2008 19:27
by glitzi85
Something else is listening on Port 80. Maybe you installed the Webserver from your Operating System.

Run this command:

Code: Select all
netstat -atnp


as root or with sudo. It will show you what program is blocking your Port.

glitzi