Cees Hek wrote:

> A simple solution is to use the
> CGI::Application::Plugin::Apache::Request module as your query object.
> This is a simple wrapper around Apache::Request which provides an API
> that is similar to CGI.pm and hence should work properly with
> CAP::Session.

And the easies way to do that is to do the following in your httpd.conf file:

  PerlSetVar CAPA_CGI_Compat On

This will tell CAP::Apache to make your query() method return a
CGI::Application::Plugin::Apache::Request object.

-- 
Michael Peters
Developer
Plus Three, LP


---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/[email protected]/
              http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to