How do I access the web server on my desktop from my laptop?
- by Steven
I'm running Apache on my stationary and I would like to access a website through my laptop.
This is some of the Apache config:
NameVirtualHost 127.0.0.1:80
<VirtualHost 127.0.0.1:80>
ServerName mysite.com
DocumentRoot I:/wamp/www/mysite/
</VirtualHost>
ServerName localhost:80
<Directory />
Options FollowSymLinks
…