Re: Perl Config for VirtualHosts

2001-04-22 Thread Nikolaus Rath

* Steven Vetzal <[EMAIL PROTECTED]> wrote:
>Location=> [ "/ext" => { SetHandler => "default-handler" } ],
^   ^

Shouldn't this be { .. }?

> --_=_NextPart_001_01C0CADA.7F31E412
> Content-Type: text/html;
>   charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable


brrr

  - Nikolaus

-- 
"de.alt.comp.kdeDumm und trotzdem UNIX verwenden? KDE ist die Loesung."
Sven Paulus in <67hu21$43r$[EMAIL PROTECTED]>




RE: Perl Config for VirtualHosts oops!

2001-04-22 Thread Steven Vetzal

Argh - don't you hate reading over your posts _after_ you send them?

> I'm trying to set up a series of VirtualHost sections in httpd.conf
> using Perl. I want to set the PerlHandler for the VirtualHost to
> "perl-script", but I want to define several Location sections with
> the PerlHandler set to "default-handler". 

s/PerlHandler/SetHandler/;

8^|

Steve