If "init" exists, that is the default application;  if not, and "welcome"
exists, that is the default application...
This is how you get websurfers who go to  http://x.y.z

The port you can setup from the command line (at startup;);

For Apache setup - you can search Apache on
http://mdp.cti.depaul.edu/AlterEgo/

Installation instructions for webfaction, for example, are here
http://mdp.cti.depaul.edu/AlterEgo/default/show/164

Links for other hosting services are at
https://mdp.cti.depaul.edu/web2py_wiki/default/wiki/hosting

In general, you want to setup mod_wsgi - search the group posts, e.g.:

http://groups.google.com/group/web2py/browse_thread/thread/11630a5690da257d/d766b612fcb8c94b

There are other deployment recipes in the book... (e.g. GAE)

Others will chime in, but hopefully this will get you started.
NOTE:  Admin (for security reasons) only works on local connections.   For
running admin remotely, see
http://mdp.cti.depaul.edu/AlterEgo/default/show/68

Regards,
Yarko

On Sun, Dec 28, 2008 at 7:35 PM, paratracker <[email protected]> wrote:

>
> Starting up python2.5 web2py.py cannot be all there is to getting
> web2py up on a hosted machine.  The documentation seems to assume that
> there is a one to one mapping between ip addresses and websites.
> Hosted machines have many sites running on the same machine, so a one-
> to-one mapping is impossible.
>
> Furthermore, how does web2py get notified of page requests in
> situations where the site 'administrator' doesn't have Apache conf
> rights?  Where's the magic?
>
> In development mode, I'm okay with 127.0.0.1:8000/..., but what
> happens when the site gets deployed into a hosted environment?  You
> can't expect casual websurfers to go to xyz.com:8000/application/
> controller/function <http://xyz.com:8000/application/controller/function>
>
> I apologize if this is all documented where, but if it is, could you
> please refer me to it?
>
> Thanks...
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to