Re: loss of shared memory in parent httpd (2)

2002-03-17 Thread Eric Frazier
Hi, This may be totaly ignorate crap, but I noticed this when I was reading the ps man page on BSD 4.5 about sys/proc.h flags This one I noticed.. P_SYSTEM 0x00200System proc: no sigs, stats or swapping Could this mean what I think it means? That a process with this flag set, w

LWP::Parallel error

2002-03-17 Thread Parag R Naik
 I get the following error  . can any body help .i install ParallelUserAgent-2.51.tar.gz does it require some additional modules .     Can't locate object method "new" via package "LWP::Parallel::Protocol::http::Socket" Regards   Parag R NaikPhone : 5093100(off)   Tough times dont last for a

Re: Trouble w/ LWP during mod_perl install

2002-03-17 Thread Stas Bekman
John Kolvereid wrote: > Hi Ade, >I am sending the errs as an attachment. Thanks. It helps to actually *look* at the build log: > Will configure via APACI ... > o ssl_module uses ConfigStart/End > + SSL interface: mod_ssl/2.8.5 > + SSL interface build type: DSO > + SSL

Re: Trouble w/ LWP during mod_perl install

2002-03-17 Thread John Kolvereid
Hi Ged, Thanks for sticking in there w/ me. This is anything but simple. It's like anything else - if you understand it you cannot understand why other can't see it your way. I have been reading and trying many things. They all seem to converge on the configure aspect. There are a great man

RE: Trouble w/ LWP during mod_perl install

2002-03-17 Thread John Kolvereid
Hi RB, Here is the configuration I tried: perl Makefile.PL \ APACHE_PREFIX=/usr/local/apache \ APACHE_SRC=/home/ssl/apache_1.3.22 \ USE_APXS=1 \ WITH_APXS=/usr/local/apache/bin/apxs \ DO_HTTPD=1 \ USE_APACI=1 \ EVERYTHING=1 Both w/ and w/o the APACHE_PRFIX and APA

Re: Trouble w/ LWP during mod_perl install

2002-03-17 Thread John Kolvereid
Hi Ade, I am sending the errs as an attachment. Thanks. John Kolvereid --- Ade Olonoh <[EMAIL PROTECTED]> wrote: > > Most of their steps I had followed before. Now > I > > tried to config mod_perl w/ the following config > file > > as they had suggested: > > perl Makefile.PL \ >

Re: Trouble w/ LWP during mod_perl install

2002-03-17 Thread Ged Haywood
Hi there, On Sun, 17 Mar 2002, John Kolvereid wrote: > In order to try and install mod_perl-1.26 in RedHat > 6.2 w/ Apache 1.3.22 I, as ROOT, run the following > in my /home/ssl/mod_perl-1.26: > perl Makefile.PL \ [snip] [snip] > Then I try running > /usr/local/apache/bin/apachectl s

Re: [ANNOUNCE] Apache::FillInForm

2002-03-17 Thread Maurice Aubrey
On Sun, Mar 17, 2002 at 05:19:37PM -0500, Ade Olonoh wrote: > > httpd.conf: > > > > PerlModule Apache::Filter > > PerlModule Apache::FillInForm > > > > PerlSetVar Filter on > > PerlHandler Apache::RegistryFilter Apache::FillInForm > > > > > > And

Re: [ANNOUNCE] Apache::FillInForm

2002-03-17 Thread Maurice Aubrey
On Sun, Mar 17, 2002 at 04:27:21PM +, Mark Maunder wrote: > Why not just use HTML::FillInForm? > Maurice Aubrey wrote: > > This is just a wrapper, similar to Apache::Clean, that makes it simpler in certain situations. If your c

Re: Trouble w/ LWP during mod_perl install

2002-03-17 Thread Ade Olonoh
> Most of their steps I had followed before. Now I > tried to config mod_perl w/ the following config file > as they had suggested: > perl Makefile.PL \ > APACHE_PREFIX=/usr/local/apache \ > APACHE_SRC=/home/ssl/apache_1.3.22 \ > SSL_BASE=/usr/local/ssl \ > APACI_ARGS='--enable-module

RE: Trouble w/ LWP during mod_perl install

2002-03-17 Thread OCNS Consulting
John, Consider building mod_perl as a DSO outside of Apache. Look for the section title "Build mod_perl as DSO outside Apache source tree via APXS" in the file INSTALL.apaci. This should work for you. Let us know. RB -Original Message- From: John Kolvereid [mailto:[EMAIL PROTECTED]]

Re: Trouble w/ LWP during mod_perl install

2002-03-17 Thread John Kolvereid
Hi Ade, I followed your suggestion and went to http://perl.apache.org/guide/install.html#mod_perl_and_mod_ssl_openssl_ Most of their steps I had followed before. Now I tried to config mod_perl w/ the following config file as they had suggested: perl Makefile.PL \ APACHE_PREFIX=/usr/loca

