RE: requre,use, modules, namespace...I'm confused...

2001-07-01 Thread Wang Xingyu 王兴宇 [上海]
I have same question.And my solution: 1.In httpd.conf PerlAddVar conf /home/httpd/site1/cgi-bin/configure.cgi PerlAddVar conf /home/httpd/site2/cgi-bin/configure.cgi PerlAddVar conf /home/httpd/site3/cgi-bin/configure.cgi 2.In your test.cgi use vars qw(%conf); my $site

Re: API Design Question

2001-07-01 Thread Stas Bekman
On Sat, 30 Jun 2001, Steven Lembark wrote: > > > > Note that if they do get called this will end up using more memory than if > > you had just loaded them during startup, since they won't be shared between > > child processes. > > Original assumption is that they are called infrequently. You'll

requre,use, modules, namespace...I'm confused...

2001-07-01 Thread swade
Hi, I've read the docs on traps in using require and use, etc in mod_perl...I'm confused heres what I'm trying to figure out...   lets say I have 3 sites on 1 box. so I have /home/httpd/site1 /home/httpd/site2 /home/httpd/site3   each of them host the same scripts. so if my script is

Re: SSL and thin/fat server setups.

2001-07-01 Thread Gunther Birznieks
At 02:07 PM 6/29/2001 -0500, Christopher L. Everett wrote: >Hello all, > >I've been running apache+mod_perl servers with apache+mod_ssl >front-ends, and been quite happy with this type of setup for >quite some time. > >Now I need to use SSL certificates for authenticating users >of an online datab

Re: SSL and thin/fat server setups.

2001-07-01 Thread Mads Toftum
On Fri, Jun 29, 2001 at 02:07:50PM -0500, Christopher L. Everett wrote: > Hello all, > > I've been running apache+mod_perl servers with apache+mod_ssl > front-ends, and been quite happy with this type of setup for > quite some time. > > Now I need to use SSL certificates for authenticating user

RE: push_handlers and PerlAuthenHandler troubles

2001-07-01 Thread Christian Gilmore
There are known bugs in push_handlers/set_handlers that I believe are corrected in CVS and should be part of the 1.26 release. Perhaps these bugs are the problem. Regards, Christian > -Original Message- > From: Bolt Thrower [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 25, 2001 10:50 P

SSL and thin/fat server setups.

2001-07-01 Thread Christopher L. Everett
Hello all, I've been running apache+mod_perl servers with apache+mod_ssl front-ends, and been quite happy with this type of setup for quite some time. Now I need to use SSL certificates for authenticating users of an online database. It seems like there's no way to get the SSL information th

Re: osx mod_perl

2001-07-01 Thread vzhulkovsky
Chris there is an article on stepwise how to install mod_perl as a DSO module on mac osx server for Apache 1.3.11 with perl 5.005_02 http://www.stepwise.com/Articles/Workbench/BuildingModPerl.html the article is from January 29, 2000. maybe it will give you some idea there is also article on hotwi

SSL and thin/fat server setups.

2001-07-01 Thread Christopher L. Everett
Hello all, I've been running apache+mod_perl servers with apache+mod_ssl front-ends, and been quite happy with this type of setup for quite some time. Now I need to use SSL certificates for authenticating users of an online database. It seems like there's no way to get the SSL information th

Re: [Apache] Re: [CGI] CGI Script don´t run under Linux´s Apache

2001-07-01 Thread Oliver
Hello People, OK I looked into the Error_Log there it is written: Premature end of script header What can it be? Olli - Original Message - From: "Phil Buckley" <[EMAIL PROTECTED]> To: "Oliver" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL P

mod_perl/dynaloader problem...

2001-07-01 Thread Jim Woodgate
Sorry if this is a known problem, but I didn't see anything in the archives and I've installed these a bunch of times before without a problem Mandrake 8.0 perl-5.6.1 mod_perl-1.25 apache-1.3.20 I had problems compiling Apache::Request with the default Mandrake perl/apache packages, so I downlo

CGI Script don´t run under Linux´s Apache

2001-07-01 Thread Oliver
Hello, I spent a couple of days and nights getting the Apache 1.3 running - Now I run some tests with simple CGI-Scripts which were working on another webserver very well AND everytime I try to run the Perl script from cgi-bin I get the well known ERROR 500 message. On other machines they are run

push_handlers and PerlAuthenHandler troubles

2001-07-01 Thread Bolt Thrower
For a particular Location, I'd like to selectively (i.e., based on arbitrary criteria) determine whether a visitor needs authentication. So I set up a Location section in httpd.conf as follows: AuthType Apache::AuthTicket AuthName HomeIntranet PerlAuthenHandler Intranet::CheckS