On Jul 1, 7:32 am, bluszcz <[EMAIL PROTECTED]> wrote:
> Hello people.
>
> I am using Apache 2.0 and mod python 3.1.4 on Ubuntu Dapper x86_64. I
> found a
> strange behavior during SetEnv directory. But let's start from the
> beginning.
> I have virtual hosts:
>
>
> ServerName admin.bluszc
Hey Adrian,
On Sat, 2007-06-30 at 20:45 -0500, Adrian Holovaty wrote:
> To those folks who run Django's unit-test suite on a regular basis --
>
> How many errors -- and, more precisely, *which* errors -- does the
> Django test suite currently raise?
>
> I've been out of the loop traveling and g
To those folks who run Django's unit-test suite on a regular basis --
How many errors -- and, more precisely, *which* errors -- does the
Django test suite currently raise?
I've been out of the loop traveling and getting some life stuff done,
and (more relevantly) I recently switched from Linux t
On 6/30/07, bluszcz <[EMAIL PROTECTED]> wrote:
> Both applications in virtual hosts check in some parts of code
> os.environ('ADMINOS') and... sometimes - it is very difficult to
> reproduce
> and undetermistic - the second one (bluszcz.coke) get value from
> VirtualHost
> Admin. I set PythonInter
Hello people.
I am using Apache 2.0 and mod python 3.1.4 on Ubuntu Dapper x86_64. I
found a
strange behavior during SetEnv directory. But let's start from the
beginning.
I have virtual hosts:
ServerName admin.bluszcz.coke
PythonDebug On
SetHandler python-program
Thanks to suggestions from this list, I made several updates to
dbsettings[1] so that it uses Django's existing cache framework rather
than trying to invent an alternative. In my limited tests, it seems to
retain existing funcitonality, but I don't have a working installation
of mod_python or Fast