in reply to Re: Apache::Request, myth or reality?
in thread Apache::Request, myth or reality?

I do have mod_perl installed. I'm thinking my problem has to do with libapreq not installing properly because there doesn't seem to be a Request.dll in the site/lib/auto/Apache/Request folder.

ryddler
  • Comment on Re: Re: Apache::Request, myth or reality?

Replies are listed 'Best First'.
Re: Re: Re: Apache::Request, myth or reality?
by perrin (Chancellor) on Sep 19, 2001 at 03:47 UTC
    I've never tried using libapreq on NT. You should probably look at the mod_perl mailing list. You can find some discussion about libapreq on NT here. There are pre-built binaries available as well.
      I just had the same problem on Unix... (yeah, I know I'm replying to something 2 years later...) But, the key is: place the cgi in a mod_perl specified dir as per your web configuration! Bill