I wrote a PHP and put it on WAMP server. It ran correctly on local machine, but I failed to access it from another computer in LAN.
When telnet server's ip address port 80 it showed could not open connection.
The configuration in httpd.conf has been changed(from require local to require all granted).
I have put the server online.
Firewall was off.
Port 80 was not used by other progress.
I have tried everything found online, please help.
access.log:
1.On local machine 127.0.0.1
127.0.0.1 - - [15/Mar/2018:11:25:15 -0400] "GET /getPDF/ HTTP/1.1" 304 -
127.0.0.1 - - [15/Mar/2018:11:25:18 -0400] "POST /getPDF/output.php HTTP/1.1" 200 4599
2.On local machine ip address
10.250.30.235 - - [15/Mar/2018:11:36:23 -0400] "GET /getPDF/ HTTP/1.1" 304 -
10.250.30.235 - - [15/Mar/2018:11:36:27 -0400] "POST /getPDF/output.php HTTP/1.1" 200 4599
3.On another machine in LAN: couldn't get any log