PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Hébergement serveur > comp.info.servers.unix > Cannot start Apache, error message in log file: child pid 4274 exit signal Segmentation fault (11)
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
comp.info.servers.unix Web servers for UNIX platforms.

Cannot start Apache, error message in log file: child pid 4274 exit signal Segmentation fault (11)

Réponse
 
LinkBack Outils de la discussion
Vieux 30/05/2005, 02h14   #1
Andreas
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Cannot start Apache, error message in log file: child pid 4274 exit signal Segmentation fault (11)

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.

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

In the logfile is something about child pid error 4274, every time I want
to start Apache:

[Mon May 30 01:40:02 2005] [notice] child pid 4274 exit signal
Segmentation fault (11)
[Mon May 30 01:40:02 2005] [notice] child pid 4275 exit signal
Segmentation fault (11)
[Mon May 30 01:40:02 2005] [notice] child pid 4276 exit signal
Segmentation fault (11)


Best rergards and many thanks
Andreas
  Réponse avec citation
Vieux 31/05/2005, 14h18   #2
Bernd Muent
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Cannot start Apache, error message in log file: child pid 4274exit signal Segmentation fault (11)

Andreas schrieb:

> 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.
>
> 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
>
> In the logfile is something about child pid error 4274, every time I
> want to start Apache:
>
> [Mon May 30 01:40:02 2005] [notice] child pid 4274 exit signal
> Segmentation fault (11)
> [Mon May 30 01:40:02 2005] [notice] child pid 4275 exit signal
> Segmentation fault (11)
> [Mon May 30 01:40:02 2005] [notice] child pid 4276 exit signal
> Segmentation fault (11)


First stop your apache: apachectl stop
Then have a look at remaining processes:
ps aux|grep httpd
If there are some, kill them with killall -9 httpd

Restart apache with apachectl start
Try netstat -na|grep 80
=> Is a daemon listening on Port 80?
And have a look again into the error log.

Is your configuration ok? Try apachectl -t

B.



--
BM Computer-Services, Bergmannstr. 66, 10961 Berlin
Webdesign, Internet, Layout und Grafik
Tel.: 030/20649400, mobil 0175/7419517, Fax: 030/20649401
Web: http://www.bmservices.de, eMail: kontakt@bmservices.de
  Réponse avec citation
Vieux 31/05/2005, 14h20   #3
Bernd Muent
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Cannot start Apache, error message in log file: child pid 4274exit signal Segmentation fault (11)

Andreas schrieb:

> 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.
>
> 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
>
> In the logfile is something about child pid error 4274, every time I
> want to start Apache:
>
> [Mon May 30 01:40:02 2005] [notice] child pid 4274 exit signal
> Segmentation fault (11)
> [Mon May 30 01:40:02 2005] [notice] child pid 4275 exit signal
> Segmentation fault (11)
> [Mon May 30 01:40:02 2005] [notice] child pid 4276 exit signal
> Segmentation fault (11)


First stop your apache: apachectl stop
Then have a look at remaining processes:
ps aux|grep httpd
If there are some, kill them with killall -9 httpd

Restart apache with apachectl start
Try netstat -na|grep 80
=> Is a daemon listening on Port 80?
And have a look again into the error log.

Is your configuration ok? Try apachectl -t

B.



--
BM Computer-Services, Bergmannstr. 66, 10961 Berlin
Webdesign, Internet, Layout und Grafik
Tel.: 030/20649400, mobil 0175/7419517, Fax: 030/20649401
Web: http://www.bmservices.de, eMail: kontakt@bmservices.de
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 03h00.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,11772 seconds with 11 queries