Re: Cookie authentication

2001-11-19 Thread Jim Smith
On Fri, Nov 16, 2001 at 02:09:25AM +0100, Tom Bille wrote: The aim of the cookie example in the eagle book is a bit more than just authentication. Most of the answers here to use a session ID here are quite right for most purposes, but the code in the eagle book offers to store information

Re: Fastcgi on win [Was: Re: Documentation patch for mod_perl?]

2001-11-19 Thread Perrin Harkins
So mod_perl has a slight speed edge over fastcgi (which is overthrottled a little with four servers). Really? Maybe this is because multi-process handling isn't as fast on NT. Does it change much if you vary the number of servers? My goal is to give some kind of useful suggestion to people

Re: Fastcgi on win [Was: Re: Documentation patch for mod_perl?]

2001-11-19 Thread Alessandro Forghieri
Greetings. So mod_perl has a slight speed edge over fastcgi (which is overthrottled a little with four servers). Really? Maybe this is because multi-process handling isn't as fast on NT. Does it change much if you vary the number of servers? Well, I am getting a little wary of the numbers I

[ANNOUNCE] AI::Menu 0.01

2001-11-19 Thread James G Smith
The uploaded file AI-Menu-0.01.tar.gz has entered CPAN as file: $CPAN/authors/id/J/JS/JSMITH/AI-Menu-0.01.tar.gz size: 5587 bytes md5: 8272d6782f0cb041e27ffd50cd38ce56 readme: http://sourceforge.net/project/shownotes.php?release_id=62025 download:

[OT] [But fun] Cookies and Microsoft

2001-11-19 Thread Nick Tonkin
Speaking of the risks of using cookies for auth* stuff: http://dailynews.yahoo.com/h/cn/2009/tc/microsoft_apologizes_in_security_flap_1.html ~~~ Nick Tonkin

Test.. Do ignore..

2001-11-19 Thread Ali Pakkan
This is a test message..

Re: Doing Authorization using mod_perl from a programmers perspective

2001-11-19 Thread Randal L. Schwartz
fliptop == fliptop [EMAIL PROTECTED] writes: fliptop i have found that using the HTTP_USER_AGENT environment fliptop variable instead of ip address solves the problem with proxy fliptop servers and the md5 hash. anyone ever tried this as a simple fliptop workaround? Nobody with any sense.

Re: Doing Authorization using mod_perl from a programmers perspective

2001-11-19 Thread Jon Robison
Randall, you want to expound upon that? --Jon Robison Randal L. Schwartz wrote: fliptop == fliptop [EMAIL PROTECTED] writes: fliptop i have found that using the HTTP_USER_AGENT environment fliptop variable instead of ip address solves the problem with proxy fliptop servers and the md5

Re: Doing Authorization using mod_perl from a programmers perspective

2001-11-19 Thread Jon Robison
How about using an Apache::Sessions id instead of IP address? --Jon Robison Randal L. Schwartz wrote: fliptop == fliptop [EMAIL PROTECTED] writes: fliptop i have found that using the HTTP_USER_AGENT environment fliptop variable instead of ip address solves the problem with proxy

Re: Doing Authorization using mod_perl from a programmers perspective

2001-11-19 Thread Randal L. Schwartz
Jon == Jon Robison [EMAIL PROTECTED] writes: Jon Randall, you want to expound upon that? Barely ignoring the spelling of my name, I'll simply claim it's not unique. Neither is IP address. Or anything that you haven't specifically round-tripped to the browser. And that doesn't stop

Re: Doing Authorization using mod_perl from a programmers perspective

