cookie-based auth and mod_auth_dbm

2000-08-22 Thread Daniel Piczak
I have an application relying on basic authentication, using mod_auth_dbm.c - ie. AuthDBMUserFile and AuthDBMGroupFile. Due to a large userbase, I want to do external authentication of the user's passwords, once per session (in a secure way using SSL). The cookie-based authentication perl module

Re: Apache::Perfmon 0.011

2000-08-22 Thread Lupe Christoph
On Monday, 2000-08-21 at 21:06:54 -0400, Greg Stark wrote: Lupe Christoph [EMAIL PROTECTED] writes: Hmm. Apache::Benchmark sounds more like a benchmark driver to me. Apache::Instrumentation or so? Apache::Probe? Profile or even just Prof. I thought about it a little more. What is does

Simple question: httpd (apache) vs httpd (mod_perl)

2000-08-22 Thread Keith Bradnam
Hello, My understanding of perl is minimal, my understanding of mod_perl non-existant but I have a (simple) question that I can't find anywhere in the FAQ. Hopefully someone can help? I've just installed the apache web server (1.3.12) on our Tru64 Unix box. One of the applications we run (via

Re: Apache.pm failed to load

2000-08-22 Thread Stas Bekman
On Mon, 21 Aug 2000, Clayton Mitchell wrote: I think I followed the directions, and I also added "PerlModule Apache" in httpd.conf, but I still get the error "Apache.pm failed to load!." when trying to start httpsd. I am on Sol 2.7, gcc 2.8.1 apache-1.3.12 and openssl_0.9.5 and

Modifying the reported size in a directory index

2000-08-22 Thread Jens-Uwe Mager
I am looking for a way to update the reported size of a file in a plain directory index generated by Apache. I have installed a perl fixup handler that does check if a Macintosh resource fork is available additionally to the plain data fork and it replaces the default content handler with a

Re: Apache::Perfmon 0.011

2000-08-22 Thread Stas Bekman
On Mon, 21 Aug 2000, Lupe Christoph wrote: On Monday, 2000-08-21 at 10:41:51 +0200, Stas Bekman wrote: On Mon, 21 Aug 2000, Lupe Christoph wrote: A few comments followed by the answer to your original question. Thanks! make install Manifying blib/man3/Apache::Changes.3

Re: Apache::Perfmon 0.011

2000-08-22 Thread Stas Bekman
On Tue, 22 Aug 2000, Lupe Christoph wrote: On Monday, 2000-08-21 at 21:06:54 -0400, Greg Stark wrote: Lupe Christoph [EMAIL PROTECTED] writes: Hmm. Apache::Benchmark sounds more like a benchmark driver to me. Apache::Instrumentation or so? Apache::Probe? Profile or even just

RE: Producing an error page

2000-08-22 Thread Howard Jones
Something that may be worthwhile as a starting point for you is CGI::Debug, which basically does what you are asking I think. It leaves you with the perl interpreter's error message (as if you had run the thing from a command-line), a dump of relevant cookies, environment variables and CGI

Apache::mod_perl_guide installation quirk

2000-08-22 Thread Marcel Grunauer
I'm using CPAN.pm to install Apache::mod_perl_guide and have noticed two things: I didn't have Pod::HtmlPsPdf installed, but instead of downloading and installing that module automatically, it just said that it wasn't installed and stopped. After installing Pod::HtmlPsPdf, it installed fine

Re: Apache::Perfmon 0.011

2000-08-22 Thread George Sanderson
At 11:26 AM 8/22/00 +0200, you wrote: On Tue, 22 Aug 2000, Lupe Christoph wrote: On Monday, 2000-08-21 at 21:06:54 -0400, Greg Stark wrote: Lupe Christoph [EMAIL PROTECTED] writes: Hmm. Apache::Benchmark sounds more like a benchmark driver to me. Apache::Instrumentation or so?

RE: $r-get_handlers bug/oversight?

2000-08-22 Thread Geoffrey Young
-Original Message- From: Doug MacEachern [mailto:[EMAIL PROTECTED]] Sent: Monday, August 21, 2000 6:41 PM To: Geoffrey Young Cc: '[EMAIL PROTECTED]' Subject: RE: $r-get_handlers bug/oversight? On Wed, 16 Aug 2000, Geoffrey Young wrote: ack... so the alias only goes one

OT: Help with LocationMatch rule

2000-08-22 Thread Christian Gilmore
This post is off topic. I apologize in advance, but I'm hoping someone out there can answer this question easily for me. I want to put an authentication rule on an entire site save for two subdirectories. How can I do so? As LocationMatch doesn't have an operator for "all things not matched by

Re: Simple question: httpd (apache) vs httpd (mod_perl)

2000-08-22 Thread Rafael Caceres
Hello Keith, We have a couple Alphas 4100 in the office with perl and mod_perl enabled Apache. The main difference is that the mod_perl httpd has the full perl embedded. That is, there is no need to load perl in order to execute cgi scripts written in perl. That is a big improvement in

Re: Apache::mod_perl_guide installation quirk

2000-08-22 Thread Stas Bekman
On Tue, 22 Aug 2000, Marcel Grunauer wrote: I'm using CPAN.pm to install Apache::mod_perl_guide and have noticed two things: Thanks for this report Marcel! I didn't have Pod::HtmlPsPdf installed, but instead of downloading and installing that module automatically, it just said that it

Re: cookie-based auth and mod_auth_dbm

2000-08-22 Thread Vivek Khera
"DP" == Daniel Piczak [EMAIL PROTECTED] writes: DP I have an application relying on basic authentication, using DP mod_auth_dbm.c - ie. AuthDBMUserFile and AuthDBMGroupFile. DP Due to a large userbase, I want to do external authentication of the user's DP passwords, once per session (in a

Apache::Registry spawning zombie shells?

2000-08-22 Thread martin langhoff
hi list, while doing a silly thing (building a set of HTML files with info from a DB file), I found that while the apache server was being crawled by lwp-rget, a lots of zombie shells were being spawned and killed. top was telling me that there were quite a few processes like:

'make test' error with CVS modperl

2000-08-22 Thread Bruce W. Hoylman
Having downloaded the latest CVS snapshot of modperl, using my standard APACI config parameters to configure and compile, it compiles to completion without error. 'make test' however returns the following error when attempting to start the test httpd process: letting apache warm up...[Tue Aug

Building modperl as a DSO in Apache_1.3.12

2000-08-22 Thread Kairam, Raj
I am trying to build modperl ( mod_perl-1.24 ) as DSO in to Apache ( apache_1.3.12 ) on a host running HP-UX 11.0 Uncompressed and untarred the source in two parallel directories. /opt/apache_1.3.12 /opt/mod_perl-1.24 Created a file in /opt directory that contained options to be passed on to

Apache::DBI and Oracle problem

2000-08-22 Thread Suresh
Hi all, I am currently developing a web application with Apache/Mod_perl running on redhat linux 6.1 and connecting to Oracle Database, everything works fine, i started using persistant connection using Apache::DBI, and after every request the open cursor count seems to always increase ( i am

RE: Apache::DBI and Oracle problem

2000-08-22 Thread Robert Jenks
Title: RE: Apache::DBI and Oracle problem We had this same exact problem. Same as you we were also doing $sth-finish() on each statement handle and we also even tried undef $sth after the finish(). None of these things worked. In our case we were using $dbh-{RaiseError} = 1; to do our error

mod_perl-friendly webmail solutions?

2000-08-22 Thread martin langhoff
hi, i'm looking around, searching webmail solutions that run without problems under mod_perl. Although I know there are many, most of them are not very mod_perl friendly. now, the actual questions are - is anyone here running (successfuly) a mod_perl webmail?

Re: mod_perl-friendly webmail solutions?

2000-08-22 Thread Luis Henrique Cassis Fagundes
Hi, I used acmemail in two projects and liked it. I didn't test it under mod_perl, but the code as I remember was developed to run under mod_perl and appeared to avoid all the common mod_perl traps. To create new users, I don't dedicated much time to find a better

Storable problem?

2000-08-22 Thread Aaron Johnson
I made some changes to a module to use a hash stored with the Storable module. On our development server all is well, but when I moved it to the production server I was greeted with this when I stopped and attempted to restart the server: Out of memory! Callback called exit. END failed--cleanup

Re: mod_perl-friendly webmail solutions?

2000-08-22 Thread Stas Bekman
On Tue, 22 Aug 2000, martin langhoff wrote: hi, i'm looking around, searching webmail solutions that run without problems under mod_perl. Although I know there are many, most of them are not very mod_perl friendly. now, the actual questions are - is anyone here

Re: Storable problem?

2000-08-22 Thread Aaron Johnson
Aaron Johnson wrote: I made some changes to a module to use a hash stored with the Storable module. On our development server all is well, but when I moved it to the production server I was greeted with this when I stopped and attempted to restart the server: Out of memory! Callback

RE: Building modperl as a DSO in Apache_1.3.12

2000-08-22 Thread Mark Kirkwood
I have not tried to build mod_perl as a DSO, but encountered these -Wl, +n flags during static module build of mod_perl 1.24 + Apache 1.3.12 on HPUX 11.00 - I edited them out of the Makefile... not terribly elegant but it did work Mark -Original Message- From: Kairam, Raj

Why is Apache::PerlRun a subclass of Apache?

2000-08-22 Thread Ken Williams
Hi, I've got to ask this because I'm going through immense pain and suffering* dealing with this problem. Why is Apache::PerlRun a subclass of Apache? Shouldn't it just be a regular content handler that 'has-a' $r instead of 'is-a' Apache request? The problem I'm having is that I'm trying to

RE: :Oracle problem in conjunction with Apache.

2000-08-22 Thread Geoffrey Young
there are a number of threads on this and the modperl list that address the issue: http://marc.theaimsgroup.com/?l=apache-modperlm=96461467121206w=2 or http://marc.theaimsgroup.com/?l=apache-modperlm=96682673408989w=2 or