Re: Storing config values in-memory between sessions

2009-10-29 Thread Alan Young
2009/10/28 Mahesh Khambadkone : > Confused slightly by the Apache phases and how it plays with older CGI > scripts, what would be the best way to implement this in-memory cache > that can be dirtied from time to time? I would suggest using memcached. It's a daemon that will hold your data in memo

Re: Storing config values in-memory between sessions

2009-10-29 Thread Torsten Foertsch
On Thu 29 Oct 2009, Mahesh Khambadkone wrote: > As it seldom changes, we dont want to use a database for these > 'config values', yet need a way to retain in memory and dirty its' > value from time to time. Have a look at MMapDB which I have just uploaded to CPAN. I wrote this module some time ag

RE: mod-perl child process

2009-10-29 Thread Kulasekaran, Raja
Hi, The below method used to kill the child process after the successful execution of web request. $r->child_terminate(); How do I get the status that particular child process has been killed ?. Any suggestion on this ? Raja -Original Message- From: Kulasekaran, Raja Sent: Wednesday

Re: mod-perl child process

2009-10-29 Thread Perrin Harkins
On Thu, Oct 29, 2009 at 10:05 AM, Kulasekaran, Raja wrote: > How do I get the status that particular child process has been killed ? Are you talking about the exit status of the process? You can't get that. What are you trying to do? - Perrin

Re: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2)

2009-10-29 Thread Joe Niederberger
Should I conclude nobody is running mod_perl2 on the latest version of FreeBSD? - Original Message - From: "Joe Niederberger" To: "mod_perl list" Sent: Tuesday, October 27, 2009 10:04 PM Subject: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2) > Hello, > > Does anyone have the c

Re: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2)

2009-10-29 Thread Sin
Hello, Few weeks back I joined this mailling list to find out about this myself. I've been trying to get apache 2.x and mod_perl2 to run together for many many months now. My target application was OTRS. I've seen apache2 and mod_perl2 work with Debian no problem. I figured I was doing s

Re: Storing config values in-memory between sessions

2009-10-29 Thread Perrin Harkins
On Thu, Oct 29, 2009 at 12:13 AM, Mahesh Khambadkone wrote: > Confused slightly by the Apache phases and how it plays with older CGI > scripts, what would be the best way to implement this in-memory cache > that can be dirtied from time to time? You can't keep things in memory with CGI scripts be

Re: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2)

2009-10-29 Thread Joe Niederberger
Sadly, has the signs of a not-well technology. Anyone have opinions on a way forward? Is the answer Linux? - Original Message - From: "Sin" > > Few weeks back I joined this mailling list to find out about this myself. > I've been trying to get apache 2.x and mod_perl2 to run together fo

Re: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2)

2009-10-29 Thread André Warnier
Joe Niederberger wrote: Sadly, has the signs of a not-well technology. Anyone have opinions on a way forward? Is the answer Linux? I have no idea about FreeBSD, but I am using Apache 2.0 & 2.2, with mod_perl 2.x, on quite a lot of Linux (Debian, Suse, RedHat) systems, with a lot of satisfactio

Re: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2)

2009-10-29 Thread craig
Mr. Sin, I can't tell from your email exactly what isn't working for you, so will assume that you have similar problems as Mr. N. From my experience, the problem may be FreeBSD + libapreq2 2.12. My site runs FreeBSD 6.3. I could not get libapreq2 2.12 and associated Perl linkages (mod_apreq2-200

Re: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2)

2009-10-29 Thread Devin Teske
Running Apache 2.2.13 with mod_perl 2.0.4 and other sundry pieces on FreeBSD-4.11. Here's my compile notes (sorry if it's a little lengthy, just copy/pasted to minimize time spent on this): Paste: The Apache HTTP Server Project is an effort to develop and maintain an open-source HTTP server f

Re: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2)

2009-10-29 Thread Devin Teske
Oops =) Replace 'sr' with 'sudo' wherever encountered (corporate colloquialism). As somebody else said recently on this very same thread, it's likely that your problem is libapreq. And as they mentioned, the correct thing to do would be to build it from the ports tree (otherwise compiled by- hand

Re: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2)

2009-10-29 Thread gl...@gallien.net
I've been using apache2/mod_perl2 on FreeBSD for years. Currently using 6.3 and 7.2. Installing from ports should work fine, but I prefer to install separate versions of apache2 and mod_perl2 from source. Haven't had a problem installing either of those in sometime. Installing libapreq2 on Free

RE: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2)

2009-10-29 Thread Ihnen, David
I have helped configure apache2 on versions of BSD - whether it's the latest or not is not in my knowledge, as I was merely handed servers of relative newness and paid to make apache2/mod_perl run on them. I just compiled from source with the packages in the BSD package system, configured them,

Re: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2)

2009-10-29 Thread Joe Niederberger
How do I find out what *all* the special options needed are? Thanks, Joe N. - Original Message - From: To: "mod_perl list" Sent: Thursday, October 29, 2009 12:14 PM Subject: Re: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2) > I've been using apache2/mod_perl2 on FreeBSD for ye

Re: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2)

2009-10-29 Thread gl...@gallien.net
These are the steps I use to install libapreq2. # ./configure --with-apache2-apxs=/path/to/apache/apxs --with-expat=/usr/local --enable-perl-glue # gmake # gmake test # gmake install Except for the --with-expat flag, this is what is in the INSTALL doc. If you checkout from svn, run ./buildcon

Re: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2)

2009-10-29 Thread Adam Prime
You guys might want to take a look at this thread on apreq-dev http://marc.info/?t=12420765987&r=1&w=2 Specifically the last couple of posts from pgollucci (who is a freebsd, and mod_perl committer). If you can't get apreq2.12 to work, try 2.08. Adam Joe Niederberger wrote: How do I