anybody know, is there a way to deploy service, written with web2py in a such a way:
1) we have a site,
xxx.com, for example. The site isn't web2py based. It is accessible from internet and shouldn't be touched.
2) the main aim is to access web2py service requesting
In other words, how can I route requests to this subdomain to web2py service?
Main site uses Apache. Should I configure Apache, or I can use Rocket for these types of tasks?
I will be very appreciated for advices.