On Sat, 01 Nov 2003 19:52:02 -0800, kecebong <ce****@plungky.com>
wrote:
I installed php-4.3.3, mysql and apache server 2.0.47.
but I can not connect to my apache server from my other computer, i use
static ip for my server, set ip address for server name on httpd.conf,
setup sua server on router. do i miss something here? anyone can help me
to figure it out? thanks.
1. ping <server ip>
This will prove basic connectivity
2. telnet <server ip> 80
This will check if a process is listening on port 80
3. Check that your browser is not trying to find the site on the
internet. Both nutscrape and exploder have sections in the preferences
section to ensure this doesn't happen.
HTH,
Steve