0
I’m trying to serve an application on a home network (windows10) however the tips I find on the web to change apache settings don’t work, probably because they refer to earlier versions of Apache 2.4.23.
0
I’m trying to serve an application on a home network (windows10) however the tips I find on the web to change apache settings don’t work, probably because they refer to earlier versions of Apache 2.4.23.
0
In version 2.4 of apache I was able to solve as follows. click the wamp icon, then apache 2.4.xxx, then httpd-vhost.conf.
It will open the configuration file of virtual hosts, just change where this written (Local require) replacing by (Require all granted), save the file and restart wamp which will already be possible to access your local server just by typing the IP of the machine where wamp is installed.
Browser other questions tagged php apache wampserver
You are not signed in. Login or sign up in order to post.
To work on a home network, you need to set the machine ip as static and put the ip in apache.
– Rickafds
grateful for the attention, but knows to say exactly where I inform the IP in Apache?
– Rodrigo A. Santos
Open the cmd and type "ipconfig" the ip of your machine you type in the browser http://192.168. 1.82/, this ip any local machine will be able to visualize
– Rickafds
So the first thing I tried was this, but the following error: Forbidden You don’t have permission to access / on this server. Apache/2.4.23 (Win64) PHP/5.6.25 Server at 192.168.0.15 Port 80
– Rodrigo A. Santos
I looked for the error, but I did not find anything related But try to disable the windows firewall and antivirus like test I advise you to use xampp
– Rickafds