Presumably web2py is only listening on 127.0.0.1, hence it will only serve pages requested from your localhost
I'm certain there's an option to listen on other IP's (can't remember of the top of my head), alternatively you could put a reverse proxy in front of it. On Thu, Jan 22, 2009 at 1:53 PM, Julius Minka <[email protected]> wrote: > > The web2py running on Linux is accessible only from the same computer at > address 127.0.0.1. I mean, application pages themselves, not admin > interface. > > ifconfig (shortened) > eth0 Link encap:Ethernet HWaddr 00:1D:60:C9:C9:1D > inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0 > lo Link encap:Local Loopback > inet addr:127.0.0.1 Mask:255.0.0.0 > nas0 Link encap:Ethernet HWaddr 00:13:33:C1:97:A0 > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > ppp0 Link encap:Point-to-Point Protocol > inet addr:91.127.bbb.ccc P-t-P:213.81.xxx.yyy > > It is DSL-connected PC. > I run Plone on the same machine on different port. Plone is locally > accessible at all addresses: localhost, 192.168.0.1 and public address. > At the same time it is also accessible from internet at the public > address and from intranet at the private address. > In the firewall configuration, the entries for for Plone and web2py are > the same except the port number. > > What could be the reason web2py is not accessible the same way Plone is? > > Julius > > > > > > -- $ echo "kpfmAdpoofdufevq/dp/vl" | perl -pe 's/(.)/chr(ord($1)-1)/ge' --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