Re: [ANNOUNCE] Apache::FillInForm

2002-03-17 Thread Ade Olonoh
> httpd.conf: > > PerlModule Apache::Filter > PerlModule Apache::FillInForm > > PerlSetVar Filter on > PerlHandler Apache::RegistryFilter Apache::FillInForm > > > And then somewhere in your application: > > use Apache::FillInForm; >

Re: Trouble w/ LWP during mod_perl install

2002-03-17 Thread Ade Olonoh
> Then I try running > /usr/local/apache/bin/apachectl startssl > > Unfortunately I get the msg: > Syntax error on line 206 of > /usr/local/apache/conf/httpd.conf: > Invalid command 'LoadModule', perhaps mis-spelled or > defined by a module not included in the server > confi

Re: [ANNOUNCE] The New "mod_perl" logo - results now in...

2002-03-17 Thread Matt Sergeant
On Mon, 18 Mar 2002, Steve Piner wrote: > I definitely agree with this. I'd like to see some more colour > variations (maybe just background colours even) to allow it to fit into > a site's design better. > > Jonathan asked whether we should have just one button, or several. I'd > say just one th

Re: [ANNOUNCE] The New "mod_perl" logo - results now in...

2002-03-17 Thread Steve Piner
Mark Fowler wrote: > > On Fri, 15 Mar 2002, Jonathan M. Hollin wrote: > > > However, I request your comments on this idea: should we have just one > > button (helping to develop a distinct identity for mod_perl) or should > > we have several (for choice)? It's up to you... > > I think that

ANNOUNCE: Bricolage 1.2.3

2002-03-17 Thread David Wheeler
The Bricolage development team is proud to announce the release of Bricolage version 1.2.3. This is a maintenance release with many bug fixes. It replaces the 1.2.2 release, which , due to a packaging error, was a broken distribution. All Bricolage 1.1.x and 1.2.x users are strongly encouraged to

Re: Trouble w/ LWP during mod_perl install

2002-03-17 Thread John Kolvereid
Hi Ged, In order to try and install mod_perl-1.26 in RedHat 6.2 w/ Apache 1.3.22 I, as ROOT, run the following in my /home/ssl/mod_perl-1.26: perl Makefile.PL \ APACHE_PREFIX=/usr/local/apache \ APACHE_SRC=/home/ssl/apache_1.3.22 \ SSL_BASE=/usr/local/ssl \ DO_HT

Re: Trouble w/ LWP during mod_perl install

2002-03-17 Thread Ged Haywood
Hi there, On Sun, 17 Mar 2002, John Kolvereid wrote: > I got your name from the mod_perl mailing list, Please post to the list, not to an individual member, unless you are replying to a message from that member on the list - in which case you should normally cc the list. (You will find more he

Re: [OT][ANNOUNCE] The New "mod_perl" logo - results now in...

2002-03-17 Thread Joachim Zobel
At 17:01 16.03.2002 +0100, you wrote: >Recently I had a discussion with a Java programmer, who said that >mod_perl is a try to save the obsolete language Perl. His argument was >that only Java programmers are searched, especially here in Europe. Naaah. Visual Basic is dominating enterprise applic

RE: loss of shared memory in parent httpd

2002-03-17 Thread Eric Frazier
Hi, I had hoped that FreeBSD would be immune, but it seems not. I have been bashing it with http_load and all of a sudden(after a LOT of bashing and swaping) all of my processes had zero shared. It did take me days of fiddling to run into this though. Thanks, Eric At 04:16 PM 3/16/02 -0500,

Re: [ANNOUNCE] The New "mod_perl" logo - results now in...

2002-03-17 Thread Matt Sergeant
OK, here's my attempt at SVGing the logo. Works in Adobe's SVG viewer (Linux and Windows). I'll work on animating it next (making the cog spin). -- <:->Get a smart net mod_perl logo Michael Demers' mod_perl logo mod perl

Re: [ANNOUNCE] Apache::FillInForm

2002-03-17 Thread Mark Maunder
Why not just use HTML::FillInForm? Maurice Aubrey wrote: > > I'll put it on CPAN if there's interest. > > NAME > Apache::FillInForm - mod_perl interface to HTML::FillInForm > > SYNOPSIS > httpd.conf: > > PerlModule Ap

[ANNOUNCE] Apache::FillInForm

2002-03-17 Thread Maurice Aubrey
I'll put it on CPAN if there's interest. NAME Apache::FillInForm - mod_perl interface to HTML::FillInForm SYNOPSIS httpd.conf: PerlModule Apache::Filter PerlModule Apache::FillInForm PerlSetVar F

RE: loss of shared memory in parent httpd

2002-03-17 Thread Ged Haywood
Hi all, On Sat, 16 Mar 2002, Bill Marrs wrote: > leads ones to wonder if some of our assumptions or tools used to > monitor memory are inaccurate or we're misinterpreting them. Well 'top' on Linux is rubbish for sure. 73, Ged.