Page 1 of 1

accessing the server.

PostPosted: 10. March 2009 18:09
by cachx
Hello,

I just installed Xampp without any problems and the example site works fine on the machine. But if I type the ip of the server on another machine i dont get to see the site. The server has acess to the internet through a Router.

Tried with firewalls on and off and still doesn't work.

Re: accessing the server.

PostPosted: 15. April 2009 16:11
by elin
Hello "cachx", Hope this is not too late, but you will need to edit httpd-xampp.conf file to allow connections from out of your LAN
"Allow from all "
And then, restart (or stop and start) lampp with /opt/lampp/lampp stop|start
Hope this helps.

Elin

Re: accessing the server.

PostPosted: 17. April 2009 10:51
by meymen
elin wrote:Hello "cachx", Hope this is not too late, but you will need to edit httpd-xampp.conf file to allow connections from out of your LAN
"Allow from all "
And then, restart (or stop and start) lampp with /opt/lampp/lampp stop|start
Hope this helps.

Elin



Thanks for the explanation Elin.

Best regards.