Re: Apache / Mod_Python / RHEL5 issue with PYTHONPATH in Apache environment

2008-01-15 Thread Scott
I've abandoned this post and am moving it here: http://groups.google.com/group/django-users/browse_thread/thread/602e5a7f9653a67c?hl=en Thanks for your attention. Scott --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Grou

Re: Apache / Mod_Python / RHEL5 issue with PYTHONPATH in Apache environment

2008-01-14 Thread scott_in_springfield
To shorten things, using mod_python.testhandler for some output with the following apache directives: SetHandler python-program PythonPath "['/Working/django','/Working/modules','/Working/ projects','/Working/projects/mysite'] + sys.path" SetEnv DJANGO_SETTINGS_MODUL

Re: Apache / Mod_Python / RHEL5 issue with PYTHONPATH in Apache environment

2008-01-14 Thread Graham Dumpleton
On Jan 15, 2:48 pm, scott_in_springfield <[EMAIL PROTECTED]> wrote: > Thank you, Graham. > > > In the same directory as the Apache executable, 'httpd', 'apache2' or > > whatever your platform calls it, there should be an 'envvars' file. > > I didn't find this file anywhere. Found no 'envvars' on t

Re: Apache / Mod_Python / RHEL5 issue with PYTHONPATH in Apache environment

2008-01-14 Thread scott_in_springfield
Thank you, Graham. > In the same directory as the Apache executable, 'httpd', 'apache2' or > whatever your platform calls it, there should be an 'envvars' file. I didn't find this file anywhere. Found no 'envvars' on the entire system. Google research showed that apachectl loads envvars in an Ap

Re: Apache / Mod_Python / RHEL5 issue with PYTHONPATH in Apache environment

2008-01-14 Thread Graham Dumpleton
On Jan 15, 12:47 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > Is there an Apache or Python main config file that needs to be set a > certain way to allow my PYTHONPATH to be accessed or exported for > Apache. In the same directory as the Apache executable, 'httpd', 'apache2' or whatev