Re: [users@httpd] apache 2.4 and python

2018-02-12 Thread David Mehler
Hello, Here you go. Thanks. Dave. #httpd -S VirtualHost configuration: *:80 is a NameVirtualHost default server git.example.com (/usr/local/etc/apache24/Includes/git.conf:2) port 80 namevhost git.example.com (/usr/local/etc/apache24/Includes/git.conf:2)

Re: [users@httpd] apache 2.4 and python

2018-02-12 Thread Frank Gingras
We're going to need a tad more information to help you. Error log entries (on 2.4, you might need to bump the log level for 404 errors), and the relevant vhost configuration. apachectl -S wouldn't hurt either. On Mon, Feb 12, 2018 at 10:21 AM, David Mehler wrote: > Hello, > > Thank you. I've go

Re: [users@httpd] apache 2.4 and python

2018-02-12 Thread David Mehler
Hello, Thank you. I've got mod_python uninstalled and mod_wsgi installed, and apache restarted no problems. The issue is I'm not getting python scripts working, I keep getting a 404. Thanks. Dave. On 2/11/18, Frank Gingras wrote: > You should use mod_wsgi instead. The last release of mod_pytho

Re: [users@httpd] apache 2.4 and python

2018-02-11 Thread Frank Gingras
You should use mod_wsgi instead. The last release of mod_python is over three years old. On Sun, Feb 11, 2018 at 2:41 PM, David Mehler wrote: > Hello, > > I'm trying to get mod python 3.5 working with apache 2.4. I keep > getting an error on the PythonHandler line. I've got python 3.5 > installe

[users@httpd] apache 2.4 and python

2018-02-11 Thread David Mehler
Hello, I'm trying to get mod python 3.5 working with apache 2.4. I keep getting an error on the PythonHandler line. I've got python 3.5 installed, and mod_python 3.5 with apache 2.4, they are not talking to each other. Any ideas? Thanks. Dave. ---