That did it! The aliases problem is solved! Thanks!
Before:
Alias => {
[ '/images' => "$vhosts_root/domain/images" ],
[ '/css' => "$vhosts_root/domain/css" ],
}
Now:
Alias => [
[ '/images' => "$vhosts_root/domain/images" ],
[ '/css' => "$vhosts_root/domain/css" ],
]
Now I've got to figure out what's going on with authentication... it's not
picking up the auth vars. But with the Alias problem fixed, I'm feeling
much better about it. Thanks!
Perhaps an Alias example could be added to the docs somewhere?
> -----Original Message-----
> From: Jason Terry [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, February 07, 2001 11:53 AM
> To: G.W. Haywood; Veatch, David W
> Cc: [EMAIL PROTECTED]
> Subject: Re: Perl Sections, NameVirtualHost, and Aliases
>
>
> I use this code to pull my domains from a VERY simple mySQL db
- Re: Perl Sections, NameVirtualHost, and Aliases 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 Aliases Dave Baker
- Re: Perl Sections, NameVirtualHost, and Aliase... Wade Burgett
- RE: Perl Sections, NameVirtualHost, and Aliases Veatch, David W
- RE: Perl Sections, NameVirtualHost, and Aliases Veatch, David W
- RE: Perl Sections, NameVirtualHost, and Aliases Veatch, David W
- Re: Perl Sections, NameVirtualHost, and Aliase... Benjamin Trott
- RE: Perl Sections, NameVirtualHost, and Aliases Veatch, David W
- RE: Perl Sections, NameVirtualHost, and Aliases Veatch, David W
