wamp remote access
Posted
by
user1589779
on Server Fault
See other posts from Server Fault
or by user1589779
Published on 2012-11-15T09:12:20Z
Indexed on
2012/11/15
11:07 UTC
Read the original article
Hit count: 165
wamp
I have a wamp server (Version 2.2 on Windows 7) running on my computer that works perfectly well for localhost access. But now, I need to grant access to a collegue on the same subnetwork. How to achieve that?
My collegue receives a 403 error from the browser.
I have 2 vhost :
<VirtualHost *:80>
ServerName localhost
DocumentRoot "D:/Workspace"
</VirtualHost>
<VirtualHost *:80>
ServerName oscar
DocumentRoot "D:/Workspace/SMACS3/web/htdocs"
</VirtualHost>
© Server Fault or respective owner