need help with apache server!!

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
ashutosh.titan
Forum Newbie
Posts: 15
Joined: Wed Mar 01, 2006 12:14 am
Location: india
Contact:

need help with apache server!!

Post 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.
User avatar
Buddha443556
Forum Regular
Posts: 873
Joined: Fri Mar 19, 2004 1:51 pm

Post 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.
Post Reply