On Sep 19, 2006, at 10:31 PM, John Tidmarsh wrote:
> 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.
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.