Link to home
Start Free TrialLog in
Avatar of hihialan2009
hihialan2009

asked on

sever problem

i install the apache and i put the webpage in www floder
i can see my page in http://localhost/index.php
i have a static ip

however , other computer can not go to my web page and display
The page cannot be displayed
when they input the link http://mystaticip/index.php

why ?
Avatar of Jason C. Levine
Jason C. Levine
Flag of United States of America image

Hi hihialan2009,

Are they on the same network as you or outside?

Avatar of hihialan2009
hihialan2009

ASKER

what is the meaning?my static ip is offered by my school
and i can not test it using the computer which use my school network?
thanks
I'm asking because I'm trying to understand the network conditions as that may be a part of the problem.  If you cannot browse by IP, it could be due to firewalls or other security measures on or around the system.
icic ~~~then what is the possible way to me to check what is the problem?
Forget about browsing for the moment.  Can you ping the IP address and get a response?
what mean by ping the ip?
i can see my page with this in my computer:
http://mystaticip/ or http://mystaticip/index.php
but cannot access by other
Enter the ping command from the command line:

> ping <ip address>

and when i use ipconfig in command prompt
it give me
connection specific ....:my school web
IP address : xxx.xxx.xxx.xx
subnet mask: xxx.xxx.xxx.xxx
default gateway:xxx.xxx.xxx.xxx

then is that my link is http://IP address/ or http://default gateway/
This is not really a web development question...it's a networking question and you need to know basic networking troubleshooting concepts in order to continue here.

If you are at a school, contact the network admins and ask them to help out.  They are in a much better position than I am to assist you.
Is this a Windows machine?  Is the internal firewall disabled?
it give me reply using ping <ipaddress>
no loss , 4 sent 4 recieve
it is a window machine
ASKER CERTIFIED SOLUTION
Avatar of Jason C. Levine
Jason C. Levine
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial