On Friday, September 16, 2011 12:06:09 PM UTC-4, Richard wrote: > > I think you should consider to build a real deployement staging > environnement with Apache... > > If you just do what others suggest with the 0.0.0.0 your app will be serve > by the rocket default built-in webserver... > > I am not a expert but I think that way your app will suffer of security > vulnerabilities and performance issues. >
I'm not sure there would be any particular security vulnerabilities using Rocket. Anyway, it sounded like he justed wanted to be able to access web2py within his own LAN, not necessarily run a publicly accessible website. For that purpose, Rocket is probably fine and requires no additional setup. Anthony