Access a site from a server that is on the same LAN (XAMPP)

0


Hello everyone!

I have two computers:

  • Windows 7;
  • Windows Server 2012.

My site is in Windows Server 2012 xampp, and I want to access it through windows 7.

I have tried to search the web browser by IP, by the name of Windows Server 2012, and also tried to search for Windows Server Name.CompanyName.com but the error is always the same:

  

ERR_CONNECTION_TIMED_OUT

I would like to know what I need to configure in Xampp, or even in Windows Server 2012 to be able to resolve this error. Thank you in advance!

    
asked by anonymous 15.06.2018 / 18:48

1 answer

0

@Leite

  

It should have something like ServerName localhost:80 in httpd.conf, what value do you have? If it is localhost , it changes to be the server IP, e.g. ServerName 192.168.10.10:80

    
18.06.2018 / 13:55