El Mon, 2 Dec 2013 10:06:38 -0800 (PST) lucas <[email protected]> escribió:
> > > > Have you read apache logs?, this line: > > > > WSGIScriptAlias / /opt/web-apps/web2py/wsgihandler.py > > > > Have in mind that wsgihandler.py is in web2py/handlers in latest > > versions of web2py... you might, also, have to fix permissions for > > this file to rwxr-xr-x > > > > yes, that did it. i happened to have read the README under the > handlers subdirectory and it says that the appropriate file(s) should > be copied to the parent (web2py) folder. so instead of doing the > copy, i did a symbolic link, like "ln -s handlers/wsgihandler.py". i > also did chmod and chown for that link and restarted apache and it > worked great. > > can anything be wrong with using the link to the file? my thinking > is the when the handler is updated, the link will still be valid. > > lucas > Not sure, but even if it brokes on upgrade you know what is the solution... Marco. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

