> > configuration = dict(
> > http_address=('', 8004),
> > as_https_address=('localhost', 9004),
> > https_address=('localhost', 10004),
> > scgi_address=('localhost', 11004),
> durus_address = ('localhost', 12004),
> > )
>
> Please add the line above.
Thanks, that did it.
>
> The DurusPublisher uses a connection to a TempFileStorage
> if no durus_address is provided. I think I'll add a print statement
> to the code that does that so that it is easier to know when
> this is happening.
>
That must be why previously /tmp was getting filled with *.durus
files. Now the durus file gets written to
/usr/lib/python2.4/site-packages/qp/sites/$PROJECT/var. Is there a way
to configure the location of the durus file to be a non-system dir
location ?
The pyrepl interface doesn't seem to update the contents of 'users' -
If I add a new user, the users.items() doesn't display the newly added
user, unless you restart the pyrepl interface.
Regards
John
P.S. I replied earlier from a colleague's mail acct by mistake. Hope
the mailman cancellation worked.