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 ?

Voici le contenu de fichier Log apache "Erreur Apache" :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
[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.