Mailing List Archive

Can't see backhand statistic page.
Hello backhand-users,

I try get statistic page: http://www.mydomain.com/backhand and see only
backhand.jpg file, if try http://www.mydomain.com/cgi-bin/backhand-test, see
"The host you have contacted is www1.
This host believes that it is best suited to handle this request.
In the end, www1 satisfied your request.".

Tell me pls., whereis my mistake?

My conf:
Slackware 9.1 + apache-1.3.29 + php-4.3.4 + mod_perl +
mod_backhand-1.2.2 + mysql-4.

<IfModule>
UnixSocketDir /xnet/apache/backhand
MulticastStats 10.0.0.255:4445,1
AcceptStats 10.0.0.0/24
#
<Location "/backhand/">
SetHandler backhand-handler
</Location>
</IfModule>
<Files ~ "\.php$">
Backhand bySession
Backhand byAge
Backhand removeSelf
Backhand byLoad
</Files>


--
Best regards,
Dmitrijs Drozdeckis mailto:drozd@latcom.lv
Can't see backhand statistic page. [ In reply to ]
On Jan 28, 2004, at 6:05 PM, Drozdeckis wrote:
> Tell me pls., whereis my mistake?

Make sure you don't have any clever iptables/ipchains rules preventing
udp traffic on port 4445 from your network.

> My conf:
> Slackware 9.1 + apache-1.3.29 + php-4.3.4 + mod_perl +
> mod_backhand-1.2.2 + mysql-4.
>
> <IfModule>
> UnixSocketDir /xnet/apache/backhand
> MulticastStats 10.0.0.255:4445,1
> AcceptStats 10.0.0.0/24
> #
> <Location "/backhand/">
> SetHandler backhand-handler
> </Location>
> </IfModule>
> <Files ~ "\.php$">
> Backhand bySession
> Backhand byAge
> Backhand removeSelf
> Backhand byLoad
> </Files>

// Theo Schlossnagle
// Principal Engineer -- http://www.omniti.com/~jesus/
// Postal Engine -- http://www.postalengine.com/
// Ecelerity: fastest MTA on earth
Can't see backhand statistic page. [ In reply to ]
> I try get statistic page: http://www.mydomain.com/backhand and see only
> backhand.jpg file,

have you tried http://www.mydomain.com/backhand/ (with the trailing slash)?
It works for me.



________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
Can't see backhand statistic page. [ In reply to ]
Hello backhand-users,

Thanks Neil, i fixit my stupid mistakes.


--
Best regards,
Dmitrijs Drozdeckis mailto:drozd@latcom.lv