Accueil Casafree : Probleme avec Easy PHP
Forum de discussion
inscription

 
kurosaki4d
Nouvel inscrit

2 envois
Posté le : 02/05/2012 8:27
Bonjour :)

Voilà j'ai un gros souci avec Easy php qui ne veut pas marcher pour moi

Apache et Mysql sont bien en marche mais quand je tape l'adresse 127.0.0.1 ou localhost une petite icone surgit dans l'onglet de la page marquant le chargement de la page, peu importe le temps que j'attend ça n'affiche rien du tout, c'est comme si ça cherchait sans trouver rien du tout !

J'ai essayer de le reinstaller et avec wamp serveur aussi & J'ai beau essayer de changer le numéro de port de le fichier httpd.conf genre de 127.0.0.1:80 vers 127.0.0.1:8086 puis la taper sur la barre d'adresse mais tous mes efforts partent en vain

J'ai vérifié le fichier log (error apache) et ça donne ça :

[Mon Apr 23 12:34:46 2012] [notice] Parent: Received restart signal -- Restarting the server.
[Mon Apr 23 12:34:46 2012] [notice] Child 5128: Exit event signaled. Child process is ending.
[Mon Apr 23 12:34:46 2012] [notice] Apache/2.2.21 (Win32) PHP/5.3.9 configured -- resuming normal operations
[Mon Apr 23 12:34:46 2012] [notice] Server built: Sep 10 2011 11:34:11
[Mon Apr 23 12:34:46 2012] [notice] Parent: Created child process 3420
[Mon Apr 23 12:34:46 2012] [notice] Child 3420: Child process is running
[Mon Apr 23 12:34:47 2012] [notice] Child 3420: Acquired the start mutex.
[Mon Apr 23 12:34:47 2012] [notice] Child 5128: Released the start mutex
[Mon Apr 23 12:34:47 2012] [notice] Child 3420: Starting 64 worker threads.
[Mon Apr 23 12:34:47 2012] [error] (OS 10038)Une opération a été tentée sur autre chose qu'un socket. : winnt_accept: getsockname error on listening socket, is IPv6 available?
[Mon Apr 23 12:34:48 2012] [notice] Child 5128: All worker threads have exited.
[Mon Apr 23 12:34:48 2012] [notice] Child 5128: Child process is exiting



et avec error mysql :

120423 12:34:46 [Note] C:\PROGRA~2\EASYPH~1.9\MySql\bin\mysqld.exe: Arrêt normal du serveur

120423 12:34:46 [Note] Event Scheduler: Purging the queue. 0 events
120423 12:34:46 InnoDB: Starting shutdown...
120423 12:34:46 InnoDB: Shutdown completed; log sequence number 1595675
120423 12:34:46 [Note] C:\PROGRA~2\EASYPH~1.9\MySql\bin\mysqld.exe: Arrêt du serveur terminé

120423 12:34:47 [Note] Plugin 'FEDERATED' is disabled.
120423 12:34:47 InnoDB: The InnoDB memory heap is disabled
120423 12:34:47 InnoDB: Mutexes and rw_locks use Windows interlocked functions
120423 12:34:47 InnoDB: Compressed tables use zlib 1.2.3
120423 12:34:47 InnoDB: Initializing buffer pool, size = 128.0M
120423 12:34:47 InnoDB: Completed initialization of buffer pool
120423 12:34:47 InnoDB: highest supported file format is Barracuda.
120423 12:34:47 InnoDB: Waiting for the background threads to start
120423 12:34:48 InnoDB: 1.1.8 started; log sequence number 1595675
120423 12:34:48 [Note] Event Scheduler: Loaded 0 events
120423 12:34:48 [Note] C:\PROGRA~2\EASYPH~1.9\MySql\bin\mysqld.exe: ready for connections.





Sur Wamp dans le fichier apache_error.log je trouve :

[Tue Apr 24 05:50:22 2012] [error] (OS 10038)Une opération a été tentée sur autre chose qu’un socket. : Child 4012: Encountered too many errors accepting client connections. Possible causes: dynamic address renewal,


Et voilà c'est que j'ai trouvé dans mysql.log :

120501 7:48:03 InnoDB: Started; log sequence number 0 86059
120501 7:48:03 [Note] wampmysqld: ready for connections.
Version: '5.0.45-community-nt' socket: '' port: 3306 MySQL Community Edition (GPL)
Anchor
Aspirant

1858 envois
Posté le : 02/05/2012 9:04
qu'est ce que t'as sur ton fichier host ?
_________________
Rage Against the Tajine
wach troll l'hamam f7al khroujou ?
kurosaki4d
Nouvel inscrit

2 envois
Posté le : 02/05/2012 12:06
Si vous parler de cette ligné la voilà :

# localhost name resolution is handled within DNS itself.
127.0.0.1 localhost
#::1 localhost
boom-skude
Membre banni

