zhou jian am Mittwoch, 22. Februar 2006 22.40: > Hello perl fellows: Hi Paul
This is the wrong list for this question (see your subject) but: > I encountered a problem when I was installing a perl > module. The httpd server related module was hanging > overnight when it was trying to test > http://localhost:XXXXX... > > Today, I tested with my httpd server installation. > I found that I can view the webpage after I started > httpd server through the actually ip address. I have > configured my ip address under /etc/hosts. Check that the entry 127.0.0.1 localhost is present. > However, I couldn't view the webpage through > http://127.0.0.0/ or http://localhost/ > > It looks bizzare to me, if I can't view it through > http://localhost, then I couldn't install the httpd > related perlmodules because they require the testing. Apache only listens on IPs and Ports that are configured in the httpd.conf. Yours seems not to be configured to listen on 127.0.0.1, you can check that by $ netstat -neatp Depending on your apache configuration, a Listen 127.0.0.1:80 in the httpd.conf may be sufficient. hth, Hans -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>