On Tue, 13 Mar 2001, Andrew Ho wrote:
> PH>Um, you're getting me confused now, but PerlSendHeader On means that
> PH>mod_perl WILL send headers.
>
> I recognize this confusion. Most recovering CGI programmers think that
> "PerlSendHeader On" means that you no longer have to do this in your CGI:
>
Hello,
PH>Um, you're getting me confused now, but PerlSendHeader On means that
PH>mod_perl WILL send headers.
I recognize this confusion. Most recovering CGI programmers think that
"PerlSendHeader On" means that you no longer have to do this in your CGI:
print "Content-type: text/html\n\n";
On Tue, 13 Mar 2001, Issac Goldstand wrote:
> The only problem was the PerlSendHeaders option. The first fifty or
> so times that I read the manpages, I understood that PerlSendHeader On
> means that mod_perl will SEND HEADERS, and that off meant supply your
> own... Somehow I figured out (eventu
On Tue, 13 Mar 2001, Daniel wrote:
>
>
>
> >> All scripts on
> >> site start with:
> >>
> >> use vars qw(%input $r);
> >> $r = Apache->request;
> >>
> >> This has worked fine...no complaints in log files...until I switched the
> >> handler from Registry to RegistryNG;
> >>
> >> Now I see occasion
On Tue, 13 Mar 2001 17:10:41 CST, Jarkko Hietaniemi wrote:
>sorry for not answering sooner. The suggested patch seems to work
>find with the development branch of Perl, and I believe Sarathy
>will apply the patch also to the maintenance branch.
There is a change in behavior here that looks somew
I believe that you need to load your module first, either in a startup file or
with PerlModule Me::MyHandler
Gene Dascher wrote:
> I have a handler that I want to contain all of my methods for access
> control, authentication and authorization. I have created the file with 3
> different methods
Gene Dascher wrote:
>
> I have a handler that I want to contain all of my methods for access
> control, authentication and authorization. I have created the file with 3
> different methods named access($$), authentication($$) and
> authorization($$). I have these methods set up thusly in the ht
I have a handler that I want to contain all of my methods for access
control, authentication and authorization. I have created the file with 3
different methods named access($$), authentication($$) and
authorization($$). I have these methods set up thusly in the httpd.conf
file:
PerlHa
[EMAIL PROTECTED] wrote:
>I am looking for a module that will allow me to use Client
>Certificates to authenticate the users. I am pretty sure I have come
>accros this before, but I cannot find it anywhere. Anybody know where
>I can find this.
>
>I have seached CPAN for 'cert', 'authen' and 'cl
It's only saving it up until that request is done with..
I put it in a pnote..works fine..
- Original Message -
From: "Ken Williams" <[EMAIL PROTECTED]>
To: "JR Mayberry" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, March 13, 2001 2:56 PM
Subject: Re: to clarify (getting
[EMAIL PROTECTED] (JR Mayberry) wrote:
>It's not really as plug and play as I was looking for..
>
>I'm surprised that theres no built in functionality to allow any of the
>post-handler phases to be able to retreive what was dumped out...
If you think about it, it would be a terrible idea to allow
>> All scripts on
>> site start with:
>>
>> use vars qw(%input $r);
>> $r = Apache->request;
>>
>> This has worked fine...no complaints in log files...until I switched the
>> handler from Registry to RegistryNG;
>>
>> Now I see occasional:
>> Variable "$r" will not stay shared at /home/httpd
Well, the first time someone downloads a 100MB file from your site,
you'll understand why apache doesn't save what it sends to the
browser.
The other solution is to assemble your outout into some sort of
scalar, then check it within your handler and save whatever it is
you're looking for into
I have set up a cgi script that will display an error message and
send an email to the administrator and placed that into the
httpd.conf file via
ErrorDocument 500 /cgi-bin/bad.pl
I have about 30 different "Apps" that are native mod perl modules
(written from scratch, not cgi converts). When
It's not really as plug and play as I was looking for..
I'm surprised that theres no built in functionality to allow any of the
post-handler phases to be able to retreive what was dumped out...
oh well..
- Original Message -
From: "Matt Sergeant" <[EMAIL PROTECTED]>
To: "JR Mayberry" <[
On Tue, 13 Mar 2001, JR Mayberry wrote:
> I actually dont want to change whats outgoing -- I just want to know what it
> is..
And the answer remains the same. Apache::Filter.
--
/||** Founder and CTO ** ** http://axkit.com/ **
//||** AxKit.com Ltd ** ** XML Applica
If you download our Perl objects @
http://www.extropia.com/development/webware2/webware2.html, I have an
AuthManager::Certificate which implements client certificate authentication.
Probably the best place to download the code for that is on the
extropiaperl project at sourceforge if you want
I actually dont want to change whats outgoing -- I just want to know what it
is..
- Original Message -
From: "Ken Williams" <[EMAIL PROTECTED]>
To: "JR Mayberry" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, March 12, 2001 7:20 PM
Subject: Re: to clarify (getting what was pri
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi. I just got around to playing with mod_perl after a considerable
amount of time that I'd relied on mod_Cgi. First and foremost, I
really, really, really love it and would have switched much sooner
had someone simply explained to me the one differ
On Tue, 13 Mar 2001, [EMAIL PROTECTED] wrote:
> I am looking for a module that will allow me to use Client
> Certificates to authenticate the users. I am pretty sure I have come
> accros this before, but I cannot find it anywhere. Anybody know where
> I can find this.
>
> I have seached CPAN for
I am looking for a module that will allow me to use Client
Certificates to authenticate the users. I am pretty sure I have come
accros this before, but I cannot find it anywhere. Anybody know where
I can find this.
I have seached CPAN for 'cert', 'authen' and 'client', but unless I
am overloo
21 matches
Mail list logo