[web2py] httpd internal 500 error -- out of the blue just from typing service httpd restart

2014-04-14 Thread LoveWeb2py
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

Re: [web2py] httpd internal 500 error -- out of the blue just from typing service httpd restart

2014-04-14 Thread LoveWeb2py
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.

Re: [web2py] httpd internal 500 error -- out of the blue just from typing service httpd restart

2014-04-14 Thread Marco Mansilla
El Mon, 14 Apr 2014 11:28:25 -0700 (PDT) LoveWeb2py atayloru...@gmail.com 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: