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 <[email protected]> wrote: > 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 <[email protected]> wrote: > > 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 <[email protected]> > > 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 > >> installed, and mod_python 3.5 with apache 2.4, they are not talking to > >> each other. > >> > >> Any ideas? > >> > >> Thanks. > >> Dave. > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [email protected] > >> For additional commands, e-mail: [email protected] > >> > >> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
