PDA

View Full Version : Apache question


M0nk3y
04-22-2005, 05:31 PM
I have installed an Apache server on my pc including PHP and MYSQL on it. My pc is on a lan connection and me and my fathers pc have the same ip adress. How do I get to know what the ip of my apache server is and how can I modify it.?

bcarl314
04-22-2005, 07:37 PM
I'm pretty sure you and your fathers computer do not have the same IP address. Probably on the same subnet, but IP address???

You should be able to get the IP addy of the apache box with phpinfo().

whackaxe
04-22-2005, 09:58 PM
i doubt you have the same LAN IP. you probably have the the same IP address when connected to the internet (through a router?). in this case you'll need to use port fowarding on your router to send all incoming connections to port 80 (or whatever port you have set apache to use) to your computer