Salut,
J'ai installer Apache, il marche correctement et maintenant je veux y ajouter php pour exécuter du php sur mon serveur.
Donc dans le fichier httpd de apache j'ajoute :
LoadModule php5_module c:/php5/php5apache2.dll
AddType application/x-httpd-php .php .php3 .php4 .php5
Je redemarre et la j'ai une erreur :
"
The requested operation has failed"
et dans le log d'erreur j'ai sa :
[Fri Sep 01 09:57:53 2006] [notice] Parent: Received restart signal -- Restarting the server.
[Fri Sep 01 09:57:53 2006] [notice] Child 4748: Exit event signaled. Child process is ending.
[Fri Sep 01 09:57:53 2006] [warn] (OS 995)L'opération d'entrée/sortie a été abandonnée en raison de l'arrêt d'une thread ou à la demande d'une application. : winnt_accept: Asynchronous AcceptEx failed.
[Fri Sep 01 09:57:54 2006] [notice] Child 4748: Released the start mutex
[Fri Sep 01 09:57:55 2006] [notice] Child 4748: Waiting for 250 worker threads to exit.
[Fri Sep 01 09:57:55 2006] [notice] Child 4748: All worker threads have exited.
[Fri Sep 01 09:57:55 2006] [notice] Child 4748: Child process is exiting
pourquoi je n'arrive pas à installer PHP sur mon serveur ?
Merci d'avance,
+
Version Apache : 2.2.2
Version PHP : 5.1.4