Re: $r-args vs $r-content

2002-05-15 Thread Richard Clarke
Are you also processing the posted data at some earlier request stage? It doesn't sound like you would be but I thought I would ask. Richard - Original Message - From: Mike Melillo To: [EMAIL PROTECTED] Sent: Tuesday, May 14, 2002 5:22 PM Subject: $r-args vs $r-content Ok, I've

Cleanup handler

2002-05-15 Thread Mike P. Mikhailov
Hello modperl, I'm run into following problem: When I'm register handler with config directive PerlCleanupHandler, then $r-current_callback reporting that I'm in the PerlCleanupHandler, that's right. But when I'm register cleanup handler whithin PerlHandler phase with

Re: Cleanup handler

2002-05-15 Thread Slava Bizyayev
Hi Mike, It doesn't matter what you return after the response is sent to the client's browser. Just do what you need. See the eagle book for details. Slava - Original Message - From: Mike P. Mikhailov [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 15, 2002 3:52 AM Subject:

mod_perl and mod_cgi

2002-05-15 Thread Konstantin Yotov
Hello! :) I'm webmaster for a small site about /3000 hits and 4 host daily/. I rewrote my cgi scripts for mod_perl/made all global variables local and etc/ following the instructions of mod_perl guide. On my development machine everything was ok, but when I move to productional server the

Re: AuthCookie help

2002-05-15 Thread Michael Schout
Jian Zhen wrote: Hi all, I have been scratching my head for a day now trying to figure out how to make AuthCookie work. I note that you have PerlSetVar WhatEverSecure 1 in your config. If that is the case, make sure you are accessing the from using HTTPS, not HTTP. This has been a

Re: AuthCookie help

2002-05-15 Thread Jian Zhen
Mike, Thx for your response. I am actually accessing it through https and still have the same problem. I tried putting things in either .htaccess or httpd.conf, but that doesn't seem to help either. Any other idea what might be wrong here? thx again for ur help // Jian Michael Schout

Re: [RFC] Apache::AuthTicketPlus

2002-05-15 Thread Michael Schout
Jim Helm wrote: Feel free to do whatever you want with the code... Comment/criticism welcome - especially on the init method. I'll post to CPAN if anyone thinks it's worth it. I'd gladly accept integrating this directly into AuthTicket if the maintainer wishes (Michael Schout?). I'm

Error messages for VirtualHosts written to wrong log

2002-05-15 Thread Michael E. Lewis
I sure hope I'm not asking a stupid question here. We are preparing to upgrade our production mod_perl servers: From: To: RedHat 6.2 RedHat 7.2 kernel-2.2.19-6.2.7 kernel-2.4.9-31 Apache_1.3.12 Apache_1.3.23 mod_perl-1.24 mod_perl-1.26 I

Re[2]: Cleanup handler

2002-05-15 Thread Mike P. Mikhailov
Hello Slava Bizyayev, Wednesday, May 15, 2002, 8:40:44 PM, you wrote: SB Hi Mike, SB It doesn't matter what you return after the response is sent to the client's SB browser. Just do what you need. See the eagle book for details. I know, but if I'm do not return any value, the message 'Use

Re: Re[2]: Cleanup handler

2002-05-15 Thread Slava Bizyayev
I've just double check a couple of my old clean_up handlers: there are return OK; is sitting. I don't care: In fact, I have never had any headache with clean_up. As far as I remember, I even used to skip the return statements in some of them. There are always a kind of info message in the end of

cvs commit: modperl/t/docs startup.pl

2002-05-15 Thread dougm
dougm 02/05/15 11:01:21 Modified:t/docs startup.pl Log: the easy fix for bleedperl taint issue: don't use ExtUtils::testlib we don't need it anyhow. Revision ChangesPath 1.43 +0 -3 modperl/t/docs/startup.pl Index: startup.pl