Perl Sections, NameVirtualHost, and Aliases

2001-02-07 Thread Veatch, David W
Yo, Has anyone successfully built a fully perl conf file with multiple virtual hosts on the same IP? I'm giving it my best, but just can't quite get it to work. I'm stuck on aliases. The Eagle book and the mod_perl guide have both been of great help getting this far, but I can't find an

RE: Perl Sections, NameVirtualHost, and Aliases

2001-02-07 Thread Veatch, David W
I haven't no, but I will. I'm doing this at home in preparation for implementing it at work, where I hesitate to throw yet another module into the mix (we already have a pretty rich set of compile time modules in there). Thanks! :) From: G.W. Haywood [EMAIL PROTECTED] Dunno if it will work

RE: Perl Sections, NameVirtualHost, and Aliases

2001-02-07 Thread Veatch, David W
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

RE: Perl Sections, NameVirtualHost, and Aliases

2001-02-07 Thread Veatch, David W
07, 2001 12:38 PM To: Veatch, David W Cc: [EMAIL PROTECTED] Subject: Re: Perl Sections, NameVirtualHost, and Aliases However, now I'm getting this: Perl: PerlSetVar takes two arguments, Perl config var and value. I don't think PerlSetVar likes this line

RE: Perl Sections, NameVirtualHost, and Aliases

2001-02-07 Thread Veatch, David W
Got it. So far, everything appears to be working like a dream. Here's the changes I made: # OLD and BREAKY Location = { '/' = { SetHandler = 'perl-script', PerlInitHandler = 'Apache::StatINC',