On Jun 17, 2:40 am, JohnMc <maruadventu...@gmail.com> wrote:
> 'apache with mod_wsgi preconfigured'. Ok. A clarification on your last
> sentence -- 'and perhaps a nice user interface in web2py to add new
> virtual hosts.' Do you mean --

I think he means a Web2Py app which configures Apache's VirtualHosts.
Not seperate VMs.
It could write files into /etc/apache2/sites-available
& control the symlinks in /etc/apache2/sites-enabled
& restart Apache.

I would give the Web2Py process the rights needed to do the last via
'sudo':
www-data        ALL=NOPASSWD: /etc/init.d/apache2 force-reload

F
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" 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