Results 1 to 5 of 5
Hi
I can ping localhost (127.0.0.1) but I can not browse localhost. Is anybody give me yours httpd.conf file to have a look. May be problem in httpd.conf file, but ...
- 03-16-2005 #1Just Joined!
- Join Date
- Mar 2005
- Posts
- 7
can not browse localhost
Hi
I can ping localhost (127.0.0.1) but I can not browse localhost. Is anybody give me yours httpd.conf file to have a look. May be problem in httpd.conf file, but I am not sure. Please help me to run my Apache web server.
Thanks
- 03-16-2005 #2Linux Enthusiast
- Join Date
- Feb 2005
- Location
- SE, Stockholm
- Posts
- 512
Hi, if you only are able to ping 127.0.0.1 it means that you network adapter is not set up as it should. It will only prove that you have your IP working
Since 127.0.0.1 is local-interface upon your IP-stack.
(I.e. has nothing to do with the physical network interface)
Can you ping anything localy on the network?
- 03-16-2005 #3Linux Engineer
- Join Date
- Nov 2004
- Location
- Ft. Polk, LA
- Posts
- 796
Is Apache actually running?
- 03-16-2005 #4Just Joined!
- Join Date
- Mar 2005
- Posts
- 7
Hi Swemic
I can ping my ip address l and network PC which has windows XP as well. I can not run Apache, it's come this error message "Starting httpd2 (prefork ) ..... failed
- 03-16-2005 #5Linux Enthusiast
- Join Date
- Feb 2005
- Location
- SE, Stockholm
- Posts
- 512
Ok,
have you tried to check your config file for a good syntax?
Code:apachectl configtest


Reply With Quote