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;
Hi,
On Tue, Nov 23, 1999 at 07:52:50AM -0500, darren chamberlain wrote:
> I'm doing soemthing similar right now, where there is no actual document
> root,
Yup! That did it. DocumentRoot overrides the handler after all... now
I'm in business... I thought I needed the DocumentRoot for somethin
I'm doing soemthing similar right now, where there is no actual document root,
just dynamically generated stuff in a virtual host.
Here is my setup, in the httpd.conf:
ServerAdmin [EMAIL PROTECTED]
ServerName www.my.uri
ErrorLog logs/error_log
SetHandler perl-script
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
SetHandler perl-script
PerlHandler Wing_miranda_herrera_iphil_net::Balance
and:
$