Re: maintaining shared memory size (was: Re: swampedwithconnection?)

2005-08-30 Thread Tony Clayton
Quoting Badai Aqrandista <[EMAIL PROTECTED]>: > > > > >Then how do you know what to write in C? > > > > I have localized one subroutine that has been heavily called in the > search > function. That should be the way to pick the candidate, shouldn't > it? > > I have never done this and I am wo

Re: survey

2005-08-26 Thread Tony Clayton
Quoting Tony Clayton <[EMAIL PROTECTED]>: > Quoting Frank Wiles <[EMAIL PROTECTED]>: > > > On Fri, 26 Aug 2005 09:46:36 -0500 > > Tony Clayton <[EMAIL PROTECTED]> wrote: > > > > > Quoting Frank Wiles <[EMAIL PROTECTED]>: > > >

*nix distro compatibility (was Re: survey)

2005-08-26 Thread Tony Clayton
Quoting Fred Moyer <[EMAIL PROTECTED]>: > Frank Wiles wrote: > > > We tried last year to get a mod_perl advocacy movement going, > but > > not to many people were interested in helping with it. > > There is a mailing list just for the advocacy movement here: > > http://perl.apache.org/mai

Re: survey

2005-08-26 Thread Tony Clayton
Quoting Frank Wiles <[EMAIL PROTECTED]>: > On Fri, 26 Aug 2005 09:46:36 -0500 > Tony Clayton <[EMAIL PROTECTED]> wrote: > > > Quoting Frank Wiles <[EMAIL PROTECTED]>: > > > > > On Fri, 26 Aug 2005 10:32:33 -0400 > > > "Christopher

Re: survey

2005-08-26 Thread Tony Clayton
Quoting Frank Wiles <[EMAIL PROTECTED]>: > On Fri, 26 Aug 2005 10:32:33 -0400 > "Christopher H. Laco" <[EMAIL PROTECTED]> wrote: > > > Part of it may also be that I still see people and posts surprised > > that "mod_perl 2 is finished?". > > That could be as well. We should really get our 2.

Re: mod_perl2 and PHP

2005-08-06 Thread Tony Clayton
Quoting Thomas Klausner <[EMAIL PROTECTED]>: > Hi! > > Is it possible and advisable to write the complex part of an > application > (the Controller, if you like) in mod_perl2 and use PHP as a frontend > (or > View) ? It should be possible, perhaps by calling php from apache subrequests in the mo

[OT] viewing HTTP headers in IE/Firefox

2005-03-16 Thread Tony Clayton
This is off-topic for this list, but I thought I'd just mention for those that are troubleshooting HTTP issues, there are useful plugins for both IE and Firefox that show you both incoming and outgoing HTTP headers, including through https connections. For IE, there is an IE Explorer Bar add-on ca

Re: PerlTransHandler question

2005-03-09 Thread Tony Clayton
Quoting shawn <[EMAIL PROTECTED]>: So far this working on my development environment, but what I am really wondering about is if this will actually take the load off mod_perl? (it's a little hard for me to tell without significant traffic) Will the mod_perl server execute the page and release the

Re: Controlling licensed software?

2005-02-20 Thread Tony Clayton
Quoting Matisse Enzer <[EMAIL PROTECTED]>: This sounds like avery workable solution. CPAN is so wonderful :-) Ok, but beware... The effectiveness of any software licensing scheme depends entirely on the skill of the hackers you are trying to stop. For instance, to prevent a novice perl coder from

Re: [mp1] multiple handlers?

2004-11-29 Thread Tony Clayton
Quoting Geoffrey Young <[EMAIL PROTECTED]>: > using a PerlAuthenHandler in no way affects who can run in any other > apache > phase, such as fixups or (in your case) content generation. well, > outside > of the normal duties of an authen handler, anyway :) Geoff, Thanks for the great pointers

[mp1] multiple handlers?

2004-11-27 Thread Tony Clayton
Hi, I am using a 3rd party compiled apache module that implements a response handler, but DECLINES all the other handlers with no processing. I want to do authentication in mod_perl before calling the handler, based on some custom HTTP headers sent by the client. I understand that mod_perl lets

RE: Securing two scripts with mod_ssl

2004-10-27 Thread Tony Clayton
You can use mod_rewrite to force a redirect to the SSL port for requests coming in to port 80: RewriteEngine on RewriteRule ^/foo https://%{HTTP_HOST}/foo [L,R] -Tony Quoting Tim Howell <[EMAIL PROTECTED]>: > Philippe M. Chiasson wrote: > : Tim Howell wrote: > :: I've got several application