Apache 2.0

"Ian Holsman" <[email protected]> Tue, 17 Sep 2002 13:39:22 -0700
Newsgroups gmane.comp.apache.mod-log-spread.user
Message-ID <[email protected]>
Hi.
I've been busy trying to port mod_log_spread to apache2
but have run into some problems.

this the type of messages I keep on seeing...

[Mon Sep 16 18:54:31 2002] [error] Could not connect to spread localhost with private_name ap02706. Error -1
[Mon Sep 16 18:54:31 2002] [error] Could not connect to spread localhost with private_name ap02707. Error -1
[Mon Sep 16 18:54:58 2002] [crit] [client 127.0.0.1] Spread Daemon can not be contacted. This Request is not being logged /
[Mon Sep 16 18:55:08 2002] [info] removed PID file /opt/httpd/2.0/logs/httpd.pid (pid=2704)
[Mon Sep 16 18:55:08 2002] [notice] caught SIGTERM, shutting down

[Mon Sep 16 18:58:39 2002] [notice] set_spread_daemon(localhost) for index 0
[Mon Sep 16 18:58:39 2002] [notice] Create log to group access_log for daemon 0
[Mon Sep 16 18:58:41 2002] [error] Could not connect to spread localhost with private_name ap06498. Error -1

this is my config
<ifmodule mod_log_spread.c>
SpreadDaemon localhost
VHostLogHashSize 7
CustomLog $access_log common
</IFModule>


(this requires apache-2.0.41 which is available as a alpha release)
http://holsman.net/mod_log_spread.c

I am a expert at apache2, but a complete newbie at spread, so if someone
can point me to what I've done wrong I would be very happy, as we are
trying to get this into a production site, and see that spread would have
some very nice things for us going forward

Regards
Ian Holsman