Re: Django+mod_python+fedora 6 (x86_64)+apache problem

2006-12-21 Thread woolley
Matthew, Thanks for that url, that actually works. Which helps with the diagnosis. The version of Apache is 2.2.3 details for how and what it is compiled with is below. Rgds Trevor Server version: Apache/2.2.3 Server built: Sep 11 2006 09:43:18 Server's Module Magic Number: 20051115:3 Serve

Re: Django+mod_python+fedora 6 (x86_64)+apache problem

2006-12-20 Thread Matthew Flanagan
On 20/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Denis, Thank you for your response some of the things that I have tried in this area are listed below, yet still I cannot seem to get this to work. 1) moved the django directory into the appropriate site-packages directory 2) symlinked

Re: Django+mod_python+fedora 6 (x86_64)+apache problem

2006-12-20 Thread woolley
Denis, Thank you for your response some of the things that I have tried in this area are listed below, yet still I cannot seem to get this to work. 1) moved the django directory into the appropriate site-packages directory 2) symlinked into the /usr/lib/... structure as well as the /usr/lib64 s

Re: Django+mod_python+fedora 6 (x86_64)+apache problem

2006-12-19 Thread Denis Frère
[EMAIL PROTECTED] wrote: > httpd.conf snippet > -- > > Options FollowSymLinks > Order allow,deny > Allow from all > SetHandler python-program > PythonHandler django.core.handlers.modpython >