[web2py] Re: web2py SSL + Apache + mod_wsgi issues on Ubuntu 8.08 VM machine

2010-11-24 Thread Hybride
Holy hell, that worked. Thank you so much for all of your guys help. On Nov 24, 12:55 pm, mdipierro wrote: > You do not have write permissions in the application admin/sessions > folder. > > Massimo > > On Nov 24, 12:54 pm, Hybride wrote: > > > > > S'Traceback (most recent call last):\n  File "

[web2py] Re: web2py SSL + Apache + mod_wsgi issues on Ubuntu 8.08 VM machine

2010-11-24 Thread mdipierro
You do not have write permissions in the application admin/sessions folder. Massimo On Nov 24, 12:54 pm, Hybride wrote: > S'Traceback (most recent call last):\n  File "gluon/main.py", line > 453, in wsgibase\n    session._try_store_on_disk(request, response)\n > File "gluon/globals.py", line 381

[web2py] Re: web2py SSL + Apache + mod_wsgi issues on Ubuntu 8.08 VM machine

2010-11-24 Thread Hybride
S'Traceback (most recent call last):\n File "gluon/main.py", line 453, in wsgibase\nsession._try_store_on_disk(request, response)\n File "gluon/globals.py", line 381, in _try_store_on_disk\n response.session_file = open(response.session_filename, \'wb\') \nIOError: [Errno 13] Permission denied

Re: [web2py] Re: web2py SSL + Apache + mod_wsgi issues on Ubuntu 8.08 VM machine

2010-11-24 Thread Kenneth Lundström
Are the group and ownership of the files in /applicatios/admin correct. Could you send a copy of the error file as I can´t access it from outside without a password and not when admin is no working. Kenneth Open this file with an editor /home/www-data/web2py/applications/admin/errors/ 76.19

[web2py] Re: web2py SSL + Apache + mod_wsgi issues on Ubuntu 8.08 VM machine

2010-11-24 Thread mdipierro
Open this file with an editor /home/www-data/web2py/applications/admin/errors/ 76.192.187.2.2010-11-24.10-52-27.f3c370f6-8a25-4dc6-b496-ae1178050333 The traceback is the end of the file. On Nov 24, 11:06 am, Hybride wrote: > > You seem to have two different problems. I tried to access > > addr

[web2py] Re: web2py SSL + Apache + mod_wsgi issues on Ubuntu 8.08 VM machine

2010-11-24 Thread Hybride
> You seem to have two different problems. I tried to access > addresshttp://147.126.65.92/adminand got the "You don't have permission to > access /admin/default/index on this server." error message, this sounds > like the admin application is not installed or your webserver is not > allowed to re

Re: [web2py] Re: web2py SSL + Apache + mod_wsgi issues on Ubuntu 8.08 VM machine

2010-11-23 Thread Kenneth Lundström
> It's the standard "You don't have permission to access /admin/default/ index on this server." I know it's silly, and I've went through most of the files available on how to supposedly fix this, but I can't seem to get it to work. You seem to have two different problems. I tried to access ad

[web2py] Re: web2py SSL + Apache + mod_wsgi issues on Ubuntu 8.08 VM machine

2010-11-23 Thread Hybride
> What kind of a problems do you have? It's the standard "You don't have permission to access /admin/default/ index on this server." I know it's silly, and I've went through most of the files available on how to supposedly fix this, but I can't seem to get it to work. > Your are receiving that wa

Re: [web2py] Re: web2py SSL + Apache + mod_wsgi issues on Ubuntu 8.08 VM machine

2010-11-23 Thread Kenneth Lundström
I´d say that warning messing in your log is not your problem. It should work even if you get those warnings. At least for me it does. Your are receiving that warning because your certifcate is for domain pypy.domain.com but in your configuration your are talking about an ip-address. What kin

[web2py] Re: web2py SSL + Apache + mod_wsgi issues on Ubuntu 8.08 VM machine

2010-11-22 Thread G
I ran into a problem with setting up SSL too which turned out to be caused by an ssl.conf file that was overriding the web2py.conf settings. I had similar messages in error.log, but as the [warn] indicates, they do not seem to be fatal errors. The errors I found were more like File does not exist.