Re: Stumped: Location ignored

1999-12-14 Thread Matthew Taylor
I had this problem. It was Wing::Balance hard coding URI in Balance.pm. I changed if ($uri =~ m{^/login/([a-zA-Z0-9]+)/?$}) { $username = $1; } elsif ($uri ne "/index.html") { # Note that "GET /" turns into /index.html by the time it reaches us return DECLINED;

Stumped: Location ignored

1999-11-23 Thread Miguel A.L. Paraz
Hi, I hit this months ago but never really solved it... I'm working with the WING e-mail package by Malcolm Beattie. In my httpd.conf I have tried: PerlModule Wing_miranda_herrera_iphil_net::Balance Location / SetHandler perl-script PerlHandler Wing_miranda_herrera_iphil_net::Balance