Apache::AuthCookie not set cookie really

2002-01-28 Thread BeerBong
Hello all! Odd thing - all should works fine. I use Apache::AuthCookie for my project Agenda. I wrote descendant - Apache::AuthCookieAgenda package Apache::AuthCookieAgenda; use strict; use Apache; use Apache::Constants qw(:common); use

Re: UI Regression Testing

2002-01-28 Thread Leon Brocard
David Wheeler sent the following bits through the ether: we can't really figure out a way to automate the testing of the UI Well, on our current project we're using using OpenFrame[1] and the Template Toolkit to completely seperate application logic from presentation logic. We have

AuthSession Manager [was] Apache::AuthCookie not set cookie really

2002-01-28 Thread BeerBong
Hello all! Odd thing - all should works fine. I use Apache::AuthCookie for my project Agenda. I wrote descendant - Apache::AuthCookieAgenda package Apache::AuthCookieAgenda; use strict; use Apache; use Apache::Constants qw(:common); use

Re: AuthSession Manager [was] Apache::AuthCookie not set cookie really

2002-01-28 Thread Perrin Harkins
Application's main goals 1. Simple install. I don't want use cron jobs for cleanup - I think, it can be problem for some users. Most of the existing session stuff is written to leave cleanup to you. If you don't want to use cron jobs, you can do it in a cleanup handler, possibly exec'ing a

Re: Apache::args vs Apache::Request speed

2002-01-28 Thread Stas Bekman
Joe Schaefer wrote: Stas Bekman [EMAIL PROTECTED] writes: Well, I've run the benchmark and it wasn't the case. Did it change recently? Or do you think that the benchmark is not fair? we are talking about this item http://perl.apache.org/guide/performance.html#Apache_args_vs_Apache_Request

Re: Apache::args vs Apache::Request speed

2002-01-28 Thread Joe Schaefer
Stas Bekman [EMAIL PROTECTED] writes: Great! Now we have an even broader benchmark. Please tell me when 1.0 is released (in case I get carried away with other things and don't notice the announce) and I'll make sure to update my benchmarking package, re-run the benchmarks and correct the

Re: help: LWP::Simple within a mod_perl context

2002-01-28 Thread darren chamberlain
Matthew Kennedy [EMAIL PROTECTED] said something to this effect on 01/28/2002: Hello, I am using LWP::Simple within a mod_perl context to retrieve content from an external site within a request to our site. I've installed LWP::Simple correctly, however is doesn't work within mod_perl and (I

AxKit Segfaults

2002-01-28 Thread Aaron E. Ross
Hi all, I was excited about AxKit. :( I'm getting segfaults on the first request, but have neither expat (strings shows now symbols in httpd, mod_perl built with DO_HTTPD=1), nor php installed. Any other ideas? I'm building with debug flags now. apache-1.3.22 mod_perl-1.26

Re: AxKit Segfaults

2002-01-28 Thread Robin Berjon
On Monday 28 January 2002 21:05, Aaron E. Ross wrote: I was excited about AxKit. :( For good reason :) I'm getting segfaults on the first request, but have neither expat (strings shows now symbols in httpd, mod_perl built with DO_HTTPD=1), nor php installed. Any other ideas?

changing system password though apache with modperl

2002-01-28 Thread Angèle Jankok-Mercera
Hi, I am not a perl programmer and just standing at the front door I quess. I am looking for a perl code which I can use to modify a user's system password through a web page. thank you. Angele

extremeperl@yahoogroups.com

2002-01-28 Thread Rob Nagler
It seems there are a number of people interested in Extreme Programming in Perl, so there's yaml at: http://groups.yahoo.com/group/extremeperl/ Cheers, Rob

Cache::FileCache issues

2002-01-28 Thread Christian Gilmore
Hi. I'm trying to update Apache::AuthenCache and Apache::AuthzCache to use Cache::Cache instead of IPC::Cache. The cutover should be straightforward enough, but I am finding a roadblock. I'm hoping someone can point out something obvious I'm overlooking. Here is the relevant hunk of code and

is there something wrong with my http header?

2002-01-28 Thread Alex Porras
I'm trying to print a gif image to the browser, but it's appearing as text. Here's what the output looks like (used lynx --mime_header): HTTP/1.1 200 OK Date: Mon, 28 Jan 2002 21:58:05 GMT Server: Apache/1.3.20 (Unix) mod_perl/1.26 Set-Cookie: FOO=bar; domain=foo.bar; path=/ Pragma: no-cache

Dynamically serving an .htaccess file with mod_perl

2002-01-28 Thread Michael A Nachbaur
Hello all, Does anyone know of a way that I can server the contents of an .htaccess file dynamically? I know Apache checks the request directory (and all directories above it) for an .htaccess file before serving a file request, but there is no mention of how it goes about loading that file.

Re: is there something wrong with my http header?

2002-01-28 Thread Robert Landrum
I'm trying to print a gif image to the browser, but it's appearing as text. Here's what the output looks like (used lynx --mime_header): HTTP/1.1 200 OK Date: Mon, 28 Jan 2002 21:58:05 GMT Server: Apache/1.3.20 (Unix) mod_perl/1.26 Set-Cookie: FOO=bar; domain=foo.bar; path=/ Pragma: no-cache

RE: is there something wrong with my http header?

2002-01-28 Thread Alex Porras
I'm a goof. That data is from an imap server--I forgot to decode it first. Thanks, --Alex -Original Message- From: Robert Landrum [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 4:16 PM To: [EMAIL PROTECTED] Subject: Re: is there something wrong with my http header?

Re: Cache::FileCache issues

2002-01-28 Thread Perrin Harkins
[Mon Jan 28 14:52:35 2002] [error] mkdir : No such file or directory at /opt/gnu /depot/perl-5.6.1/lib/site_perl/5.6.1/Cache/FileBackend.pm line 220 Looks to me like your system has no mkdir command, or it isn't in the path, or it doesn't support an option that's needed (-p maybe?). Maybe

ANNOUNCE: HTTP::TestEngine v0.02

2002-01-28 Thread Chris Brooks
Good morning, I have released version 0.02 of HTTP::TestEngine to sourceforge. TestEngine acts as an http session recorder. After setting a cookie, a user can record a session by simply clicking links in their browser: filenames, paths and parameters are written to the filesystem for recall in

Re: Dynamically serving an .htaccess file with mod_perl

2002-01-28 Thread Matt Sergeant
On Mon, 28 Jan 2002, Michael A Nachbaur wrote: Hello all, Does anyone know of a way that I can server the contents of an .htaccess file dynamically? I know Apache checks the request directory (and all directories above it) for an .htaccess file before serving a file request, but there is

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

2002-01-28 Thread dougm
dougm 02/01/28 21:35:34 Modified:xs/tables/current/Apache FunctionTable.pm StructureTable.pm Log: sync Revision ChangesPath 1.32 +146 -59 modperl-2.0/xs/tables/current/Apache/FunctionTable.pm Index: FunctionTable.pm

cvs commit: modperl-2.0/todo api.txt

2002-01-28 Thread stas
stas02/01/28 21:41:59 Modified:todo api.txt Log: - no need to implement the interface for apr_array_header as there is no use for it in mod_perl Revision ChangesPath 1.20 +0 -3 modperl-2.0/todo/api.txt Index: api.txt

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

2002-01-28 Thread stas
stas02/01/28 21:52:24 Modified:src/modules/perl modperl_util.c Log: if undef is passed try to get the pool from the current request Revision ChangesPath 1.35 +12 -0 modperl-2.0/src/modules/perl/modperl_util.c Index: modperl_util.c