RE: Sticky Pages.

2002-01-07 Thread David LeBlanc
Ok, now i'm totally confused. From the top: 1. I have the following (and ONLY the following related to modperl) in my httpd.conf file (of course there are other regular apache directives too): LoadModule perl_module modules/mod_perl.so AddModule mod_perl.c In a subdirectory

silly CGI::Cookie bug/frustrations

2002-01-07 Thread Neil Conway
Hi all, I've spent the last couple hours trying to debug a seemingly simple piece of code. I've come up with something that seems puzzling (but it's probably just too early in the morning for me) -- any clarification would be appreciated. The code I'm writing is a cookie-based authentication

Re: Problems with cookies in Apache::AuthCookie

2002-01-07 Thread Øyvind Gjerstad
Charles Day wrote: key line must come first. I used Portal instead of your PrisInformasjon, but you get the idea. I tried that, but it made no difference. I must be doing something wrong. I have now tried with a very similar setup on my linux box with apache 1.3.22, mod_perl 1.26 and all

Re: Sticky Pages.

2002-01-07 Thread Perrin Harkins
Ok, now i'm totally confused. Have you read the documentation for Apache::PerlRun? That might help. Try a perldoc Apache::PerlRun. 1. I have the following (and ONLY the following related to modperl) in my httpd.conf file (of course there are other regular apache directives too):

[ANNOUNCE] Apache::Handlers 0.02 / Perl::WhichPhase 0.01

2002-01-07 Thread James G Smith
The uploaded file Apache-Handlers-0.02.tar.gz has entered CPAN as file: $CPAN/authors/id/J/JS/JSMITH/Apache-Handlers-0.02.tar.gz size: 6720 bytes md5: 7b7174b3b60bb7258d388467e33cfbff This module allows snippets of code to be run at any of the phases during a request. It can be

problems with Apache::AuthTicket

2002-01-07 Thread Tomasz Konefal
greetings, i'm hoping that someone out there can help me out with my AuthTicket troubles. first, i require a simple way to authenticate and authorize users for a little intranet site. from what i could find, AuthTicket looks like the best way to do this (is there something better?).

Apache::Util segfaulting

2002-01-07 Thread dbohling
Hi all, I'm having an odd problem with a particular registry script. This script causes a segmentation fault at the first usage of Apache::Util::escape_uri(), This same script also uses Apache::Util::escape_html() with no problems at all. Other scripts on this same server use

ANNOUNCE: CGI::URI2param 1.00

2002-01-07 Thread Thomas Klausner
Hi! The URL http://domm.zsi.at/source_code/modules/CGI-URI2param-1.00.tar.gz has entered CPAN as file: $CPAN/authors/id/D/DO/DOMM/CGI-URI2param-1.00.tar.gz size: 4133 bytes md5: 2b216c471242e72dbcfc73059431756e The main thing that changed is that I included Apache::URI2param, a

PREANNOUNCE Tied Request and Cookies Module

2002-01-07 Thread Jay Lawrence
Hello All, I have written a couple modules to provide tied access to GET/POST arguments of an Apache request. Basically hides the mechanics of libapreq behind a tied hash. On a similiar vein I have one for cookies. The nice thing about the cookies one is that it will set headers automatically

ANNOUNCE: Apache::AuthenNTLM

2002-01-07 Thread Gerald Richter
The URL ftp://ftp.dev.ecos.de/pub/perl/ntlm/Apache-AuthenNTLM-0.11.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GR/GRICHTER/Apache-AuthenNTLM-0.11.tar.gz size: 50288 bytes md5: fa69872fe0a643de4a02921b9d4715be The purpose of this module is to perform a user authentication

mod-perl, modules and initializations

2002-01-07 Thread Dave Morgan
Hi All, My environment is Apache, mod-perl, Apache::DBI, oracle backend, everything works fine. The problem is always MY code :) I'm trying to figure out the correct/efficient way to initialize constants in a module. What I need to do is initialize

Re: mod-perl, modules and initializations

2002-01-07 Thread ___cliff rayman___
the guide is your friend: http://perl.apache.org/guide Dave Morgan wrote: What is the difference between how a BEGIN block and an anonymous block http://thingy.kcilink.com/modperlguide/porting/BEGIN_blocks.html Another problem is when I try to build a SELECT HTML element

[ANNOUNCE] Apache::UploadMeter-0.15

2002-01-07 Thread Issac Goldstand
Finally, after a month of being bogged down on [EMAIL PROTECTED], the barriers have being cleared and Apache::UploadMeter's hit CPAN! The URL http://telia.dl.sourceforge.net/apache-umeter/Apache-UploadMeter-0.15.tar.gzhas entered CPAN as file:

cvs commit: modperl-2.0/xs/APR/PerlIO apr_perlio.c

2002-01-07 Thread dougm
dougm 02/01/07 17:06:20 Modified:xs/APR/PerlIO apr_perlio.c Log: add some debug info Revision ChangesPath 1.9 +23 -2 modperl-2.0/xs/APR/PerlIO/apr_perlio.c Index: apr_perlio.c === RCS

cvs commit: modperl-2.0/xs/APR/PerlIO apr_perlio.c

2002-01-07 Thread dougm
dougm 02/01/07 17:09:19 Modified:xs/APR/PerlIO apr_perlio.c Log: work around bug where some PerlIOAPR filehandles are still open during perl_destruct Revision ChangesPath 1.10 +14 -2 modperl-2.0/xs/APR/PerlIO/apr_perlio.c Index: apr_perlio.c

cvs commit: modperl-2.0/src/modules/perl mod_perl.c mod_perl.h modperl_interp.c

2002-01-07 Thread dougm
dougm 02/01/07 17:13:29 Modified:src/modules/perl mod_perl.c mod_perl.h modperl_interp.c Log: fix so perl_destruct (and things like END blocks) are run in child processes when they are shutdown Revision ChangesPath 1.103 +30 -3

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

2002-01-07 Thread dougm
dougm 02/01/07 17:29:23 Modified:src/modules/perl modperl_util.c Log: plug leaking Apache::Table objects Revision ChangesPath 1.33 +1 -1 modperl-2.0/src/modules/perl/modperl_util.c Index: modperl_util.c