Apache::Directive::conf tree error with mod_perl 1.99x and Apache 2

2004-11-17 Thread Beberle
Ok, I've read the documentation and searched the archives for a similar problem but no luck. If anyone has any suggestions, I'd be most grateful. Here's my situation: I've got Apache 2.0.46 with mod_perl 1.99_09 (called 2.0-tobe in the documentation) both of which were installed by the Red Hat

Re: Apache::Directive::conf tree error with mod_perl 1.99x and Apache 2

2004-11-17 Thread Beberle
--- Tom Schindl <[EMAIL PROTECTED]> wrote: > Beberle wrote: > > >Ok, I've read the documentation and searched the > >archives for a similar problem but no luck. If > anyone > >has any suggestions, I'd be most grateful. > > > >Here'

[mp2] how to redirect POST data

2004-12-13 Thread Beberle
Hi, I found a similar question posted in the newsgroups but no one seemed to have a solution. Here's what I'm trying to do. I have a web page that does a POST to a remote server. Basiscally, I'm trying to read the post data and if it matches a regex, I want to redirect it. Otherwise, I want to

Re: [mp2] how to redirect POST data

2004-12-14 Thread Beberle
--- Tom Schindl <[EMAIL PROTECTED]> wrote: > Beberle wrote: > > Hi, > > > > I found a similar question posted in the > newsgroups > > but no one seemed to have a solution. Here's what > I'm > > trying to do. I have a web page that does a

Re: [mp2] how to redirect POST data

2004-12-16 Thread Beberle
--- Joe Schaefer <[EMAIL PROTECTED]> wrote: > Beberle <[EMAIL PROTECTED]> writes: > > > Right, that's exactly the problem I'm trying to > work > > around. Once I've read the POST data, is there > some > > way to re-POST it? >