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

Virtualhost en Intranet (1 réponse)

$
0
0
Bonsoir a Tous

Je cherche a configurer Wampserveur 3.0.4 sous w7 pour sur serveur pour mettre une application web en intranet.

j'ai configurer le virtuahost comme suivant :

<VirtualHost *:80>
DocumentRoot "d:/wamp64/www/mkframework"
ServerName mkframework
ServerAlias www.mkframework
<Directory "d:/wamp64/www/mkframework/">
Options +Indexes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
</Directory>
</VirtualHost>

j'ai ensuite editer le fichier host comme suivant :

# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host

# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost
127.0.0.1 validation.sls.microsoft.com

127.0.0.1 localhost
::1 localhost
127.0.0.1 mkframework
::1 mkframework


Ma question est la suivante comment a partir d'un poste qui a pour IP 192.168.1.14 par exemple accéder a mon application sur le mon serveur Wamp ?

Comment es que je dois donner l'autorisation sur mon serveur wamp ? je me suis dit que Require all granted pouvait le permettre ? mais ça ne marche pas.

NB: sur le poste client j'ai l'erreur suivante :
You don't have permission to access /mkframework on this server

Merci de m'aider

Viewing all articles
Browse latest Browse all 3477

Latest Images

Trending Articles

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