Results 1 to 5 of 5
hello
i have gone through all the necessary steps to configure the httpd!
but still when go to mozilla and typing "http://localhost/", it giving me an error report that the ...
- 09-01-2005 #1Just Joined!
- Join Date
- May 2005
- Posts
- 44
trouble configuring httpd
hello
i have gone through all the necessary steps to configure the httpd!
but still when go to mozilla and typing "http://localhost/", it giving me an error report that the page can't be connected!
can anyone tell me what should i do?
- 09-01-2005 #2
Is your apache service running?
try:
service httpd startLinux user #126863 - see http://linuxcounter.net/
- 09-01-2005 #3
...or "apachectl start" as root. To see if httpd started run "ps ax | grep httpd".
- 09-01-2005 #4Just Joined!
- Join Date
- May 2005
- Posts
- 44
my apache is running...everything is ok but mozilla can't connect to the web server. i have also tried with other browser in my distro(redhat 9).
i have set the ip as "LISTEN 127.0.0.1:80" also have tried with some other ips but still it isnt working... i have also specified:
ServerName localhost:80
ServerAdmin root@localhost
this way... but still it isnt working...any idea?
- 09-02-2005 #5
Do you have firewalling configured to block port 80? That would prevent connections from anywhere.
Linux user #126863 - see http://linuxcounter.net/


Reply With Quote
