>
> >[6431]ERR: 24: Line 13: Error in Perl code: DBI->connect failed: Access
> denied for user: 'www@dev2-sparc' (Using password: YES) at
> >/usr/local/lib/perl5/site_perl/5.005/Apache/Session/DBIStore.pm line 117
> >
> Note that the two parameters differ only by the target hostname...
> and that the sql server is local.
>
> Could this be a bug in the parameter parser ?
>
I don't think so because the ARGS are only splited by \s+, so there should
be a problem with dot's (also I never tried it). To verify this you may
search for
push @args, $1 ;
push @args, $2 ;
(about line 369 in Embperl.,pm) and insert a
a warn "$1 = $2" ; afterwards. Now you should see the result of the parsing,
when you start Apache
Gerald