Hi folks.. I have been trying to start the apache2 http service via yast all i get every time is error Cant adjust `apache2' service or if i try to start it using rcapache2 start i get the following ds9:/ # /usr/sbin/rcapache2 start Starting httpd2 (prefork) (98)Address already in use: make_sock: could not bind to address [::]:80 no listening sockets available, shutting down Unable to open logs startproc: exit status of parent of /usr/sbin/httpd2-prefork: 1 failed Any one got any ideas running Suse 9.2 KDE 3.4.2 kernel ds9:/ # uname -r 2.6.8-24.16-default everything else works ok just this Cheers Pete . -- If Bill Gates had gotten LAID at High School do YOU think there would be a Microsoft ? Of course NOT ! You gotta spend a lot of time at your school Locker stuffing underware up your ass to think , I am going to take on the worlds Computer Industry -------:heard on Cyber Radio.:-------
Peter Nikolic wrote:
Hi folks..
I have been trying to start the apache2 http service via yast all i get every time is error Cant adjust `apache2' service
or if i try to start it using rcapache2 start i get the following
ds9:/ # /usr/sbin/rcapache2 start Starting httpd2 (prefork) (98)Address already in use: make_sock: could not bind to address [::]:80 no listening sockets available, shutting down
Either you defined several virtual hosts listening on the same address or another process is already using that port. have you checked with netstat, what program is using port 80? netstat -tulpen | grep ":80" Sandy -- List replies only please! Please address PMs to: news-reply (@) japantest (.) homelinux (.) com
On Sunday 31 July 2005 00:58, Peter Nikolic wrote:
Hi folks..
I have been trying to start the apache2 http service via yast all i get every time is error Cant adjust `apache2' service
or if i try to start it using rcapache2 start i get the following
ds9:/ # /usr/sbin/rcapache2 start Starting httpd2 (prefork) (98)Address already in use: make_sock: could not bind to address [::]:80 no listening sockets available, shutting down Unable to open logs startproc: exit status of parent of /usr/sbin/httpd2-prefork: 1
failed
Any one got any ideas running Suse 9.2 KDE 3.4.2
Sounds like something is already running that uses port 80. What does fuser -v 80/tcp show?
On Sunday 31 July 2005 00:07, Anders Johansson wrote:
On Sunday 31 July 2005 00:58, Peter Nikolic wrote:
Hi folks..
I have been trying to start the apache2 http service via yast all i get every time is error Cant adjust `apache2' service
or if i try to start it using rcapache2 start i get the following
ds9:/ # /usr/sbin/rcapache2 start Starting httpd2 (prefork) (98)Address already in use: make_sock: could not bind to address [::]:80 no listening sockets available, shutting down Unable to open logs startproc: exit status of parent of /usr/sbin/httpd2-prefork: 1
failed
Any one got any ideas running Suse 9.2 KDE 3.4.2
Sounds like something is already running that uses port 80. What does
fuser -v 80/tcp
show?
Thanks Anders nail on the head instantly ( i did not expect a reply that quick) It was Skype seems i will have to alter Skype to use a different port Thanks again .. Pete . -- If Bill Gates had gotten LAID at High School do YOU think there would be a Microsoft ? Of course NOT ! You gotta spend a lot of time at your school Locker stuffing underware up your ass to think , I am going to take on the worlds Computer Industry -------:heard on Cyber Radio.:-------
participants (3)
-
Anders Johansson
-
Peter Nikolic
-
Sandy Drobic