Mailing List Archive

[mod_backhand-users] Problems with configuring backhand
Hi...

i try to checkout back hand.
ich configured the apache e on 213.70.6.15 like this

<IfModule mod_backhand.c>
MulticastStats 213.70.6.15:4445,1
AcceptStats 213.70.6.0/24
</IfModule>

<Location "/backhand/">
SetHandler backhand-handler
</Location>

<Directory "/usr/local/apache/backhand/cgi-bin">
AllowOverride None
Options None
Order allow,deny
Allow from all
Backhand addSelf
Backhand byAge
Backhand byRandom
Backhand byLogWindow
Backhand byLoad
</Directory>

When i start and go to the server by browser with http://213.70.6.15 the
browser keeps on working
on and on with no result.

When i coment this out The apache starts normal working after restarting it.
#LoadModule backhand_module libexec/mod_backhand.so
#AddModule mod_backhand.c

Can someone tell me whats wrong.
I got Server Version: Apache/1.3.12 (Unix) PHP/4.0.4pl1
and compiled the backhand by using apxs with no errors

Regards

Alexander Meis
[mod_backhand-users] Problems with configuring backhand [ In reply to ]
On Thursday, November 15, 2001, at 11:03 AM, Alexander Meis wrote:
> i try to checkout back hand.
> ich configured the apache e on 213.70.6.15 like this
>
> <IfModule mod_backhand.c>

You need UnixSocketDir as well. Make sure it is owned (and grouped) by
the Apache user (and group).

> MulticastStats 213.70.6.15:4445,1

This is not a valid multicast address. If you don't know what a
multicast address is, read the RFC or use a broadcast address.
Broadcast addresses seem much easier for people to understand.

> AcceptStats 213.70.6.0/24
> </IfModule>
>
> <Location "/backhand/">
> SetHandler backhand-handler
> </Location>
>
> <Directory "/usr/local/apache/backhand/cgi-bin">
> AllowOverride None
> Options None
> Order allow,deny
> Allow from all
> Backhand addSelf
> Backhand byAge
> Backhand byRandom
> Backhand byLogWindow
> Backhand byLoad
> </Directory>
>
> When i start and go to the server by browser with http://213.70.6.15 the
> browser keeps on working
> on and on with no result.
>
> When i coment this out The apache starts normal working after
> restarting it.
> #LoadModule backhand_module libexec/mod_backhand.so
> #AddModule mod_backhand.c
>
> Can someone tell me whats wrong.
> I got Server Version: Apache/1.3.12 (Unix) PHP/4.0.4pl1
> and compiled the backhand by using apxs with no errors

A good place to look would be the error_log.

On an unrelated note, 1.3.22 is available. You should upgrade. There
have been a lot of fixes since your version.

--
Theo Schlossnagle
1024D/82844984/95FD 30F1 489E 4613 F22E 491A 7E88 364C 8284 4984
2047R/33131B65/71 F7 95 64 49 76 5D BA 3D 90 B9 9F BE 27 24 E7