I think that this: > PerlSetVar => { > Auth_DBI_data_source => 'dbi:Pg:dbname=reckdb', > Auth_DBI_username => 'dvicci', > Auth_DBI_pwd_table => 'user_profile', > Auth_DBI_uid_field => 'user_username', > Auth_DBI_pwd_field => 'user_password', > Auth_DBI_pwd_whereclause => '"user_usertype>0"', > Auth_DBI_encrypted => 'off', > }, should look more like this: PerlSetVar => [ [ Auth_DBI_data_source => 'dbi:Pg:dbname=reckdb' ], [ Auth_DBI_username => 'dvicci' ], [ Auth_DBI_pwd_table => 'user_profile' ], [ Auth_DBI_uid_field => 'user_username' ], [ Auth_DBI_pwd_field => 'user_password' ], [ Auth_DBI_pwd_whereclause => '"user_usertype>0"' ], [ Auth_DBI_encrypted => 'off' ], ], That's the format I use when using PerlSetVar. bye, Ben
- Perl Sections, NameVirtualHost, and Aliases Veatch, David W
- Re: Perl Sections, NameVirtualHost, and Aliase... G.W. Haywood
- Re: Perl Sections, NameVirtualHost, and Al... Jason Terry
- Reading email with mod_perl Benjamin Trott
- Reading email with mod_perl Jason Terry
- Re: Reading email with mod_perl Matt Sergeant
- Re: Reading email with mod_perl Patrick
- Re: Reading email with mod_perl Victor Michael Blancas
- Re: Reading email with mod_perl Glorfindel
- Re: Perl Sections, NameVirtualHost, and Aliase... Dave Baker
- Re: Perl Sections, NameVirtualHost, and Al... Wade Burgett
- RE: Perl Sections, NameVirtualHost, and Aliase... Veatch, David W
- RE: Perl Sections, NameVirtualHost, and Aliase... Veatch, David W
- RE: Perl Sections, NameVirtualHost, and Aliase... Veatch, David W