Re: Perl Handlers and namespaces.

2001-11-05 Thread Stas Bekman
Guillaume wrote: > I ran into this problem today. I am trying to develope a small > application server with a few handlers and Apache/1.3.22 . > > So I have something that looks like this set up in the apache conf file: > > > > Allow from all > >PerlRequire "startup.pl" >

Perl Handlers and namespaces.

2001-11-05 Thread Guillaume
I ran into this problem today. I am trying to develope a small application server with a few handlers and Apache/1.3.22 . So I have something that looks like this set up in the apache conf file: Allow from all PerlRequire "startup.pl" SetHandler perl-script PerlHandler Ap