Hi!
On Fri, Mar 28, 2003 at 02:27:29PM -0500, Todd White wrote:
> 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
(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 q(tempfil
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 - gain
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.
I'm hoping someone can explain this one to me. I have a virtual host set
up like so:
<
# This declares Apache::Webquills::InitSession::handler
PerlRequire /var/www/html/webquills/offline/wq_startup.pl
ServerName www.example.com
ServerAlias example.com
ServerPath /test
DocumentRoot /var/www/html/
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
/usr/perl
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
/usr/perl5/site_perl/5.6.1/sun4-
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
Hi
I'm trying to build RequestTracker (RT), a trouble ticket system which uses
Apache and mod_perl. Apache's site recommends Apache 2, so I've got
that, and I've built mod_perl-1.99 for it. Now here's the problem. RT
requires a bunch of perl modules, among them Apache::Cookie. That
module
Hello,
NT>I sure hope not! I second John Siracusa's post on this. Keep the HTML
NT>generation 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
10 matches
Mail list logo