Page 1 of 1
need help with apache server!!
Posted: Wed Mar 08, 2006 2:38 pm
by ashutosh.titan
hi, i'm new to php so i'v down loaded xampp.and running apache server using port 81.but no one can acces my php pages from outside.thoug i'v removed all the fire wall.are there any modifications i'll 'v to make in my .conf file to let it access by other computers.please help.
Posted: Wed Mar 08, 2006 2:58 pm
by Buddha443556
Really need more info. However ...
Port 80 is the standard HTTP port. So, to access your server it's something like:
http://your.ip.addr:81/
or
http://your.domain.com:81/
Your domain would, of course, need to point to your server's IP address to work.
xampp Forum might be able to help you better. At least you picked a package with a good forum.