On Tue, Aug 17, 2010 at 3:45 PM, ashwin kesavan <[email protected]>wrote:
> The problem is apache is listening on 127.0.0.1 instead of 192.168.1.250 > thats why you are facing this. I have faced this before and solved it. > Look for the line called Listen > If it is only 80 then it listens on all ip available in the machine. > If it has some specific ip then it listens on only that ip. So you > might be facing this problem. > > I have added *Listen 8081 *and *Listen 8080 *in /etc/apache2/ports.conf So, total number of Listen`s are three there. *Listen 80 Listen 8081 Listen 8080* -- Best, Zico _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
