Re: OT: ApacheCon/Europe

2000-10-18 Thread Perrin Harkins
Gunther Birznieks wrote: > > Just wondering who all from mod_perl is going to ApacheCon/Europe next week > and are there any plans to get together like there was at PerlCon. I'm going to be there. Some kind of get together would be cool. I'd like to hear about what other people are working on.

Apache::AuthCookie now on SourceForge

2000-10-18 Thread Ken Williams
Hi all, I have just created a SourceForge project for AuthCookie. If you are interested, you can access the project at http://sourceforge.net/projects/ap-authcookie/ . All previous releases are there, and I have imported the CVS tree too. Moving the project to SourceForge gives several benefits

OT: ApacheCon/Europe

2000-10-18 Thread Gunther Birznieks
Just wondering who all from mod_perl is going to ApacheCon/Europe next week and are there any plans to get together like there was at PerlCon. I missed PerlCon unfortunately. __ Gunther Birznieks ([EMAIL PROTECTED]) eXtropia - The Web Technology C

Re: Remembering Authentication

2000-10-18 Thread Matthew Byng-Maddick
On Tue, 17 Oct 2000, John Saylor wrote: > From: "Ian Frawley" <[EMAIL PROTECTED]> > > Is it not just possible through a perl module as I am not very clued > > up on digital certificates. > Well, you have to have some credentials- and if it's not a cookie [bad > idea anyway], and if it's not a use

Re: XML help (offtopic)?

2000-10-18 Thread Matt Sergeant
On Wed, 18 Oct 2000, Adi wrote: > Have you looked at SOAP::Lite and the rest of the SOAP:: hierarchy on CPAN? > They may not be of direct help if you've already got a home-grown XML transport > protocol, but it might give you some good ideas. And, it may save you lots of > time in the long run

Re: XML help (offtopic)?

2000-10-18 Thread Adi
Have you looked at SOAP::Lite and the rest of the SOAP:: hierarchy on CPAN? They may not be of direct help if you've already got a home-grown XML transport protocol, but it might give you some good ideas. And, it may save you lots of time in the long run if you can convert your home-grown XML sy

Mod_perl, DBI, and Postgres install procedures...

2000-10-18 Thread cbell
Does anyone have a set of procedures to install Mod_perl, Apache, Postgres, DBI, DBI.pm, and anything else needed to make Modperl talk to a postgres database. I'm new to Linux and Mod_perl, and I've followed all the setup procedures I can find to do this, but I still cannot get a database connect

Re: possible bug in mod_perl 1.24_01

2000-10-18 Thread Michael J Schout
I should also have mentioned: I am using perl 5.6.0, Linux 2.2.x I used the same perl / os for both apache1.3.12/mod_perl 1.24, and apache 1.3.14/mod_perl 1.24_01. Mike

possible bug in mod_perl 1.24_01

2000-10-18 Thread Michael J Schout
I have had an application working under apache 1.3.12/mod_perl 1.24 for several months now with no problems. I am currently trying to make the jump to apache 1.3.14/mod_perl 1.24_01 (since mod_perl 1.24 will not easily build agains 1.3.14). When I do this, and then try to start apache, it goes i

Installation problems!!!

2000-10-18 Thread Edmar Edilton da Silva
I installed mod_perl 1.24 successfully ( the web server used is apache 1.3.9 and perl 5.004-4 ). No errors during configure, make , make test or make install. I added the loadmodule and addmodule lines to httpd.conf. But when I started the apache I get the following error message: "Starting htt

Re: END block aborted during httpd shutdown

2000-10-18 Thread Ernest Lergon
META Hi Ged, why are you answering me directly and not through the list? /META G.W. Haywood wrote: > > On Wed, 18 Oct 2000, Ernest Lergon wrote: > > > but how does it fit in the idea of shared modules in mod_perl? > > Shared memory, not shared events. > I have to think about th

Re: END block aborted during httpd shutdown

2000-10-18 Thread Ernest Lergon
G.W. Haywood wrote: > > On Wed, 18 Oct 2000, Ernest Lergon wrote: > > > 1) Our apache is running 20 childs. A perl module is loaded via > > startup.pl. On shutdown of apache the END block of this module is called > > 20 times and not only 1 time as I expected. Why? > > Because each child is its

Re: Apache 1.3.14 and Mod_Perl

2000-10-18 Thread chicks
On Wed, 18 Oct 2000, Roger Espel Llima wrote: > It looks to me like perl.apache.org is explicitly blocking wget > requests. If I do the request manually with netcat, sending the same > headers wget sends, it fails: Why is wget considered so evil? -- "The number of Unix installations has grow

AuthCookie consulting Basic for AuthZ?

2000-10-18 Thread karnurme
Hello! I' m using AuthCookie for authentication, but I would like to use all the normal authorization possibilities in .htaccess files (especially 'require group', and ). Do I have to implement all the handling of .htaccess directives in my AuthCookie-derived module? Is it possible to ask the

Re: Apache 1.3.14 and Mod_Perl

2000-10-18 Thread Roger Espel Llima
<[EMAIL PROTECTED]> wrote: > Why can't I download it with wget? > > [root@wakko /root]# wget http://perl.apache.org/dist/mod_perl-1.24_01.tar.gz > --15:56:47-- http://perl.apache.org:80/dist/mod_perl-1.24_01.tar.gz >=> `mod_perl-1.24_01.tar.gz' > Connecting to perl.apache.org:80... c

