-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello,

I know there are several articles and posts related to the subject,
including relevant section in manual cut.

http://mdp.cti.depaul.edu/examples/static/web2py_manual_cut.pdf

But I encountered Graham Dumpleton's blog with severe arguments against
some of the recommended solutions. I would like to choose good way for
my production site. First of all - is it true, that I should select
mod_wsgi rather than mod_proxy if I wish to let Apache to serve my web?

And which of guides available is up-to date, free of security issues,
and thus recommended?

My setup is a bit more complicated, because I would like to have
* two domains served by different web2py apps
* together with separated error app, which is defined in routes.py to
serve exceptions in one of the domains.
Like this:

www.onedomain.com/error/(.*) -> localhost:8000/error/$1

www.onedomain.com/(.*) -> localhost:8000/onedomainapp/$1
(e.g. www.onedomain.com/controller/function ->
      localhost:8000/onedomainapp/controller/function )

www.otherdomain.com/(.*) -> localhost:8000/otherapp/$1

Please, could you help?

Thank you!

David
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkraPi0ACgkQ3oCkkciamVGJQACbBc9pKjSMnusalTImwWRDLd8t
3joAn2/vHgYOyeRzrzq5RYdhSPkngOyr
=0llU
-----END PGP SIGNATURE-----

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to