Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
2737 connectés 

  FORUM HardWare.fr
  Programmation
  PHP

  Problème de démarrage de Apache Mysql

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

Problème de démarrage de Apache Mysql

n°2108774
chabn
Posté le 30-10-2011 à 14:55:29  profilanswer
 

Bonjour,
 
Je voulais travailler avec le SGBD Mysql avec EasyPHP pour la création de base des données.
Lorsque je démarre EasyPHP je remarque que le MySql est démarré mais Apache est arrêté et par la suite je ne pourrai pas accéder au web local pour créer la base des données.
Je vous informe que j'ai désactivé skype et l'antivirus Avira.
 
Combien je pourrai régler ce problème ?
 
Pour la solution de changement de port 80 de Apache par un autre port alors comment je procèderai (les étapes) pour faire cette solution ?
 
Merci.


Message édité par gilou le 21-11-2011 à 11:14:47
mood
Publicité
Posté le 30-10-2011 à 14:55:29  profilanswer
 

n°2108861
olivthill
Posté le 31-10-2011 à 10:57:55  profilanswer
 

1. Apache est arrêté.
Il faut le démarrer.
 
2. Changer le port 80
Il faut changer la configuration d'Apache (fichier httpd.conf et/ou .htaccess).

n°2108875
chabn
Posté le 31-10-2011 à 12:50:16  profilanswer
 

Bonjour,  
 

Citation :

2. Changer le port 80
Il faut changer la configuration d'Apache (fichier httpd.conf et/ou .htaccess).


 
J'ai trouvé le fichier "httpd.conf" sous le dossier d'installation "EasyPHP1-7\apache\conf".
J'ai trouvé dans le contenu du fichier "httpd.conf" une seule ligne : Port 80
 
Je change le Port 80 avec quelle valeur ?  
Comment changer cette valeur ? C'est possible de mettre la valeur 8080 ?
 
A part cette ligne, est ce qu'il y a d'autres lignes à changer ?
 
 
Merci.


Message édité par chabn le 31-10-2011 à 12:50:40
n°2108923
chabn
Posté le 31-10-2011 à 16:27:38  profilanswer
 

J'ai installé une nouvelle version EasyPHP 5.5.3
 
J'ai changé dans le contenu du fichier "httpd.conf" les 2 lignes suivantes:  
Listen 127.0.0.1:80
par  
Listen 127.0.0.1:8081
 
et
 
ServerName localhost:80
par
ServerName localhost:8081
 
En plus, pour skype j'ai désactivé l'option "utiliser les ports 80 et 443 comme alternative".
et j'ai mis le port 1027 pour l'option "utiliser le port 1027 pour les connexions entrantes".
 
Mais le problème de démarrage d'apache n'est pas résolu.
Ce serveur s'arrête automatique.
 
- Quelle est la solution ?
 
- Comment savoir les services qui sont en train d'utiliser le même port de EasyPHP ?
Comment les désactiver ?
 
Merci.


Message édité par chabn le 31-10-2011 à 16:28:55
n°2111238
chabn
Posté le 13-11-2011 à 23:01:08  profilanswer
 

Bonjour,
 
Je voulais travailler avec le SGBD Mysql avec EasyPHP pour la création de base des données.  
J'ai installé une nouvelle version EasyPHP 5.5.3
Lorsque je démarre EasyPHP je remarque que le MySql et Apache de démarrent (couleur vert) mais ils s'arrêtent tout de suite (couleur rouge).
Je vous informe que j'ai désactivé skype et l'antivirus Avira.
 
Pour Apache, j'ai changé dans le contenu du fichier "httpd.conf" les 2 lignes suivantes:  
Listen 127.0.0.1:80
par  
Listen 127.0.0.1:8081
 
et
 
ServerName localhost:80
par
ServerName localhost:8081
 
En plus, pour skype j'ai désactivé l'option "utiliser les ports 80 et 443 comme alternative".
et j'ai mis le port 1027 pour l'option "utiliser le port 1027 pour les connexions entrantes".
 
Mais, le problème de démarrage d'apache n'est pas résolu.
Ce serveur s'arrête automatique.
 
