Re: Problem with Apache::AuthCookie-3.00

2001-12-07 Thread David Young
Well, I didn't see any other replies to this... so I'll comment: I don't get what you are saying here... Could you rephrase it and clarify if you are talking about AuthTicket or AuthCookie? > From: Steven Lembark <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Date: Fri, 07 Dec 2001 01:34:57

Re: Apache::Filter Help Please!!

2001-12-07 Thread Geoffrey Young
Jason Hall wrote: > > AHAH!!! I found it.. thanks, your example showed the difference. > > What it was is that I was sending my header before my final filter, which as > I now am guessing, maps STDOUT, which this needs. well, you should be able to print your headers from any filter in the ch

Re: Apache::Filter Help Please!!

2001-12-07 Thread Jason Hall
AHAH!!! I found it.. thanks, your example showed the difference. What it was is that I was sending my header before my final filter, which as I now am guessing, maps STDOUT, which this needs. I'm recommending to the author to put a note in about where the headers should be printed. Thanks f

Re: Apache::Filter Help Please!!

2001-12-07 Thread Geoffrey Young
Jason Hall wrote: > > ok, that make sense, so I modified my filter1 to just register the filter, > print out some text, and return ok, that's it. and it still doesn't print > anything if filter2 comes after it? Does that sound wrong to anybody but me? > try this: package One; use Apache::Cons

Re: Apache::Filter Help Please!!

2001-12-07 Thread Jason Hall
ok, that make sense, so I modified my filter1 to just register the filter, print out some text, and return ok, that's it. and it still doesn't print anything if filter2 comes after it? Does that sound wrong to anybody but me? On Friday 07 December 2001 12:47 pm, you wrote: > I tried out your co

Re: Apache::Filter Help Please!!

2001-12-07 Thread Geoffrey Young
I tried out your config and handlers pretty much verbatim and got them to work just fine. the only real change was that I needed to comment out > return $status unless $status == OK; from filter one, since $fh is $r->filename for the first filter, which brings up 404 when the file is n

Apache::Filter Help Please!!

2001-12-07 Thread Jason Hall
Please see if you notice anything glaringly wrong in what I'm doing. Basically my problem is that my filter isn't passing data along, eg what I print in filter1 isn't getting output, even though filter2 get's the filehandle and loops over it. My setup is pretty akin to what the docs offer in

[JOB] web/systems programming position at TAMU

2001-12-07 Thread James G Smith
Texas A&M University just opened a position for a software applications developer. You would be working (most likely) with me developing web applications and other code to enable system functions. You would need to relocate to the Bryan/College Station area. Notice of vacancy: http://cis.tamu.e

Re: PerlWarn and syslog

2001-12-07 Thread Lance Uyehara
> Since this section ss probably going away, here it is: > > The syslog solution can be implemented using the following > configuration: > >LogFormat "%h %l %u %t \"%r\" %>s %b" common >CustomLog "| /usr/local/apache/bin/syslogger.pl hostnameX" common > > where a simple I can look like thi

Re: Detecting and linking to Apache::Status

2001-12-07 Thread Geoffrey Young
"Randy J. Ray" wrote: > > For the next release of my RPC::XML package, I plan to roll out a status > tracker akin to Apache::Status in mod_perl, only to monitor/examine the RPC > servers being managed by the mod_perl-ennabled Apache server. I would like to > have the main page of this Apache::RPC

Detecting and linking to Apache::Status

2001-12-07 Thread Randy J. Ray
For the next release of my RPC::XML package, I plan to roll out a status tracker akin to Apache::Status in mod_perl, only to monitor/examine the RPC servers being managed by the mod_perl-ennabled Apache server. I would like to have the main page of this Apache::RPC::Status system offer a link to