Re: the deprecation of Apache-request in mp2

2003-03-28 Thread Andrew Ho
Hello, NTI sure hope not! I second John Siracusa's post on this. Keep the HTML NTgeneration well away from request parsing, please! I personally am 100% in the camp of keeping HTML generation separate from quest parsing, but I do recognize the advantage of having API level compatibility between

AuthDBI logoff

2003-03-28 Thread Todd White
i'm seeking a means by which i can allow my web users to logoff after authenticating for access to restricted web space. i realize that users can just close their browser, but i'm seeking a solution that allows the browser to remain open. essentially, i want a button that a user can click that

Re: mod_perl.pm and Apache 2

2003-03-28 Thread Geoffrey Young
Chris Majewski wrote: OK, I've resolved the mod_perl.pm dependency by reinstalling mod_perl-1.99_08 (from src). But now I get this when trying to install Apache::Cookie Can't locate Apache/MyConfig.pm in @INC (@INC contains: /usr/perl5/5.6.1/lib/sun4-solaris-64int /usr/perl5/5.6.1/lib

[Question] Handler executing twice!?!

2003-03-28 Thread Vince Veselosky
I'm hoping someone can explain this one to me. I have a virtual host set up like so: VHOST # This declares Apache::Webquills::InitSession::handler PerlRequire /var/www/html/webquills/offline/wq_startup.pl VirtualHost * ServerName www.example.com ServerAlias example.com ServerPath /test

gaining access to config directives of other modules

2003-03-28 Thread dorian
i know Apache::Module can get at all the installed modules and their directives, and even the spec of those directives, but what about the actual values of those directives? i notice Apache::Module is old, but i don't see anything else out there that looks like it will come close to doing the job.

informing per Lel Bruce Peto on current newsflash:

2003-03-28 Thread info
informing per Lel Bruce Peto on current newsflash: The battle is on to put out fires at Iraqi oil wells Oil prices have marched higher and key share indexes have fallen, as the war in Iraq continues to dominate world markets. The North Sea's Brent oil - a benchmark for world oil prices -

Problem with Apache::Authen::Program V 0.92 under WinXP

2003-03-28 Thread Ron Savage
(1) I've patch the source slightly: --- Program.pm Sat Mar 29 14:32:24 2003 +++ /perl/site/lib/Apache/Authen/Program.pm Sat Mar 29 14:43:10 2003 @@ -11,5 +11,5 @@ use strict; -use Apache::Constants ':common'; +use Apache::Constants qw(SERVER_ERROR AUTH_REQUIRED OK); use File::Temp