Page 1 of 1

my problem, Can't access from other machine

PostPosted: 16. February 2016 00:46
by lenovo555
Hi,
I installed in xampp 5.6.15-1 on centos . everything seems ok, and I can visit my own web page from firefox on lcoal centos
but can't access from other machine on LAN,

use chrome:
This web page is not available
ERR_CONNECTION_TIMED_OUT

use IE:
This page can’t be displayed

•Make sure the web address http://10.1.113.88 is correct.
•Look for the page with your search engine.
•Refresh the page in a few minutes.

Fix connection problems


I checked some solution and use setenforce 0 , won't work

can anyone help

Re: my problem, Can't access from other machine

PostPosted: 16. February 2016 00:57
by Danielx64
Is xampp installed on your local machine or in a VM? If local machine, then you may want to check your firewall to make sure that port 80 is not blocked.

Re: my problem, Can't access from other machine

PostPosted: 16. February 2016 01:12
by lenovo555
Thanks, what is the command to check if port 80 is being listened yet ?

Re: my problem, Can't access from other machine

PostPosted: 16. February 2016 11:46
by Nobbie
lenovo555 wrote:Thanks, what is the command to check if port 80 is being listened yet ?


That question is beyond the scope of the Xampp forum, you should go for a linux forum. Anyway, i would try either "netstat" or "lsof" (enter "man netstat" or "man lsof" for the manuals).