Apache::AuthCookie and what's required

2003-01-07 Thread Gareth Kirwan
Title: Gareth Stationery Morning all, Diving straight in... This is my first time using Apache::AuthCookie for Authorization and Authentication ... but when I've been pencilling my plan out I'm already afraid I might need to go a different route - so I thought I'd post here and see what

Re: Apache::AuthCookie and what's required

2003-01-07 Thread domm
Hi! On Tue, Jan 07, 2003 at 09:30:32AM -, Gareth Kirwan wrote: Hence I'm thinking that I'll need something using the model of require species hamster ( from Apache::AuthCookie documentation ) However I can't find out the significance of the word species ... hamster is the subroutine in

Re: Apache::AuthCookie and what's required

2003-01-07 Thread domm
Hi! On Tue, Jan 07, 2003 at 11:20:25AM +0100, [EMAIL PROTECTED] wrote: From perldoc Apache::AuthCookie: o authorize() This will step through the require directives you've given for protected documents and make sure the user passes muster. The require valid-user and require

RE: Apache::AuthCookie and what's required

2003-01-07 Thread Gareth Kirwan
Now THAT makes perfect sense to me! However that's not what you'll find here: http://www.perldoc.com/cpan/Apache/AuthCookie.html This will step through the require directives you've given for protected documents and make sure the user passes muster. The require valid-user and require user

Re: Query

2003-01-07 Thread Ken Y. Clark
On Tue, 7 Jan 2003, Chandrasekhar R S wrote: Date: Tue, 7 Jan 2003 12:52:27 +0530 From: Chandrasekhar R S [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Query I am having a requirement as follows : I need to execute/interpret the perl requests away from mod_perl. Like, could

RE: Query

2003-01-07 Thread Chandrasekhar R S
Hello Ken, You gave me a glimmer of hope and enthusiasm. I have scanned through the recent postings on Mod Perl list in vain. I would like to know any such standalone servers that could process the perl requests offline (taking requests from a file or queue end). I

Re: Query

2003-01-07 Thread Perrin Harkins
Chandrasekhar R S wrote: I am having a requirement as follows : I need to execute/interpret the perl requests away from mod_perl. Can you explain why you want to do this? Your stated requirement is already met by CGI, FastCGI, SpeedyCGI, and a bunch of other things, but we can't really

[mp2] config: Perl directive missing closing ''

2003-01-07 Thread Dmitri Tikhonov
Hi, I am in the process of converting to Apache2/mod_perl2. My old httpd.conf file contains these lines (stuff in the middle omitted): - LoadModule perl_module /usr/libexec/mod_perl.so Perl $ServerAdmin =

RE: Query

2003-01-07 Thread Ken Y. Clark
On Tue, 7 Jan 2003, Chandrasekhar R S wrote: Date: Tue, 7 Jan 2003 21:38:57 +0530 From: Chandrasekhar R S [EMAIL PROTECTED] To: 'Ken Y. Clark' [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: Query Hello Ken, You gave me a glimmer of hope and enthusiasm. I have scanned through

Re: Query

2003-01-07 Thread Jean-Michel Hiver
I definitely would like to get fancier as my requirement is immediate. Upon finding a server that could process the requests away from mod_perl, I most probably would modify mod_perl to communicate with the standalone servers via sockets (and maybe maintain persistence). Don't. You

[mp2] input filter

2003-01-07 Thread Steve
**Hi again. I just noticed my last post regarding this was html formatted, so I'm going to try again. Sorry about that everybody! ** I'm having some trouble configuring an input filter.. I'm using Apache 2.0.43, mod_perl 1.99_08-dev and perl 5.8.0. In httpd.conf, I just did this inside a

Re: Apache::DBI

2003-01-07 Thread Randy Kobes
On Mon, 6 Jan 2003, Paul Simon wrote: --- Randy Kobes [EMAIL PROTECTED] wrote: Are you using the latest versions of DBI and DBD::ODBC? If not, does an upgrade help? Those modules are - whatever was bundled with your first, warmly supplied :), Perl 5.8 + apache2 package on theoryx5.

ANNONCE: Apache::Dynagzip 0.09

2003-01-07 Thread Slava Bizyayev
The uploaded file Apache-Dynagzip-0.09.tar.gz has entered CPAN as file: $CPAN/authors/id/S/SL/SLAVA/Apache-Dynagzip-0.09.tar.gz size: 30564 bytes md5: 5b73248a2ae1d8f3bda0a24b9915a653 The main contribution to this version was made by Vlad Jebelev. Vlad submitted patch which helps to survive

RE: Query

2003-01-07 Thread Chandrasekhar R S
Dear All, Let me explain my scenario. We are having a secure OS and we plan to integrate mod_perl with the Apache webserver already available on the OS. Being a secure server, it mandates that none of the exec's be done on the server itself, as these potentially can be malicious.

RE: Query

2003-01-07 Thread George Valpak
rsr, Sounds like you need 2 apaches, on separate physical servers - The front end is called thin, and does not have mod perl at all, since nothing will run there. It lives mainly to proxy the perl requests to the second apache (often called heavy) will live on an inside IP address only (eg.

Re: sesion managing

2003-01-07 Thread Enrico Sorcinelli
On Mon, 30 Dec 2002 09:46:41 + koudjo ametepe [EMAIL PROTECTED] wrote: hi everbody , How do you do I developping an intranet project with perl and Mysql . I encounter a problem and still i haven't found a solution .The problem is previously i was using php/mysql ; with the function

RE: [OT] Query

2003-01-07 Thread Rob Bloodgood
I would like to know any such standalone servers that could process the perl requests offline (taking requests from a file or queue end). I definitely would like to get fancier as my requirement is immediate. Upon finding a server that could process the requests away from