Page accessible en local mais pas en ligne
Bonjour,
Malgré le parcours de pages internet à la recherche de soluces, je n'ai pas trouvé celle à mon problème.
Apache 2.4.38 est installé sur un windows server 2012.
Le port 8080 est utilisé.
L'extrait du httpd.conf qui désigne un répertoire site comme réservoir :
Citation:
DocumentRoot "/ms4w/Apache/site"
<Directory "/ms4w/Apache/site">
# rep par défaut donc navigateur va directement taper dans .../site/
# Possible values for the Options directive are "None", "All",
# or any combination of:
# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
# The Options directive is both complicated and important. Please see
#
http://httpd.apache.org/docs/2.4/mod/core.html#options
# for more information.
#
Options Indexes FollowSymLinks
#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# AllowOverride FileInfo AuthConfig Limit
#
#AllowOverride None
AllowOverride All
#
# Controls who can get stuff from this server.
#
Require all granted
</Directory>
En local : renvoie bien bonjour (le contenu de la page test...)
A distance : renvoie la page d'accueil Apache Tomcat/9.0.17
Mais http://10.210.1.32:8080/ms/index.html renvoie
Citation:
http 404 Non trouvé
ms étant un sous-repertoire de site.
Je suis tout perdu :weird:
Des idées du pourquoi je n'arrive pas à atteindre la page à distance ?
Merci