Le ServerName portailfamille.ville-crolles.fr n'est pas déclaré dans le fichier hosts.
Le ServerName app-web01.ville-crolles.fr n'est pas déclaré dans le fichier hosts.
Le ServerName pastell.ville-crolles.fr n'est pas déclaré dans le fichier hosts.
Le nombre DocumentRoot ne correspond pas au nombre de ServerName dans le fichier D:/wamp/bin/apache/apache2.4.56/conf/extra/httpd-vhosts.conf
Le chemin d:/wamp/www/ pour DocumentRoot est terminé par un slash (Fichier D:/wamp/bin/apache/apache2.4.56/conf/extra/httpd-vhosts.conf)
Le chemin d:\wamp\www\legalview\.well-known pour <Directory ... n'existe pas (Fichier D:/wamp/bin/apache/apache2.4.56/conf/extra/httpd-vhosts.conf)
Le chemin d:/wamp/www/glpi/public pour <Directory ... n'est pas terminé par un slash /
Duplicate ServerName glpi.ville-crolles.fr extranet.ville-crolles.fr grc.ville-crolles.fr app-opengst02.ville-crolles.fr legalview.crolles.fr iparapheur.ville-crolles.fr patrimoine.ville-crolles.fr patrimoine.crolles.fr webdelib.ville-crolles.fr webdelib-tst.ville-crolles.fr iletaitunefois.crolles.fr app-ciril.ville-crolles.fr into D:/wamp/bin/apache/apache2.4.56/conf/extra/httpd-vhosts.conf
LoadModule php_module "${INSTALL_DIR}/bin/php/php8.1.1/php8apache2_4.dll"LoadModule fcgid_module modules/mod_fcgid.so (Non commentée - pas de # au début)
<IfModule fcgid_module>
FcgidMaxProcessesPerClass 300
FcgidConnectTimeout 10
FcgidProcessLifeTime 1800
FcgidMaxRequestsPerProcess 0
FcgidMinProcessesPerClass 0
FcgidFixPathinfo 0
FcgidZombieScanInterval 20
FcgidMaxRequestLen 536870912
FcgidBusyTimeout 120
FcgidIOTimeout 120
FcgidTimeScore 3
FcgidPassHeader Authorization
Define PHPROOT ${INSTALL_DIR}/bin/php/php
</IfModule>
<IfModule fcgid_module>
Define FCGIPHPVERSION "7.4.27"
FcgidInitialEnv PHPRC "${PHPROOT}${FCGIPHPVERSION}/php.ini"
<Files ~ "\.php$">
Options +Indexes +Includes +FollowSymLinks +MultiViews +ExecCGI
AddHandler fcgid-script .php
FcgidWrapper "${PHPROOT}${FCGIPHPVERSION}/php-cgi.exe" .php
</Files>
</IfModule>
<IfModule fcgid_module>
Define FCGIPHPVERSION "7.4.27"
FcgidCmdOptions ${PHPROOT}${FCGIPHPVERSION}/php-cgi.exe \
InitialEnv PHPRC=${PHPROOT}${FCGIPHPVERSION}/php.ini
</IfModule>
<Directory...
<IfModule fcgid_module>
<Files ~ "\.php$">
Options +Indexes +Includes +FollowSymLinks +MultiViews +ExecCGI
AddHandler fcgid-script .php
FcgidWrapper "${PHPROOT}${FCGIPHPVERSION}/php-cgi.exe" .php
</Files>
</IfModule>
<Directory...>...</Directory> de manière à obtenir, par exemple pour un Alias quelconque, la structure suivante :
Alias /myalias "g:/www/mydir/"
<IfModule fcgid_module>
Define FCGIPHPVERSION "7.4.27"
FcgidCmdOptions ${PHPROOT}${FCGIPHPVERSION}/php-cgi.exe \
InitialEnv PHPRC=${PHPROOT}${FCGIPHPVERSION}/php.ini
</IfModule>
<Directory "g:/www/mydir/">
Options Indexes FollowSymLinks
AllowOverride all
Require local
<IfModule fcgid_module>
<Files ~ "\.php$">
Options +Indexes +Includes +FollowSymLinks +MultiViews +ExecCGI
AddHandler fcgid-script .php
FcgidWrapper "${PHPROOT}${FCGIPHPVERSION}/php-cgi.exe" .php
</Files>
</IfModule>
</Directory>