On Jan 21, 2:56 pm, voltron <[email protected]> wrote:
> the location of my web2py installation: "/project/test_site/"
> # config snippet
> ServerName test_site.com
>
> ### alias the location of applications (for static files)
> #Alias / /projects/test_site/applications/
>
> ### setup WSGI
> WSGIScriptAlias / /projects/test_site/wsgihandler.py
> WSGIDaemonProcess web2py user=www-data group=www-data home=/projects/
> test_site/ processes=10 maximum-requests=500
> Apache version : 2.2.4
Do you have?:
<Location "/">
Order deny,allow
Allow from all
WSGIProcessGroup web2py
</Location>
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 [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
-~----------~----~----~----~------~----~------~--~---