Page 1 of 1

Some Directions

PostPosted: 28. March 2009 23:46
by NetLander
Hi I am totally new to xampp, and know little of apache networking I'll be pleased to get a few directions to understand.
I have installed xampp on a slax usb pendrive because i need to test a cms that should work in my company LAN (elgg1.5)
The point is thi, everything works fine when the xampp is configured with localhost, but if I want my "server" to be accessible on the whole LAN do I have to change httpd.conf at the entry #listen with my ip address (the one i get in dhcp with my machine) instead of using localhost? is that enough?

second question: Can mysql keep running on localhost or do I have to change accordingly to my ip address??
should I put a new line in resolv.conf?
thanx in advance,
Francesco

Re: Some Directions

PostPosted: 30. March 2009 09:36
by Nobbie
You are wrong here, this is the german board, the english boards are at the bottom of the site.

>do I have to change httpd.conf at the entry #listen with my ip address

No. Simply supply "Listen 80" and Apache listens on ALL IPs on Port 80.

>second question: Can mysql keep running on localhost or do I have to change accordingly to my ip address??

localhost

>should I put a new line in resolv.conf?

resolv.conf does not deal with Xampp, you dont need to change anything.