Quantcast
Channel: WampServer - WampServer Francais
Viewing all articles
Browse latest Browse all 3471

Accès site web depuis l'extérieur (3 réponses)

$
0
0
Bonjour,

J'ai installer WampServer sur un server Windows que j'ai.
Pas de problème d'Install.
C'est un serveur avec ip Fixe.

Si j'accède en localhost à mon site, cela fonctionne :
[localhost] (car le port 80 est déjà pris par un autre programme)

J'ai modifié le fichier Vhost de apache comme ceci :

<VirtualHost *:8080>
ServerAdmin rvc@rvc.be
ServerName 92.222.129.207

DocumentRoot c:/wamp64_1/www/Ewattch
DirectoryIndex index.php

<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory c:/wamp64_1/www/Ewattch/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>

ErrorLog c:/wamp64_1/logs/powersave-error.log

# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel error

CustomLog c:/wamp64_1/logs/powersave-access.log combined
ServerSignature On
</VirtualHost>


Mais cela ne change rien, je n'arrive pas à accéder depuis l'éxtérieur à mon site.

Auriez-vous une idée de la bêtise que je fais ?

WampServer : 3.2.3
apache : 2.4.46
php : 7.3.21
MySQL : 8.0.21
Windows server 2019 standard x64 version 10.0.17763

Merci,

Viewing all articles
Browse latest Browse all 3471

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>