Apache Web Server Problem

Tariqul Islam

New Member
Messages
182
Reaction score
0
Points
0
In my office, I have a newly installed server machine and 15 client machines. In my server machine I installed apache web server which is running without any inturuption. But the client machines did not find my server's apache web server. Here is the details for you:

Server Machine IP : 192.168.0.1
Client Machine IP : 192.168.0.10 - 192.168.0.25

I use the following from my server to view my apache server:
http://localhost/
http://192.168.0.1/
http://127.0.0.1/

I use the following from my client machines to view my apache server:
http://192.168.0.1/

BUT from my client machines I can not find my apache server of my server machine.

Anybody can answer me, what is my fault ?
 

ah-blabla

New Member
Messages
375
Reaction score
7
Points
0
Try pinging the server, to see whether it is reachable from the clients (run 'ping 192.168.0.1'), and also check firewall settings on both. Also, how are the computers connected together? If you are using a router to connect the computers check whether it allows connections between network members. Also, routers usually use the IP 192.168.0.1 if present, so you might need to choose another IP. Lastly, are all computers on the network connected to the internet? If so, can the server connect to the internet as well?
 
Top