Salut Otomatic.
J'ai installé la dernière version d'Apache, la VC15 / 2.4.35 et j'ai ce warning :
En fait, j'utilise une variable à moi, qui se nomme "${Version_Apache}".
Pour résoudre ce problème d'affichage, J'ai ajouté dans mon fichier "param" cette variable "${SRVROOT}"
Comment faites-vous avec cette variable ? L'utilisez-vous dans votre fichier HTTPD.conf ?
@+
J'ai installé la dernière version d'Apache, la VC15 / 2.4.35 et j'ai ce warning :
Test Apache =========== [Fri Sep 28 12:30:57.138484 2018] [core:warn] [pid 5788:tid 548] AH00111: Config variable ${SRVROOT} is not defined [Fri Sep 28 12:30:57.138484 2018] [core:warn] [pid 5788:tid 548] AH00111: Config variable ${SRVROOT} is not defined Syntax OK Appuyez sur une touche pour sortir...Et voici ce que j'ai dans le compte-rendu des erreurs d'apache :
[Fri Sep 28 12:41:00.346847 2018] [mpm_winnt:notice] [pid 10896:tid 588] AH00422: Parent: Received shutdown signal -- Shutting down the server. [Fri Sep 28 12:41:02.378098 2018] [mpm_winnt:notice] [pid 6132:tid 600] AH00364: Child: All worker threads have exited. [Fri Sep 28 12:41:02.424976 2018] [mpm_winnt:notice] [pid 10896:tid 588] AH00430: Parent: Child process 6132 exited successfully. [Fri Sep 28 12:41:03.128102 2018] [core:warn] [pid 6408:tid 620] AH00111: Config variable ${SRVROOT} is not defined [Fri Sep 28 12:41:03.128102 2018] [core:warn] [pid 6408:tid 620] AH00111: Config variable ${SRVROOT} is not defined [Fri Sep 28 12:41:03.362476 2018] [mpm_winnt:notice] [pid 6408:tid 620] AH00455: Apache/2.4.35 (Win64) OpenSSL/1.1.0i PHP/7.2.10 configured -- resuming normal operations [Fri Sep 28 12:41:03.362476 2018] [mpm_winnt:notice] [pid 6408:tid 620] AH00456: Apache Lounge VC15 Server built: Sep 19 2018 16:08:47 [Fri Sep 28 12:41:03.362476 2018] [core:notice] [pid 6408:tid 620] AH00094: Command line: 'f:\\Wamp\\bin\\apache\\apache2.4.35\\bin\\httpd.exe -d F:/Wamp/bin/apache/apache2.4.35' [Fri Sep 28 12:41:03.378103 2018] [mpm_winnt:notice] [pid 6408:tid 620] AH00418: Parent: Created child process 3996 [Fri Sep 28 12:41:03.878104 2018] [core:warn] [pid 3996:tid 544] AH00111: Config variable ${SRVROOT} is not defined [Fri Sep 28 12:41:03.878104 2018] [core:warn] [pid 3996:tid 544] AH00111: Config variable ${SRVROOT} is not defined [Fri Sep 28 12:41:03.956229 2018] [core:warn] [pid 3996:tid 544] AH00111: Config variable ${SRVROOT} is not defined [Fri Sep 28 12:41:03.956229 2018] [core:warn] [pid 3996:tid 544] AH00111: Config variable ${SRVROOT} is not defined [Fri Sep 28 12:41:04.221855 2018] [mpm_winnt:notice] [pid 3996:tid 544] AH00354: Child: Starting 256 worker threads.Comment fait-il que nous ayons maintenant besoin de cette variable "${SRVROOT}" ?
En fait, j'utilise une variable à moi, qui se nomme "${Version_Apache}".
Pour résoudre ce problème d'affichage, J'ai ajouté dans mon fichier "param" cette variable "${SRVROOT}"
Comment faites-vous avec cette variable ? L'utilisez-vous dans votre fichier HTTPD.conf ?
@+