Bonjour à toutes et à tous.
Pour installer Apache et PHP sur mon Windows XP,

Situation :
j'ai suivit ce tutoriel d'installation : giminik.developpez.com/articles/apache/windows. Je me suis arrêté pour l'instant juste avant "Installation du serveur MySQL 4.1.20". J'ai suivit les instruction à la lettre (apache, php, ... téléchargés sur developpez) à l'exception des extensions (php.ini) que j'ai toutes désactivées afin d'être sûr que mon soucis ne venait pas d'elle.

J'ai correctement modifié la variable d'environnement PATH, et redémarré mon pc.

Mon soucis :
  • Un phpinfo() fait systématiquement planter Apache au niveau des variables "Environnement Apache".
  • Les fichiers php renvoie une page blanche et font planter Apache.


Remarques :
  • Mon error.log d'Apache n'enregistre aucune erreur (n'ayant pas utilisé la fonction error de php ...)
  • Voici la liste des fichiers erreur de Apache\Apache2\error
    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
    HTTP_BAD_GATEWAY.html.var
    HTTP_BAD_REQUEST.html.var
    HTTP_FORBIDDEN.html.var
    HTTP_GONE.html.var
    HTTP_INTERNAL_SERVER_ERROR.html.var
    HTTP_LENGTH_REQUIRED.html.var
    HTTP_METHOD_NOT_ALLOWED.html.var
    HTTP_NOT_FOUND.html.var
    HTTP_NOT_IMPLEMENTED.html.var
    HTTP_PRECONDITION_FAILED.html.var
    HTTP_REQUEST_ENTITY_TOO_LARGE.html.var
    HTTP_REQUEST_TIME_OUT.html.var
    HTTP_REQUEST_URI_TOO_LARGE.html.var
    HTTP_SERVICE_UNAVAILABLE.html.var
    HTTP_UNAUTHORIZED.html.var
    HTTP_UNSUPPORTED_MEDIA_TYPE.html.var
    HTTP_VARIANT_ALSO_VARIES.html.var



Il s'agit de ma première installation manuelle d'Apache (toutes plateformes confondues) ; j'utilisais jusqu'à ce jour EasyPHP. J'espère que vous pourrez me venir en aide.

Merci d'avance.