Results 1 to 8 of 8
I am trying to run an apache2 based webserver on my SUSE 9.1 pro distro and every time I try to run the server i get this error message
"(9 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-15-2004 #1Just Joined!
- Join Date
- Jun 2004
- Posts
- 11
Apache2 problems
I am trying to run an apache2 based webserver on my SUSE 9.1 pro distro and every time I try to run the server i get this error message
"(9
Address already in use: make_sock: could not bind to address 127.0.0.1:8080
no listening sockets available, shutting down
Unable to open logs"
I have configured my firewall already so that isnt the problem someone please help
- 06-15-2004 #2Linux Guru
- Join Date
- Apr 2003
- Location
- London, UK
- Posts
- 3,284
you have something else listening on port 8080, proberly a proxy server of some description.
Turn it off, or configure apache to listen on another port (like the standard 80/TCP for example..). You can control what port apache listens on by editing your httpd.conf file. look for a line like "Port 8080" and change it.
Jason
- 06-16-2004 #3Just Joined!
- Join Date
- Jun 2004
- Posts
- 11
Apache2 problems
it gives me the same error no matter what port i change it to
- 06-16-2004 #4Linux Guru
- Join Date
- Apr 2003
- Location
- London, UK
- Posts
- 3,284
use "netstat -ant" to check the port is not in use before trying to start apache.
Also ensure you are starting apache when you are logged in as root.
- 06-17-2004 #5Just Joined!
- Join Date
- Jun 2004
- Posts
- 11
apache2
it gives me the same damn error on every port i change it 2
- 06-18-2004 #6Just Joined!
- Join Date
- Jun 2004
- Location
- Leiria - Portugal
- Posts
- 72
Maybe some firewall rule...
Maybe a firewall rule or something?
Have you a firewall running, and/or blocking unprivp ports?
Just a guess...
- 06-18-2004 #7Linux Newbie
- Join Date
- Apr 2004
- Posts
- 101
could u check the complete httpd.conf file for any reference to that port. I think webserver would be trying to bind a port for administrative access or something cause by default webservers bind to port 80
I\'m just a simple fisherman blessed with a lot of friends
- 06-19-2004 #8Just Joined!
- Join Date
- Jun 2004
- Posts
- 11
my config file is good. I have it set to bind to port 8080


Reply With Quote
