in reply to Apache::Request causing Mason to fail.

You are not having trouble with "Apache::Request". Either your did not install mod_perl correctly (see the manual), or you did not configure mason/mod_perl correctly (once again, see the manual).
  • Comment on Re: Apache::Request causing Mason to fail.

Replies are listed 'Best First'.
Re: Re: Apache::Request causing Mason to fail.
by thunders (Priest) on Sep 16, 2003 at 15:47 UTC

    All of the errors come from trying to work with Apache::Request, I have another application on the server that uses mod_perl and works fine.

    I did not install mod_perl at all. I am using a Linux distribution that comes with mod_perl. I did not install everything from source because I'd really rather not if I can avoid it.

    Update: Above poster is correct I misconfigured Mason. See Explaination below