Re: Problems with setup of Django with Apache and mod_python

2006-05-12 Thread Gunnar Wegner
Hello, I found the solution: Phil was right in supposing that the apache user did not have access to the directories that my project is located in. A simple 'chmod o+rx -R' on the parent project directory solved my problem. Have a nice weekend, Gunnar :) Am Freitag, 12. Mai 2006 16:11 schrie

Re: Problems with setup of Django with Apache and mod_python

2006-05-12 Thread Phil Powell
Hi Gunnar,I had a few issues when setting up my first Django project through mod_python, the main tricky bit being the setup of the correct PythonPath variable.  However, seems you've got that right.The only other thing I can think of is that Apache doesn't have permission to access your Django pro

Problems with setup of Django with Apache and mod_python

2006-05-12 Thread Gunnar Wegner
Dear group, sorry for starting another thread on this issue. I am both new to Python and Django. - I have been trying for two days now to transfer a little sample project from the development server to Apache (2.0.54) with mod_python (3.2.8) on OpenSuSE 10.0; following exactly(?) the document