Re: Segmentation faults

2000-10-18 Thread Daniel Grunblatt
We always had that, but I guess I solved it, it was the MaxRequestsPerChild directive on apache's httpd.conf , I set it to 10 and the problem was gone, may be it was because the childs grown up too much, up to 26M, now the max grow up size is 7M. Thanks anyway. --

Re: security suggestion

2000-10-18 Thread Richard L. Goerwitz
Would it make sense to allow anonymous subroutines as handlers only if ExecCGI is turned on for a given directory? (Likewise, allow handlers only in modules residing in system directories unless ExecCGI is turned on?) -- Richard Goerwitz[EMAIL PROTECTED]

Re: END block aborted during httpd shutdown

2000-10-18 Thread Ernest Lergon
Dear list members, dear Doug, it seems to me, that my initial mail of this thread was to long to read and to be answered - especially because the questions are in the last paragraph far down below and need scrolling of the message text ;-)) Ok, I'll try to split it up in bite-sized pieces: 1)

Re: Mod Perl Startup Question

2000-10-18 Thread vaughn_staples
Randy, Thanks ... & I'll try that. - Vaughn - Original Message - From: Randy Kobes <[EMAIL PROTECTED]> To: vaughn_staples <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, October 18, 2000 9:14 AM Subject: Re: Mod Perl Startup Question On Wed, 18 Oct 2000, vaughn_staples

Re: Mod Perl Startup Question

2000-10-18 Thread Randy Kobes
On Wed, 18 Oct 2000, vaughn_staples wrote: > I'm having trouble getting Apache & Modperl to run on an NT machine. > When I attempt to launch Apache using a console window, I receive the > following message: > >"Syntax error on line 205 of c:/apache/conf/httpd.conf: >Cannot load c:/apache

RE: DBI / Postgres Intermittent Problem

2000-10-18 Thread Rajit Singh
Hi, Thanks for those who responded to my request. In response to something someone suggested - when i tried using Apache::DBI - there was no difference whether or not I was using it. I set up a new Apache/mod_perl installation to see if the problem stayed. My old set up was mod_perl 1.21 + Apa

Re: Handler is preventing redirects on missing trailing / ?

2000-10-18 Thread Randal L. Schwartz
> "darren" == darren chamberlain <[EMAIL PROTECTED]> writes: darren> Clayton Mitchell ([EMAIL PROTECTED]) said something to this effect: >> I then noticed that URI's of directories lacking a trailing '/' were not >> being redirected in the browser and so relative links started to break. darr

Mod Perl Startup Question

2000-10-18 Thread vaughn_staples
I'm having trouble getting Apache & Modperl to run on an NT machine. When I attempt to launch Apache using a console window, I receive the following message: "Syntax error on line 205 of c:/apache/conf/httpd.conf: Cannot load c:/apache/modules/ApacheModulePerl into server: (126) The spe

RE: PerlAuthenHandler and DBI:

2000-10-18 Thread Geoffrey Young
> -Original Message- > From: Daniel Hutchison [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 17, 2000 3:49 PM > To: [EMAIL PROTECTED] > Subject: PerlAuthenHandler and DBI: > > > While the behaviour seems correct from the browser, I am > getting errors in > the error_log that may

Re: Handler is preventing redirects on missing trailing / ?

2000-10-18 Thread darren chamberlain
Clayton Mitchell ([EMAIL PROTECTED]) said something to this effect: > I then noticed that URI's of directories lacking a trailing '/' were not > being redirected in the browser and so relative links started to break. In your handler subroutine, do something like: return DECLINED if ($r->cont

Re: [ RFC ] New Module Apache::SessionManager

2000-10-18 Thread Gerald Richter
Hi Greg, the name sounds good to me. I would be happy if you send me a copy, so I can take a (because of my limited time) short look how it may fit with Embperl's session management Thanks Gerald - Gerald Richterecos electronic co

Re: [OT]logging Apache processes w/rotatelogs

2000-10-18 Thread David Hodgkinson
"Alexander Farber (EED)" <[EMAIL PROTECTED]> writes: > David Hodgkinson wrote: > > There are plenty of counter examples floating around. Mostly involving > > moving log files away then doing a graceful restart. > > Maybe this is useful: > http://www.modperl.com/perl_conference/cool_tricks/handou

Re: [ RFC ] New Module Apache::SessionManager

2000-10-18 Thread Greg Cope
Gunther Birznieks wrote: > > I like the name as it works well with our naming (SessionManager, Session > hierarchy) so I can probably write a wrapper that assumes your > SessionManager is embedded in Apache and it's not confusing for our users > who want to configure our apps to use your session

ANNOUNCE: HTML-Embperl 1.3b6 (pre 1.3)

2000-10-18 Thread Gerald Richter
The URL ftp://ftp.dev.ecos.de/pub/perl/embperl/HTML-Embperl-1.3b6.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GR/GRICHTER/HTML-Embperl-1.3b6.tar.gz size: 300443 bytes md5: a57165c6a75b3c8d33ca8b2833c671fc Embperl is a module for embedding Perl code in HTML pages. See http:/