De: Beni Oui Oui

1629 envois
Posté le : 02/05/2012 12:13
Citation :

kurosaki4d a écrit :
Bonjour :)

Voilà j'ai un gros souci avec Easy php qui ne veut pas marcher pour moi

Apache et Mysql sont bien en marche mais quand je tape l'adresse 127.0.0.1 ou localhost une petite icone surgit dans l'onglet de la page marquant le chargement de la page, peu importe le temps que j'attend ça n'affiche rien du tout, c'est comme si ça cherchait sans trouver rien du tout !

J'ai essayer de le reinstaller et avec wamp serveur aussi & J'ai beau essayer de changer le numéro de port de le fichier httpd.conf genre de 127.0.0.1:80 vers 127.0.0.1:8086 puis la taper sur la barre d'adresse mais tous mes efforts partent en vain

J'ai vérifié le fichier log (error apache) et ça donne ça :

[Mon Apr 23 12:34:46 2012] [notice] Parent: Received restart signal -- Restarting the server.
[Mon Apr 23 12:34:46 2012] [notice] Child 5128: Exit event signaled. Child process is ending.
[Mon Apr 23 12:34:46 2012] [notice] Apache/2.2.21 (Win32) PHP/5.3.9 configured -- resuming normal operations
[Mon Apr 23 12:34:46 2012] [notice] Server built: Sep 10 2011 11:34:11
[Mon Apr 23 12:34:46 2012] [notice] Parent: Created child process 3420
[Mon Apr 23 12:34:46 2012] [notice] Child 3420: Child process is running
[Mon Apr 23 12:34:47 2012] [notice] Child 3420: Acquired the start mutex.
[Mon Apr 23 12:34:47 2012] [notice] Child 5128: Released the start mutex
[Mon Apr 23 12:34:47 2012] [notice] Child 3420: Starting 64 worker threads.
[Mon Apr 23 12:34:47 2012] [error] (OS 10038)Une opération a été tentée sur autre chose qu'un socket. : winnt_accept: getsockname error on listening socket, is IPv6 available?
[Mon Apr 23 12:34:48 2012] [notice] Child 5128: All worker threads have exited.
[Mon Apr 23 12:34:48 2012] [notice] Child 5128: Child process is exiting



et avec error mysql :

120423 12:34:46 [Note] C:\PROGRA~2\EASYPH~1.9\MySql\bin\mysqld.exe: Arrêt normal du serveur

120423 12:34:46 [Note] Event Scheduler: Purging the queue. 0 events
120423 12:34:46 InnoDB: Starting shutdown...
120423 12:34:46 InnoDB: Shutdown completed; log sequence number 1595675
120423 12:34:46 [Note] C:\PROGRA~2\EASYPH~1.9\MySql\bin\mysqld.exe: Arrêt du serveur terminé

120423 12:34:47 [Note] Plugin 'FEDERATED' is disabled.
120423 12:34:47 InnoDB: The InnoDB memory heap is disabled
120423 12:34:47 InnoDB: Mutexes and rw_locks use Windows interlocked functions
120423 12:34:47 InnoDB: Compressed tables use zlib 1.2.3
120423 12:34:47 InnoDB: Initializing buffer pool, size = 128.0M
120423 12:34:47 InnoDB: Completed initialization of buffer pool
120423 12:34:47 InnoDB: highest supported file format is Barracuda.
120423 12:34:47 InnoDB: Waiting for the background threads to start
120423 12:34:48 InnoDB: 1.1.8 started; log sequence number 1595675
120423 12:34:48 [Note] Event Scheduler: Loaded 0 events
120423 12:34:48 [Note] C:\PROGRA~2\EASYPH~1.9\MySql\bin\mysqld.exe: ready for connections.





Sur Wamp dans le fichier apache_error.log je trouve :

[Tue Apr 24 05:50:22 2012] [error] (OS 10038)Une opération a été tentée sur autre chose qu’un socket. : Child 4012: Encountered too many errors accepting client connections. Possible causes: dynamic address renewal,


Et voilà c'est que j'ai trouvé dans mysql.log :

120501 7:48:03 InnoDB: Started; log sequence number 0 86059
120501 7:48:03 [Note] wampmysqld: ready for connections.
Version: '5.0.45-community-nt' socket: '' port: 3306 MySQL Community Edition (GPL)

hello est ce que par hasard tu as IIS qui tourne aussi sur ta machien si c'est le cas désactive le
démarrer->exécuter->services.msc
ensuite cherche IIS ... puis désactive le
_________________
Le diable se niche dans les détails
StrangerInTheNet
Bavard

De: marbre

9874 envois
Posté le : 02/05/2012 13:13
boomy devient de plus en plus sérieux
La fin du monde est proche, moi j'vous l'dis...
_________________
Vous avez le droit de dire toutes les conneries que vous voulez...Tout ce que vous direz vous sera renvoyé à la figure