De même pour Mysql car je ne sais pas même les fichiers de configuration à éditer.
 
- Quelle est la solution ?
 
- Comment savoir les services qui sont en train d'utiliser le même port de EasyPHP ?
Comment les désactiver ?
 
Merci.
 

n°2112059
chabn
Posté le 17-11-2011 à 12:20:08  profilanswer
 

Bonjour,
 
Voici le contenu de fichier Fichiers Log "Erreur Apache" :
 
 

Citation :

[Mon Oct 31 16:02:55 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Mon Oct 31 16:02:55 2011] [notice] Server built: Jul 30 2010 16:15:37
[Mon Oct 31 16:02:55 2011] [notice] Parent: Created child process 3312
[Mon Oct 31 16:02:55 2011] [notice] Child 3312: Child process is running
[Mon Oct 31 16:02:55 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 3312: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Mon Oct 31 16:02:55 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Mon Oct 31 16:03:06 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Mon Oct 31 16:03:06 2011] [notice] Server built: Jul 30 2010 16:15:37
[Mon Oct 31 16:03:06 2011] [notice] Parent: Created child process 1388
[Mon Oct 31 16:03:06 2011] [notice] Child 1388: Child process is running
[Mon Oct 31 16:03:06 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 1388: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Mon Oct 31 16:03:06 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Mon Oct 31 16:03:11 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Mon Oct 31 16:03:11 2011] [notice] Server built: Jul 30 2010 16:15:37
[Mon Oct 31 16:03:11 2011] [notice] Parent: Created child process 1832
[Mon Oct 31 16:03:11 2011] [notice] Child 1832: Child process is running
[Mon Oct 31 16:03:11 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 1832: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Mon Oct 31 16:03:11 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Mon Oct 31 16:05:23 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Mon Oct 31 16:05:23 2011] [notice] Server built: Jul 30 2010 16:15:37
[Mon Oct 31 16:05:23 2011] [notice] Parent: Created child process 3056
[Mon Oct 31 16:05:23 2011] [notice] Child 3056: Child process is running
[Mon Oct 31 16:05:23 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 3056: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Mon Oct 31 16:05:23 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Mon Oct 31 16:06:22 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Mon Oct 31 16:06:22 2011] [notice] Server built: Jul 30 2010 16:15:37
[Mon Oct 31 16:06:22 2011] [notice] Parent: Created child process 2460
[Mon Oct 31 16:06:22 2011] [notice] Child 2460: Child process is running
[Mon Oct 31 16:06:22 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 2460: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Mon Oct 31 16:06:22 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Mon Oct 31 16:06:53 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Mon Oct 31 16:06:53 2011] [notice] Server built: Jul 30 2010 16:15:37
[Mon Oct 31 16:06:53 2011] [notice] Parent: Created child process 2456
[Mon Oct 31 16:06:53 2011] [notice] Child 2456: Child process is running
[Mon Oct 31 16:06:53 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 2456: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Mon Oct 31 16:06:53 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Mon Oct 31 16:06:56 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Mon Oct 31 16:06:56 2011] [notice] Server built: Jul 30 2010 16:15:37
[Mon Oct 31 16:06:56 2011] [notice] Parent: Created child process 2704
[Mon Oct 31 16:06:56 2011] [notice] Child 2704: Child process is running
[Mon Oct 31 16:06:56 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 2704: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Mon Oct 31 16:06:56 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Mon Oct 31 16:06:59 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Mon Oct 31 16:06:59 2011] [notice] Server built: Jul 30 2010 16:15:37
[Mon Oct 31 16:06:59 2011] [notice] Parent: Created child process 4068
[Mon Oct 31 16:06:59 2011] [notice] Child 4068: Child process is running
[Mon Oct 31 16:06:59 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 4068: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Mon Oct 31 16:06:59 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Mon Oct 31 19:09:00 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Mon Oct 31 19:09:00 2011] [notice] Server built: Jul 30 2010 16:15:37
[Mon Oct 31 19:09:00 2011] [notice] Parent: Created child process 3692
[Mon Oct 31 19:09:00 2011] [notice] Child 3692: Child process is running
[Mon Oct 31 19:09:00 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 3692: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Mon Oct 31 19:09:00 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Mon Oct 31 19:09:10 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Mon Oct 31 19:09:10 2011] [notice] Server built: Jul 30 2010 16:15:37
[Mon Oct 31 19:09:10 2011] [notice] Parent: Created child process 3172
[Mon Oct 31 19:09:11 2011] [notice] Child 3172: Child process is running
[Mon Oct 31 19:09:11 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 3172: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Mon Oct 31 19:09:11 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Mon Oct 31 19:09:13 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Mon Oct 31 19:09:13 2011] [notice] Server built: Jul 30 2010 16:15:37
[Mon Oct 31 19:09:13 2011] [notice] Parent: Created child process 3936
[Mon Oct 31 19:09:14 2011] [notice] Child 3936: Child process is running
[Mon Oct 31 19:09:14 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 3936: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Mon Oct 31 19:09:14 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Mon Oct 31 19:09:17 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Mon Oct 31 19:09:17 2011] [notice] Server built: Jul 30 2010 16:15:37
[Mon Oct 31 19:09:17 2011] [notice] Parent: Created child process 1748
[Mon Oct 31 19:09:17 2011] [notice] Child 1748: Child process is running
[Mon Oct 31 19:09:17 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 1748: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Mon Oct 31 19:09:17 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Mon Oct 31 19:09:20 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Mon Oct 31 19:09:20 2011] [notice] Server built: Jul 30 2010 16:15:37
[Mon Oct 31 19:09:20 2011] [notice] Parent: Created child process 2272
[Mon Oct 31 19:09:20 2011] [notice] Child 2272: Child process is running
[Mon Oct 31 19:09:20 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 2272: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Mon Oct 31 19:09:20 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Tue Nov 01 08:55:58 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Tue Nov 01 08:55:58 2011] [notice] Server built: Jul 30 2010 16:15:37
[Tue Nov 01 08:55:58 2011] [notice] Parent: Created child process 4132
[Tue Nov 01 08:55:59 2011] [notice] Child 4132: Child process is running
[Tue Nov 01 08:55:59 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 4132: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Tue Nov 01 08:55:59 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Wed Nov 02 07:13:59 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Wed Nov 02 07:13:59 2011] [notice] Server built: Jul 30 2010 16:15:37
[Wed Nov 02 07:13:59 2011] [notice] Parent: Created child process 3892
[Wed Nov 02 07:13:59 2011] [notice] Child 3892: Child process is running
[Wed Nov 02 07:13:59 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 3892: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Wed Nov 02 07:13:59 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Thu Nov 10 15:53:39 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Thu Nov 10 15:53:39 2011] [notice] Server built: Jul 30 2010 16:15:37
[Thu Nov 10 15:53:40 2011] [notice] Parent: Created child process 3712
[Thu Nov 10 15:53:40 2011] [notice] Child 3712: Child process is running
[Thu Nov 10 15:53:40 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 3712: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Thu Nov 10 15:53:40 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Sun Nov 13 22:55:10 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Sun Nov 13 22:55:10 2011] [notice] Server built: Jul 30 2010 16:15:37
[Sun Nov 13 22:55:11 2011] [notice] Parent: Created child process 3092
[Sun Nov 13 22:55:11 2011] [notice] Child 3092: Child process is running
[Sun Nov 13 22:55:11 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 3092: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Sun Nov 13 22:55:11 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Thu Nov 17 08:36:16 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Thu Nov 17 08:36:16 2011] [notice] Server built: Jul 30 2010 16:15:37
[Thu Nov 17 08:36:16 2011] [notice] Parent: Created child process 2604
[Thu Nov 17 08:36:17 2011] [notice] Child 2604: Child process is running
[Thu Nov 17 08:36:17 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 2604: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Thu Nov 17 08:36:17 2011] [crit] Parent: child process exited with status 3 -- Aborting.


 
Quel est le problème ?
 
