From c54018b07a9085c0a3aedbc2bd01a85a3b3e20cf Mon Sep 17 00:00:00 2001
From: Daniel Baumann Quelques solutions populaires pour déployer Apache httpd, et
éventuellement PHP et MySQL sous Microsoft Windows :
La configuration par défaut de la distribution source installe
+ le serveur dans \Apache2x. Cet emplacement peut être modifié à
+ la compilation, mais il est important qu'en fin de compte, la directive
+ ServerRoot
dans httpd.conf corresponde effectivement
+ à la racine de l'installation. Les distributions binaires peuvent parfois
+ modifier la racine de l'installation par défaut, ou même la structure
+ complète de la configuration initiale.
Les principales spécificités d'Apache pour Windows sont :
Comme Apache pour Windows est un programme multithread, il
@@ -186,7 +193,7 @@ RewriteRule "(.*)" "${lowercase:$1}" [R,L]
(en plus des directives d'activation de status dans
access.conf
) :
LoadModule status_module modules/mod_status.so+
LoadModule status_module "modules/mod_status.so"
Des informations sont aussi à votre disposition pour créer des modules
@@ -670,7 +677,7 @@ RewriteRule "(.*)" "${lowercase:$1}" [R,L]
<Directory "//imagehost/www/images/">
#...
-<Directory>
+</Directory>
Lorsqu'Apache s'exécute en tant que service, vous devez créer un
@@ -691,7 +698,7 @@ RewriteRule "(.*)" "${lowercase:$1}" [R,L]
Langues Disponibles: en |
fr |
ko Commentaires
This is not a Q&A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our mailing lists.Commentaires
This is not a Q&A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Libera.chat, or sent to our mailing lists.