so  web2py HAS to work through web2py.py daemon? even if it's with
WSGI?

I've tried that, now I have issue that WSGI system does not attach
web2py.py
as interpreter - it attaches '' instead which is httpd by default.

looks like wsgi/apache problem. I have centos/apache2

My directives in the virtual host part of httpd.conf are:

DocumentRoot /var/www/vhosts/default/htdocs/wsgi/web2py
WSGIScriptAlias / /var/www/vhosts/default/htdocs/wsgi/web2py/
WSGIDaemonProcess web2py.py

Thank you!

Evgeny.



On May 31, 12:13 pm, Evgeny <[email protected]> wrote:
> Hello,
>
> Could someone be kind to write out the chain of events that must
> happen
> from apache (or an analog _production_ server) receiving web request
> to
> web2py app sending the response?
>
> Or point me to a right document. If one doesn't exist, I'll be happy
> to summarize responses.
>
> This will greatly help understading how to install apps on a real
> server.
>
> Best regards,
>
> Evgeny.
--~--~---------~--~----~------------~-------~--~----~
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