Merci.


Message édité par chabn le 17-11-2011 à 12:21:11
n°2112093
olivthill
Posté le 17-11-2011 à 15:15:12  profilanswer
 

Le problème, c'est :

Citation :

(OS 10022)Un argument non valide a été fourni. : Child 3312: setup_inherited_listeners(), WSASocket failed to open the inherited socket.

Le mot argument en anglais se traduit par paramètre en français. Une socket est une voie de communication.

n°2112100
chabn
Posté le 17-11-2011 à 15:46:36  profilanswer
 

Citation :

Le mot argument en anglais se traduit par paramètre en français. Une socket est une voie de communication.  


Ce problème signifie quoi ? Comment le régler ?
 
Merci.


Message édité par chabn le 17-11-2011 à 15:47:11
n°2112583
chabn
Posté le 21-11-2011 à 10:58:20  profilanswer
 

Bonjour,
 
Pardon, avez vous une solution à mon problème ?
 
Merci.
 

n°2112585
chabn
Posté le 18-11-2011 à 08:21:51  profilanswer
 

Bonjour,
 
J'ai installé une nouvelle version EasyPHP 5.5.3
 
J'ai changé dans le contenu du fichier "httpd.conf" les 2 lignes suivantes:  
Listen 127.0.0.1:80
par  
Listen 127.0.0.1:8081
 
