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
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]>:
> > >
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
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
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.
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
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
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
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
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
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
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
12 matches
Mail list logo