Dermot Paikkos wrote:
I just tried to install libapreq2 (v2-2.03-dev) from CPAN. It was a
bit of a saga. I was missing a couple of prerequisites. Then it
couldn't find Apache2.pm - I made a link to sort that - then I ran
make test and there were errors. At that point I halted.
At the moment yo
10:13 PM
Subject: Help with request data
> Hi
>
> MP2 RC5
>
> I am moving from a MP1 to MP2 server and am having trouble. I have
> opted to re-write the scripts I had so I could add some more
> functions.
>
> I am struggling tring to find methods to access my form dat
On 22 Apr 2005 at 10:30, Geoffrey Young wrote:
> > MP2 RC5
> >
> > I am moving from a MP1 to MP2 server and am having trouble. I have
> > opted to re-write the scripts I had so I could add some more
> > functions.
> >
> > I am struggling tring to find methods to access my form data and
> > other
On 22 Apr 2005 at 18:36, Markus Wichitill wrote:
>
> At the moment you'll have to pull the current version of apreq2 from
> SVN for MP2-RC5.
>
> http://svn.apache.org/repos/asf/httpd/apreq/trunk
thanx but I think I might be getting out of my depth. I'll wait till
there's a full release.
Dp.
On 23 Apr 2005 at 0:25, JH Foo wrote:
> Hello Dermot,
Hi,
> You need to use Apache2::Request for mp2. This comes with the
> libapreq2 package from the excellent theoryx5 site. Notice the change
> in the package namespace.
I just tried to install libapreq2 (v2-2.03-dev) from CPAN. It was a
bit o
Dermot Paikkos wrote:
> Hi
>
> MP2 RC5
>
> I am moving from a MP1 to MP2 server and am having trouble. I have
> opted to re-write the scripts I had so I could add some more
> functions.
>
> I am struggling tring to find methods to access my form data and
> other headers. I am currently usin
Hi
MP2 RC5
I am moving from a MP1 to MP2 server and am having trouble. I have
opted to re-write the scripts I had so I could add some more
functions.
I am struggling tring to find methods to access my form data and
other headers. I am currently using
my $form_data = $r->the_request()
and s