et
 
ServerName localhost:80
par
ServerName localhost:8081
 
En plus, pour skype j'ai désactivé l'option "utiliser les ports 80 et 443 comme alternative".
et j'ai mis le port 1027 pour l'option "utiliser le port 1027 pour les connexions entrantes".
 
Mais le problème de démarrage d'apache n'est pas résolu.
Ce serveur s'arrête automatique.
 
- Quelle est la solution ?
 
- Comment savoir les services qui sont en train d'utiliser le même port de EasyPHP ?
Comment les désactiver ?
 
Voici le contenu du fichier Log d'apache "Erreur Apache" :
 

Citation :

[Mon Oct 31 16:02:55 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Mon Oct 31 16:02:55 2011] [notice] Server built: Jul 30 2010 16:15:37
[Mon Oct 31 16:02:55 2011] [notice] Parent: Created child process 3312
[Mon Oct 31 16:02:55 2011] [notice] Child 3312: Child process is running
[Mon Oct 31 16:02:55 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 3312: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Mon Oct 31 16:02:55 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Mon Oct 31 16:03:06 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Mon Oct 31 16:03:06 2011] [notice] Server built: Jul 30 2010 16:15:37
[Mon Oct 31 16:03:06 2011] [notice] Parent: Created child process 1388
[Mon Oct 31 16:03:06 2011] [notice] Child 1388: Child process is running
[Mon Oct 31 16:03:06 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 1388: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Mon Oct 31 16:03:06 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Mon Oct 31 16:03:11 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Mon Oct 31 16:03:11 2011] [notice] Server built: Jul 30 2010 16:15:37
[Mon Oct 31 16:03:11 2011] [notice] Parent: Created child process 1832
[Mon Oct 31 16:03:11 2011] [notice] Child 1832: Child process is running
[Mon Oct 31 16:03:11 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 1832: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Mon Oct 31 16:03:11 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Mon Oct 31 16:05:23 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Mon Oct 31 16:05:23 2011] [notice] Server built: Jul 30 2010 16:15:37
[Mon Oct 31 16:05:23 2011] [notice] Parent: Created child process 3056
[Mon Oct 31 16:05:23 2011] [notice] Child 3056: Child process is running
[Mon Oct 31 16:05:23 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 3056: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Mon Oct 31 16:05:23 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Mon Oct 31 16:06:22 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Mon Oct 31 16:06:22 2011] [notice] Server built: Jul 30 2010 16:15:37
[Mon Oct 31 16:06:22 2011] [notice] Parent: Created child process 2460
[Mon Oct 31 16:06:22 2011] [notice] Child 2460: Child process is running
[Mon Oct 31 16:06:22 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 2460: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Mon Oct 31 16:06:22 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Mon Oct 31 16:06:53 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Mon Oct 31 16:06:53 2011] [notice] Server built: Jul 30 2010 16:15:37
[Mon Oct 31 16:06:53 2011] [notice] Parent: Created child process 2456
[Mon Oct 31 16:06:53 2011] [notice] Child 2456: Child process is running
[Mon Oct 31 16:06:53 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 2456: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Mon Oct 31 16:06:53 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Mon Oct 31 16:06:56 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Mon Oct 31 16:06:56 2011] [notice] Server built: Jul 30 2010 16:15:37
[Mon Oct 31 16:06:56 2011] [notice] Parent: Created child process 2704
[Mon Oct 31 16:06:56 2011] [notice] Child 2704: Child process is running
[Mon Oct 31 16:06:56 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 2704: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Mon Oct 31 16:06:56 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Mon Oct 31 16:06:59 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Mon Oct 31 16:06:59 2011] [notice] Server built: Jul 30 2010 16:15:37
[Mon Oct 31 16:06:59 2011] [notice] Parent: Created child process 4068
[Mon Oct 31 16:06:59 2011] [notice] Child 4068: Child process is running
[Mon Oct 31 16:06:59 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 4068: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Mon Oct 31 16:06:59 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Mon Oct 31 19:09:00 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Mon Oct 31 19:09:00 2011] [notice] Server built: Jul 30 2010 16:15:37
[Mon Oct 31 19:09:00 2011] [notice] Parent: Created child process 3692
[Mon Oct 31 19:09:00 2011] [notice] Child 3692: Child process is running
[Mon Oct 31 19:09:00 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 3692: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Mon Oct 31 19:09:00 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Mon Oct 31 19:09:10 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Mon Oct 31 19:09:10 2011] [notice] Server built: Jul 30 2010 16:15:37
[Mon Oct 31 19:09:10 2011] [notice] Parent: Created child process 3172
[Mon Oct 31 19:09:11 2011] [notice] Child 3172: Child process is running
[Mon Oct 31 19:09:11 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 3172: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Mon Oct 31 19:09:11 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Mon Oct 31 19:09:13 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Mon Oct 31 19:09:13 2011] [notice] Server built: Jul 30 2010 16:15:37
[Mon Oct 31 19:09:13 2011] [notice] Parent: Created child process 3936
[Mon Oct 31 19:09:14 2011] [notice] Child 3936: Child process is running
[Mon Oct 31 19:09:14 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 3936: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Mon Oct 31 19:09:14 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Mon Oct 31 19:09:17 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Mon Oct 31 19:09:17 2011] [notice] Server built: Jul 30 2010 16:15:37
[Mon Oct 31 19:09:17 2011] [notice] Parent: Created child process 1748
[Mon Oct 31 19:09:17 2011] [notice] Child 1748: Child process is running
[Mon Oct 31 19:09:17 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 1748: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Mon Oct 31 19:09:17 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Mon Oct 31 19:09:20 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Mon Oct 31 19:09:20 2011] [notice] Server built: Jul 30 2010 16:15:37
[Mon Oct 31 19:09:20 2011] [notice] Parent: Created child process 2272
[Mon Oct 31 19:09:20 2011] [notice] Child 2272: Child process is running
[Mon Oct 31 19:09:20 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 2272: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Mon Oct 31 19:09:20 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Tue Nov 01 08:55:58 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Tue Nov 01 08:55:58 2011] [notice] Server built: Jul 30 2010 16:15:37
[Tue Nov 01 08:55:58 2011] [notice] Parent: Created child process 4132
[Tue Nov 01 08:55:59 2011] [notice] Child 4132: Child process is running
[Tue Nov 01 08:55:59 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 4132: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Tue Nov 01 08:55:59 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Wed Nov 02 07:13:59 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Wed Nov 02 07:13:59 2011] [notice] Server built: Jul 30 2010 16:15:37
[Wed Nov 02 07:13:59 2011] [notice] Parent: Created child process 3892
[Wed Nov 02 07:13:59 2011] [notice] Child 3892: Child process is running
[Wed Nov 02 07:13:59 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 3892: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Wed Nov 02 07:13:59 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Thu Nov 10 15:53:39 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Thu Nov 10 15:53:39 2011] [notice] Server built: Jul 30 2010 16:15:37
[Thu Nov 10 15:53:40 2011] [notice] Parent: Created child process 3712
[Thu Nov 10 15:53:40 2011] [notice] Child 3712: Child process is running
[Thu Nov 10 15:53:40 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 3712: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Thu Nov 10 15:53:40 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Sun Nov 13 22:55:10 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Sun Nov 13 22:55:10 2011] [notice] Server built: Jul 30 2010 16:15:37
[Sun Nov 13 22:55:11 2011] [notice] Parent: Created child process 3092
[Sun Nov 13 22:55:11 2011] [notice] Child 3092: Child process is running
[Sun Nov 13 22:55:11 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 3092: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Sun Nov 13 22:55:11 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Thu Nov 17 08:36:16 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Thu Nov 17 08:36:16 2011] [notice] Server built: Jul 30 2010 16:15:37
[Thu Nov 17 08:36:16 2011] [notice] Parent: Created child process 2604
[Thu Nov 17 08:36:17 2011] [notice] Child 2604: Child process is running
[Thu Nov 17 08:36:17 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 2604: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Thu Nov 17 08:36:17 2011] [crit] Parent: child process exited with status 3 -- Aborting.


 
Quel est le problème ?
 
