This is a discussion on Errormessage after successfull starting apache within the Linux Web Servers forums, part of the Web Server and Related Forums category; Hello, after sucessfull starting apache 2.0 on Suse Linux 9.2 with: /usr/local/apache2/bin/apachectl start I ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello,
after sucessfull starting apache 2.0 on Suse Linux 9.2 with: /usr/local/apache2/bin/apachectl start I get errormessage in my opera Browser (german): Beim Laden von http://127.0.0.1:80 ist folgender Fehler aufgetreten: Verbindung zu Rechner 127.0.0.1 ist unterbrochen means: connection to localhost is broken. If I make:/usr/local/apache2/bin/apachectl start again. I get: httpd (pid 4282) already running So, the apache server is running, but I get this errormessage? Firewall is shutdown and I'm working with an DSL Router. Tomcat works for me, the same machine, the same Suse. Best rergards and many thanks Andreas |
|
|||
|
Andreas <andreas_bauer@arcor.de> writes:
> after sucessfull starting apache 2.0 on Suse Linux 9.2 with: > /usr/local/apache2/bin/apachectl start > I get errormessage in my opera Browser (german): > Beim Laden von http://127.0.0.1:80 ist folgender Fehler aufgetreten: > Verbindung zu Rechner 127.0.0.1 ist unterbrochen > means: connection to localhost is broken. Make sure you're listening on 127.0.0.1 or on *. If you're just listening on a normal IP address, your server won't take loopback connections. |
|
|||
|
Paul Rubin wrote: > Make sure you're listening on 127.0.0.1 or on *. If you're just > listening on a normal IP address, your server won't take loopback > connections. I tried with: http://127.0.0.1 http://127.0.0.1:80 http://localhost http://localhost:80 http://192.168.0.5:80 http://192.168.0.5 http://computername:80 http://computername The whole URLs works with Tomcat, Port 8080 for me in the same Suse 9.2 system: http://localhost:8080 After starting with /usr/local/apache2/bin/apachectl start, the prompt appears and after repeating: "httpd (pid 4609) already running" I tried to configure httpd.conf with www.example.com or Listen IP:80. So, I got an errormessage after starting with /usr/local/apache2/bin/apachectl start: "no listening sockets avaible shuttingdown" Many thanks and best regards Andreas |