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', P

RE: Perl Sections, NameVirtualHost, and Aliases

2001-02-07 Thread Veatch, David W
tt [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 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: > > > > : PerlSetVar takes

RE: Perl Sections, NameVirtualHost, and Aliases

2001-02-07 Thread Veatch, David W
That was my conclusion as well... PerlSetVar is the same data structure (as far as mod_perl is concerned), so it makes sense to use the same syntax. However, now I'm getting this: : PerlSetVar takes two arguments, Perl config var and value. If you have ideas, feel free, but I'm not going to wai

RE: Perl Sections, NameVirtualHost, and Aliases

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

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 w

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 exampl