Merci.  
 

mood
Publicité
Posté le 18-11-2011 à 08:21:51  profilanswer
 

n°2112586
chabn
Posté le 21-11-2011 à 10:58:01  profilanswer
 

Bonjour,
 
Pardon, avez vous une solution à mon problème ?
 
Merci.
 

n°2112587
gilou
Modérateur
Modzilla
Posté le 21-11-2011 à 11:13:54  profilanswer
 

Les sujets suivant ont été fusionnés à ce sujet par Gilou

  • Mysql et Apache ne démarrent pas


---------------
There's more than what can be linked! --    Iyashikei Anime Forever!    --  AngularJS c'est un framework d'engulé!  --
n°2130736
Alienp
Y'a pas d'âge!
Posté le 11-03-2012 à 14:51:47  profilanswer
 

chabn a écrit :

Bonjour,
 
Pardon, avez vous une solution à mon problème ?
 
Merci.
 


 
Bonjour,
 
J'ai eu le même problème et n'avais pas de solution, puis je suis tombé sur un vieux post d'un autre forum dont voici le texte :
 
===================================================================
Re: Apache ne se lance pas lors que le port 80 est libre
Envoyé par: Inophage (---.laposte.fr)
Date: 25 February 2011 à 10:36
 
Bon, il faut croire que vous n'avez pas fait appel à notre ami commun Google.
 
