Re: newbie question mod_perl2 ajax

2008-08-16 Thread Collin Monahan
> Under mod_perl, packages/scripts remain in memory across requests, for the > duration of the Apache child. > The second issue is that, due to the stateless nature of HTTP, requests are > dispatched to Apache/mod_perl children at random. You can't store > information about a particular user or

Re: newbie question mod_perl2 ajax

2008-08-15 Thread Dondi M. Stroma
From: "Collin Monahan" <[EMAIL PROTECTED]> I'm trying to learn how to use mod_perl2 along with Ajax. Everything was humming along until it seemed like perhaps Apache had a couple instances of my handler in memory, and what I had declared as module variables were existent in two different state

Re: Newbie question -- how to get Apache to pick up the latest version of perl?

2006-06-02 Thread Philip M. Gollucci
Chris Bucchere wrote: Please forgive the newbie question -- I've been searching but I'm not able to narrow my results because my search terms are too broad. As I sure is the case with many folks out there, I have more than one version of perl on my linux box. In order to install some opensourc

Re: Newbie question re: opendir

2005-05-25 Thread Simon Perreault
On Wednesday 25 May 2005 10:46, Paul Murphy wrote: > [...] Fedora Core 3 [...] > > opendir(DIR, '/usr/local/src/') or die ('Failed because of $!'); > > Gives > > ...[error] Can't open directory because of Permission denied. I guess that it's because of SELinux, which is enabled by default on FC3.

Re: newbie question already searched the faqs and archives

2005-05-23 Thread Foo Ji-Haw
What does error.log say? Donald Lee wrote: Hello, I am looking for some help getting started with mod_perl. I am at a stopping point where I am at a loss... my setup is as follows: windows xp pro w/sp2 apache 2.0.54 active perl, v5.8.6 built for MSWin32-x86-multi-thread I am already consultin

Re: newbie question - how to trap an HTTP GET (pre & post) but letting apache do the real work?

2004-02-03 Thread Ged Haywood
Hi there, On Tue, 3 Feb 2004, Ian Huynh wrote: > Is it possible to use mod_perl to handle the following > > on a HTTP GET or POST, do the following > a) on invocation of GET or POST use perl/mod_perl to do an external call to > perform a task > b) let apache handle the GET/POST as normal >

Re: Newbie question...

2003-11-13 Thread Tom Schindl
No that's not right. At least the tar.gz I downloaded does ***NOT*** include any mod_perl, anybody could correct me here but I think it should not get to the archives that apache ships with mod_perl, and one does not have to download it. I think that your mod_perl is coming from all commands/compi

Re: Newbie question...

2003-11-13 Thread Tom Schindl
Strange. I did completely the same last week on my mdk-9.2 installation and no problem. Have you really used the perl Makefile.PL call I did? The mod_perl Makefile.PL builds your apache automatically. I'd suggest removing all files and starting once more. Simply put your apache.tar.gz and mod_per

Re: Newbie question...

2003-11-13 Thread Ken Corey
Ah, okay, found out a solution (but not the cause). Turns out that apache 1.3.29 ships with mod_perl 1.29 as an extension already. When I configured apache with this: ./configure \ --activate-module=src/modules/perl/libperl.a and then did a make && make install, the mod_perl installatio

Re: Newbie question...

2003-11-13 Thread Ken Corey
Thanks for writing, but using 'EVERYTHING=1' doesn't solve it for me. Even worse, with EVERYTHING=1, the install fails the tests, too (in addition to Apache::Log not being provided). -Ken On Thu, 2003-11-13 at 13:28, Thomas Schindl wrote: > I had completely the same problem myself, starting Apac

Re: Newbie question...

2003-11-13 Thread Thomas Schindl
Hi, I had completely the same problem myself, starting Apache with AxKit. http://www.gossamer-threads.com/archive/mod_perl_C1/modperl_F7/Problems_installing_mp1_and_apache-1.3.28_P73387/ Tom On Thu, 2003-11-13 at 13:45, Ken Corey wrote: > Hi All. > > I've had a search through the archives, and