need help with apache server!!
Moderator: General Moderators
-
ashutosh.titan
- Forum Newbie
- Posts: 15
- Joined: Wed Mar 01, 2006 12:14 am
- Location: india
- Contact:
need help with apache server!!
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.
- Buddha443556
- Forum Regular
- Posts: 873
- Joined: Fri Mar 19, 2004 1:51 pm
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.
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.