Re: user with Basic Auth

2005-07-04 Thread Eric
At 01:51 PM 7/4/2005, Markus Wichitill wrote: Eric wrote: Do you have "SSLOptions FakeBasicAuth" enabled? That would probably overwrite the normal $r->user with the name from the SSL client certificate (non-existent in your case). No, I just have this: SSLOptions +StdEnvVars And are yo

Re: user with Basic Auth

2005-07-04 Thread Markus Wichitill
Eric wrote: Do you have "SSLOptions FakeBasicAuth" enabled? That would probably overwrite the normal $r->user with the name from the SSL client certificate (non-existent in your case). No, I just have this: SSLOptions +StdEnvVars And are you sure it's not inherited from somewhere else

Re: user with Basic Auth

2005-07-04 Thread Eric
At 01:16 PM 7/4/2005, Markus Wichitill wrote: Eric wrote: Since our move from a internal office machine that was not using SSL to an outside machine that is, I have not been able to get the Basic user's name. Do you have "SSLOptions FakeBasicAuth" enabled? That would probably overwrite the no

Re: user with Basic Auth

2005-07-04 Thread Markus Wichitill
Eric wrote: Since our move from a internal office machine that was not using SSL to an outside machine that is, I have not been able to get the Basic user's name. Do you have "SSLOptions FakeBasicAuth" enabled? That would probably overwrite the normal $r->user with the name from the SSL clien

user with Basic Auth

2005-07-04 Thread Eric
Hi, I am using CGI::Application under mod_perl 1.29/with mod_ssl on a Solaris 10 machine. Since our move from a internal office machine that was not using SSL to an outside machine that is, I have not been able to get the Basic user's name. I think I have tried just about everything, including

[ANNOUNCE] GTop 0.16

2005-07-04 Thread Malcolm J Harwood
The uploaded file GTop-0.16.tar.gz has entered CPAN as file: $CPAN/authors/id/M/MJ/MJH/GTop-0.16.tar.gz size: 28274 bytes md5: c3b1f36c3c9e1031f783027fe1c098d0 Changes since 0.15: Disable the build of GTop::Server, as libgtop 2.0+ has problems building Server/. Most likely nobody us

[ANNOUNCE] Apache::VMonitor 2.05

2005-07-04 Thread Malcolm J Harwood
The uploaded file Apache-VMonitor-2.05.tar.gz has entered CPAN as file: $CPAN/authors/id/M/MJ/MJH/Apache-VMonitor-2.05.tar.gz size: 22413 bytes md5: 52f5644efaa6019f6eca155c91afc605 changes since 2.04 Update to match API changes in MP2 RC5 and above Requires newer Apache::Scoreboar

[ANNOUNCE] Apache::Scoreboard 2.08

2005-07-04 Thread Malcolm J Harwood
The uploaded file Apache-Scoreboard-2.08.tar.gz has entered CPAN as file: $CPAN/authors/id/M/MJ/MJH/Apache-Scoreboard-2.08.tar.gz size: 18572 bytes md5: f66b6e222cfc4b41c9b327af2478b44b changes since 2.07: Apache::Scoreboard::image() now does magic so that image(new APR::Pool) does

Re: Robust way to check for version number [FEATURE REQUEST / HOW-TO]

2005-07-04 Thread Dominique Quatravaux
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Frank Wiles wrote: >> >> $ perl -Mmod_perl2 -e 'print $mod_perl2::VERSION' 2.01 > > > Why isn't that a reliable method? It's an OK method for a useless item of knowledge (namely the version of mod_perl2.pm currently loaded), but not for finding