Re: Apache auth

2007-06-25 Thread David Reynolds
Sean, On 24 Jun 2007, at 4:13 pm, Sean Mc Allister wrote: What I'm currently using: Server Version: Apache/2.2.3 (Ubuntu) DAV/2 mod_python/3.2.10 Python/2.5.1 Damn! I was hoping it would be drastically newer than what I was using and I could blame old versions of mod_python or something.

Re: Apache auth

2007-06-24 Thread Sean Mc Allister
Hi What I'm currently using: Server Version: Apache/2.2.3 (Ubuntu) DAV/2 mod_python/3.2.10 Python/2.5.1 And one of my apache directives: #full size images PythonPath "['/home/sean/whav'] + sys.path" PythonOption DJANGO_SETTINGS_MODULE whav.settings-sean-apache

Re: Apache auth

2007-06-22 Thread David Reynolds
Sean, On 22 Jun 2007, at 10:26 am, Sean Mc Allister wrote: Hi, I haven't seen this error myself yet, but you could try to use the patch here: http://code.djangoproject.com/ticket/3583 SmileyChris was so nice as to improve my initial patch, and possibly this will sooner or later even make it

Re: Apache auth

2007-06-22 Thread Sean Mc Allister
> > I've been playing with the apache auth from djangosnippets [0] and > I've had it working, but it now seems to be erroring a lot with the > following error: > > Mod_python error: "PythonAccessHandler historymagazine.modpython" > > Traceback (most re

Apache auth

2007-06-19 Thread David Reynolds
Hi, I've been playing with the apache auth from djangosnippets [0] and I've had it working, but it now seems to be erroring a lot with the following error: Mod_python error: "PythonAccessHandler historymagazine.modpython" Traceback (most recent call last): File &quo

Re: Partial-coverage apache auth?

2006-09-20 Thread Malcolm Tredinnick
On Wed, 2006-09-20 at 13:05 -0700, frank wrote: > At the 11th hour before the new site is to go online, we are suddenly > unsure that using clear-text passwords is adequate. > > Currently the web site has a few pages that will be readable by anyone. > If someone wants to see more, or download co

Partial-coverage apache auth?

2006-09-20 Thread frank
At the 11th hour before the new site is to go online, we are suddenly unsure that using clear-text passwords is adequate. Currently the web site has a few pages that will be readable by anyone. If someone wants to see more, or download content, they have to establish an account. This is free, t