How do I compile libapreq under Cygwin

2002-05-15 Thread Daniel Fisher
Alexander Solovey's clues to compile mod_perl were a godsend... But now I'm pulling out my hair trying to compile libapreq under Cygwin. I get the following string of errors... # Begin Snippet ... LD_RUN_PATH="/home/Administrator/.cpan/build/libapreq-1.0/Request/../blib/arch/a uto/libapreq" ld2

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 t

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 un

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 ha

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 ([EMAI

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

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 co

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 mod_

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 Sub

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 $r->register_c