2001-11-19 Thread DeWitt Clinton
On Mon, Nov 19, 2001 at 07:51:55AM -0800, Randal L. Schwartz wrote: But this is obvious. I'm confused about why I'd have to explain it. :( I posted this a year or two back: [EMAIL PROTECTED]">http://mathforum.org/epigone/modperl/jytwortwor/[EMAIL PROTECTED] Here is the relevant part of

Re: Doing Authorization using mod_perl from a programmers perspective

2001-11-19 Thread J. J. Horner
* Randal L. Schwartz ([EMAIL PROTECTED]) [09 11:00]: Jon == Jon Robison [EMAIL PROTECTED] writes: Jon Randall, you want to expound upon that? Barely ignoring the spelling of my name, I'll simply claim it's not unique. Neither is IP address. Or anything that you haven't

Linux Hello World Benchmarks - 11/19/2001

2001-11-19 Thread Joshua Chamas
Hey, [[ NUMBERS ARE BELOW ]] It has been a while, but here's a new set of Hello World benchmarks! What took me so long in getting these out is that the java web environments that I had set up would keep crashing during the tests in ways that would not only render their benchmarks meaningless,

Re: Linux Hello World Benchmarks - 11/19/2001

2001-11-19 Thread Perrin Harkins
on 11/19/01 8:05 PM, Joshua Chamas at [EMAIL PROTECTED] wrote: It has been a while, but here's a new set of Hello World benchmarks! There was a recent announcement of HTML::Template::JIT, and Template Toolkit has an XS option now. Any chance you could put those into the next round? - Perrin

Re: Linux Hello World Benchmarks - 11/19/2001

2001-11-19 Thread Joshua Chamas
Perrin Harkins wrote: on 11/19/01 8:05 PM, Joshua Chamas at [EMAIL PROTECTED] wrote: It has been a while, but here's a new set of Hello World benchmarks! There was a recent announcement of HTML::Template::JIT, and Template Toolkit has an XS option now. Any chance you could put those

cvs commit: modperl-2.0/xs/Apache/Connection - New directory

2001-11-19 Thread dougm
dougm 01/11/19 09:32:03 modperl-2.0/xs/Apache/Connection - New directory

cvs commit: modperl-2.0/xs/Apache/Connection Apache__Connection.h

2001-11-19 Thread dougm
dougm 01/11/19 09:32:46 Added: xs/Apache/Connection Apache__Connection.h Log: the new client_socket code Revision ChangesPath 1.1 modperl-2.0/xs/Apache/Connection/Apache__Connection.h Index: Apache__Connection.h

cvs commit: modperl-2.0/t/directive setupenv.t

2001-11-19 Thread dougm
dougm 01/11/19 10:23:20 Modified:t/directive setupenv.t Log: remove debug prints (-d lwp gives plenty) Revision ChangesPath 1.2 +1 -3 modperl-2.0/t/directive/setupenv.t Index: setupenv.t

cvs commit: modperl-2.0/src/modules/perl modperl_util.c

2001-11-19 Thread dougm
dougm 01/11/19 15:24:46 Modified:src/modules/perl modperl_util.c Log: give modperl_sv2pool more to choose from Revision ChangesPath 1.31 +28 -10modperl-2.0/src/modules/perl/modperl_util.c Index: modperl_util.c

cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2001-11-19 Thread dougm
dougm 01/11/19 15:32:00 Modified:xs/Apache/ServerUtil Apache__ServerUtil.h xs/maps apache_functions.map xs/tables/current/ModPerl FunctionTable.pm Log: fix Apache::server_root_relative arguments to be the same as apache api use

cvs commit: modperl-2.0/lib/Apache compat.pm

2001-11-19 Thread dougm
dougm 01/11/19 15:33:21 Modified:lib/Apache compat.pm Log: add support for 1.x style $r-server_root_relative Revision ChangesPath 1.24 +3 -0 modperl-2.0/lib/Apache/compat.pm Index: compat.pm

cvs commit: modperl-2.0/t/response/TestAPI server_util.pm

2001-11-19 Thread dougm
dougm 01/11/19 15:47:24 Modified:t/response/TestAPI server_util.pm Log: add tests for Apache::server_root constant Revision ChangesPath 1.4 +10 -2 modperl-2.0/t/response/TestAPI/server_util.pm Index: server_util.pm

cvs commit: modperl-2.0/build make_etags

2001-11-19 Thread stas
stas01/11/19 18:56:35 Modified:buildmake_etags Log: - enable working from the build dir - make the script work for various etags util versions Revision ChangesPath 1.2 +3 -2 modperl-2.0/build/make_etags Index: make_etags