-Original Message-
From: Eric Covener [mailto:cove...@gmail.com]
Sent: Tuesday, June 21, 2011 11:42 PM
To: users@httpd.apache.org
Subject: Re: [users@httpd] Change $PATH in apache
> We're trying to run trac and svn which include some python scripts. I'd
> really like t
> We're trying to run trac and svn which include some python scripts. I'd
> really like to use the python that I've installed in /opt, but it appears
> that apache is using the default python /usr/bin/python.
Using it for what? mod_python, or python scripts that start with
#!/usr/bin/python?
I w
I've tried that, it did not work. To be clear - I'm starting apache with
the apachectl script. As root, I've adjusted my PATH, `which python` shows
me that I'm pointing to the correct python. Then I run apachectl start and
I still get the same error.
I guess I need to get server-info working so
Run those commands in terminal and start apache from the same terminal. To
make it permanent add those line in the shell rc file for the user you are
starting apache with.
Igor
On Tue, Jun 21, 2011 at 6:42 AM, Eddy Sturg wrote:
> Hey folks,
>
> I'm sure this is a dumb question, but I've searche
Hey folks,
I'm sure this is a dumb question, but I've searched and read - all to no
avail.
httpd-2.2.3-43.el5.centos.3
CentOS release 5.5 (Final)
And I've installed the current python from source in /opt/python
We're trying to run trac and svn which include some python scripts. I'd
really lik