Bref pour résoudre ce problème :
 
Dans le panneau de configuration, affichez vos connexions.
Faites clique droit sur votre connexion active et choisissez "propriété".
Dans l'onglet Général, sélectionnez dans la liste "Protocole Internet (TCP/IP)" puis appuyez sur le bouton "Propriété".
Dans la nouvelle fenêtre qui s'ouvre, dans l'onglet Général, appuyez sur le bouton "avancé".
Dans la nouvelle fenêtre qui s'ouvre, dans l'onglet "WINS", décochez l'option "Activer la recherche LMHOSTS".
 
Voilà ca devrait résoudre ce problème après avoir relancé l'ordinateur.
===============================================================
 
J'avais déjà tout essayé mais "ça" ça a marché, c'est la vraie réponse à l'error.log :  WSASocket failed to open the inherited socket.
 
Bonne chance.


Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Programmation
  PHP

  Problème de démarrage de Apache Mysql

 

Sujets relatifs
[Apache] Redirection 301 et referer[RESOLU][c++] probleme de syntaxe dans un héritage
Probleme Java + Telnet + Active DirectoryPython + Qt + OpenCV = problème :/
Création d'un livre d'or en PHP : problème de débutant...Récuperer info membre Php-Mysql
Problème avec Dewplayer et Blogspotprobléme de synthaxe sur vlookup
Problème importation Xampp 
Plus de sujets relatifs à : Problème de démarrage de Apache Mysql


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR