Skip to content

Instantly share code, notes, and snippets.

@aquasmit
Last active August 29, 2015 14:21
Show Gist options
  • Save aquasmit/63c8b82707683f29b2ba to your computer and use it in GitHub Desktop.
Save aquasmit/63c8b82707683f29b2ba to your computer and use it in GitHub Desktop.
Apache 2.4.x - Allow wamp server access from any machine in network using http://
Open httpd.conf and replace line
Require local
by
Require all granted
That's all. After you restart Wamp server, you will be able to access your machine frm any machine in network using URL like http://aquasmit (assuming that aquasmit is your machine name)
Resource: Refer Sai Ram's answer at http://stackoverflow.com/questions/24005828/how-to-enable-local-network-users-to-access-my-wamp-sites
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment