You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Russell Lundberg <Ru...@csi.com> on 2003/07/28 06:17:25 UTC

Looking for Apache::Dispatch PPD

Does anyone know where I might find a PPD file for Apache::Dispatch? I'm
using Perl 5.6.1, Apache 1.3.27, mod_perl 1.27_01 (From Randy Kobes'
"perl-win32-bin-0.10.exe" binary) on Win98. I'm not able to find it on
either Active State or Mr. Kobes' Theoryx5 PPM repositories.

Best regards,

Russell


Re: Looking for Apache::Dispatch PPD

Posted by Russell Lundberg <Ru...@siamwifi.com>.
Many thanks for the PPM, it installed easily.

Russell

Randy Kobes wrote:

>
> On Sun, 27 Jul 2003, Russell Lundberg wrote:
>
> > Does anyone know where I might find a PPD file for
> > Apache::Dispatch? I'm using Perl 5.6.1, Apache 1.3.27, mod_perl
> > 1.27_01 (From Randy Kobes' "perl-win32-bin-0.10.exe" binary) on
> > Win98. I'm not able to find it on either Active State or Mr.
> > Kobes' Theoryx5 PPM repositories.
>
> I just made one up, which you can install as
>   C:\> ppm install
>    http://theoryx5.uwinnipeg.ca/ppmpackages/Apache-Dispatch.ppd
>
> --
> best regards,
> randy kobes




Re: Looking for Apache::Dispatch PPD

Posted by Randy Kobes <ra...@theoryx5.uwinnipeg.ca>.
On Sun, 27 Jul 2003, Russell Lundberg wrote:

> Does anyone know where I might find a PPD file for
> Apache::Dispatch? I'm using Perl 5.6.1, Apache 1.3.27, mod_perl
> 1.27_01 (From Randy Kobes' "perl-win32-bin-0.10.exe" binary) on
> Win98. I'm not able to find it on either Active State or Mr.
> Kobes' Theoryx5 PPM repositories.

I just made one up, which you can install as
  C:\> ppm install
   http://theoryx5.uwinnipeg.ca/ppmpackages/Apache-Dispatch.ppd

-- 
best regards,
randy kobes

Re: Looking for Apache::Dispatch PPD

Posted by Thomas Klausner <do...@zsi.at>.
Hi!

On Sun, Jul 27, 2003 at 09:17:25PM -0700, Russell Lundberg wrote:
> Does anyone know where I might find a PPD file for Apache::Dispatch? I'm

Sorry, no, but:

Apache::Dispatch needs to be compiled because it uses its own custom
directives (i.e. DispatchPrefix instead of PerlSetVar DispatchPrefix)

If you need it right now, you might want to simply copy the file Dispatch.pm
somewhere in your INC and comment out the Config-Reading part at the
beginning, supplying your own data instead directly in the source.

But this definitly is a very crude hack...

-- 
#!/usr/bin/perl                               http://domm.zsi.at
for(ref bless{},just'another'perl'hacker){s-:+-$"-g&&print$_.$/}