1) sounds like a problem with Apache configuration. Please post your Apache configuration.
2) First thing that comes into mind with this is that communication between Python and MySQL is not working. Is MySQL-python installed, are database privileges correct? Kenneth On Oct 22, 2:19 am, VP <vtp2...@gmail.com> wrote: > deploying web2py has given me headaches... > > (1) can't get admin to work (I think SSL was configured > properly)https://..../admin/... gives this Apache error: > > [Thu Oct 21 23:14:12 2010] [error] [client 141.225.9.126] Daemon > process called 'web2py' cannot be accessed by this WSGI application: / > home/xxx/web2py/wsgihandler.py > > (2) can't get either mysql or posgres to work. Things are fine with > sqlite, but with either mysql/postgres, I got this problem on Firefox: > > "Firefox has detected that the server is redirecting the request for > this address in a way that will never complete." > > (Safari has a similar message). > > === > > In my set up, my account (not www-data) is set to run apache, etc.... > I think I've given permissions where needed. As I said, sqlite seems > to have no problems. > > Any hint, please?