Found out what the problem was. I upgraded my OpenSSL and only had permissions to access OpenSSL for apache. I installed it as root and wsgi tries to access one of the files in the OpenSSL folder (which was owned by root).
Once I changed ownership back to apache it started working again. However, now mysql doesn't work and i'm working on that. On Monday, April 14, 2014 11:57:33 AM UTC-4, marco mansilla wrote: > > El Mon, 14 Apr 2014 11:28:25 -0700 (PDT) > LoveWeb2py <[email protected] <javascript:>> escribió: > > > I've done this 100 times. > > > > service httpd restart > > and it works fine > > > > I am running web2py with python 2.7 and using the wsgihandler.py with > > apache. > > > > I've checked the error logs and it says > > [warn] Init: Name-based SSL virtual hosts only work for clients with > > TLS server name indication support (RFC 4366) > > [notice] Apache/2.2.15 (Unix) DAV/2 mod_wsgi/3.2 Python/2.6.6 > > mod_ssl/2.2.15 PHP/5.3.3 configured -- resuming normal operations > > > > Are there any indicators here why I'm getting the 500 error? This is > > really killing me!! My server is down and no one can access the site > > please help! > > > > Not a good solution, but a temporary one... just reboot your server, I > have the same problem and so far couldn't find a solution... No > upgrade/update has been done in the server, this issue came up from > nowhere. > > Rebooting enables apache again, but if you want to restart the apache > service you'll have to restart the whole server. > > Cheers. > -- 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/d/optout.

