RE: ErrorDocument + Apache request tracing (OOPS!)

2001-09-04 Thread Rob Bloodgood
my sample code, from my last message, was incomplete... you should be shure to return OK; when the authentication is successful... sigh L8r, Rob

Re: ErrorDocument + Apache request tracing

2001-09-03 Thread Perrin Harkins
2 - Is there anyway to have apache dump to the lag exactly what it is doing so that I can get some idea of why it has my web browser idling away and not returning anything? You can use strace, truss, or some similar tool. - Perrin

ErrorDocument + Apache request tracing

2001-08-31 Thread princepawn
1 - I am at a part of my code in which I am returning values from Apache::Constant: } else { warn 'auth-required'; # return NOT_FOUND; # return FORBIDDEN; return AUTH_REQUIRED; I know that this is working because in each case of returning the commented out lines,