On Apr 25, 2006, at 12:24, Aaron Trevena wrote:
On 25/04/06, Nic Gibson <[EMAIL PROTECTED]> wrote:
> Now - who knows what I should return instead of -1??
>
> At the top of httpd.h declined, ok and done are defined as -1, 0
and
> -2 respectively - server_error seems to be 500 - but the
> Apa
On 25/04/06, Nic Gibson <[EMAIL PROTECTED]> wrote:
> Now - who knows what I should return instead of -1??
>
> At the top of httpd.h declined, ok and done are defined as -1, 0 and
> -2 respectively - server_error seems to be 500 - but the
> Apache::Constant documentation warn against returning htt
On 24/04/06, Aaron Trevena <[EMAIL PROTECTED]> wrote:
On 24/04/06, Dave Howorth <[EMAIL PROTECTED]> wrote:
> Aaron Trevena wrote:
> > On 24/04/06, Nic Gibson <[EMAIL PROTECTED]> wrote:
> >> Potentially stupid question...
> >>
> >> Why does maypole return -1 for DECLINED and ERROR? In mod_perl ter
On 24/04/06, Dave Howorth <[EMAIL PROTECTED]> wrote:
Aaron Trevena wrote:
> On 24/04/06, Nic Gibson <[EMAIL PROTECTED]> wrote:
>> Potentially stupid question...
>>
>> Why does maypole return -1 for DECLINED and ERROR? In mod_perl terms
>> -1 is DECLINED. I was wondering why errors show up as NOT_
Aaron Trevena wrote:
On 24/04/06, Nic Gibson <[EMAIL PROTECTED]> wrote:
Potentially stupid question...
Why does maypole return -1 for DECLINED and ERROR? In mod_perl terms
-1 is DECLINED. I was wondering why errors show up as NOT_FOUND and
now I know why :)
Does this have something to do with a
On 24/04/06, Nic Gibson <[EMAIL PROTECTED]> wrote:
Potentially stupid question...
Why does maypole return -1 for DECLINED and ERROR? In mod_perl terms
-1 is DECLINED. I was wondering why errors show up as NOT_FOUND and
now I know why :)
Does this have something to do with allowing pass through f
Potentially stupid question...
Why does maypole return -1 for DECLINED and ERROR? In mod_perl terms
-1 is DECLINED. I was wondering why errors show up as NOT_FOUND and
now I know why :)
Does this have something to do with allowing pass through for non
maypole content and, if so, isn't there