responses of those that have lead me to that
information.
Jim
On 3/18/2021 2:14 PM, Michel Jansen wrote:
Hi there,
If it broken it doesnt have to be fixed. Our purchase system is running almost
20 years on modperl and there is no reason for is to stop this. We are very
happy with it. How about th
it clear when an Apache project
has reached its end of life."
To paraphrase... "the Apache Attic is not intended for bug fixes or
releases"
I see processes for moving out of the Attic, but without active
development, I assume that is unlikely.
Is that a reasonable summary?
Jim
On 3/18/2021 10:41 AM, Ruben Safir wrote:
On Thu, Mar 18, 2021 at 10:37:02AM -0400, Jim Albert wrote:
When mod_perl does come to an end what would an End of Life look like?
maybe we can focus on keeping it maintained... really.
A secure well written project like modperl doesn't nee
n the need for EOL?
Jim
reach their end. Is it structured or do
some just suddenly disappear?
Jim
On 3/18/2021 1:05 AM, Fred Moyer wrote:
Longer response here.
So I'm happy to be another active PMC member still involved. As
someone with a growing family, my time is limited, but not too much to
review and le
lt to duplicate at least to continue to do so in Perl. Perhaps
the ModPerl::PerlRun approach of keeping Perl and modules in memory is a
potential starting point for discussion for those using mod_perl at the
most basic level.
Jim
lity be discovered or a future Apache release present some
compatibility issue... maybe someone steps up and provides a fix...
that's a big maybe.
Jim
On 3/17/2021 10:39 PM, Adam Prime wrote:
I think if you want to discuss alternatives, then a new thread would
be the place to do that.
W
g that puts and end to it. EG.. some future Apache
incompatibility. I'd really like someone with mod_perl authority to
tell me I'm wrong, but my take on Adam's reply pretty much leaves me
with that conclusion. I don't see another way to draw a better conclusion.
Jim
On 3/17
On 7/27/2015 10:30 AM, Jim Garrison wrote:
> Every example for Apache2::AuthCookie shows
>
> ...
> WhatEverPath /
> ...
>
That should of course be
PerlSetVar WhatEverPath /
--
Jim Garrison (j...@acm.org)
PGP Keys at http://www.jhmg.net RSA 0x04B73B7F DH 0x70738D88
parameter affect the behavior of AuthCookie,
and under what circumstances would its value not be "/"?
Thanks
--
Jim Garrison (j...@acm.org)
PGP Keys at http://www.jhmg.net RSA 0x04B73B7F DH 0x70738D88
On 7/15/2015 5:07 PM, Jim Garrison wrote:
> I have the following config
>
>
[snip]
>
> However it's getting empty strings for the values. This was working
> when the PerlSetVar directives were outside the VirtualHost block.
It seems when you access dir_config through
ives were outside the VirtualHost block.
According to the documentation
https://perl.apache.org/docs/2.0/user/config/config.html#mod_perl_Directives_Argument_Types_and_Allowed_Location
PerlSetVar is scoped "DIR" meaning it can appear in Directory,
Location or Files blocks. What am I doing wrong?
--
Jim Garrison (j...@acm.org)
PGP Keys at http://www.jhmg.net RSA 0x04B73B7F DH 0x70738D88
-- NOT OK
Failed during this command:
SHAY/Apache-Reload-0.13.tar.gz : writemakefile NO
'/usr/bin/perl Makefile.PL INSTALLDIRS=site' returned status 65280
Googling "Undefined subroutine &Symbol::gensym" turns up only
4 hits, all of them from 2004.
Any suggestions
On 7/8/2015 4:44 PM, Kevin A. McGrail wrote:
> Anything like selinux?
>
> If you put the startup.pl in the same dir as the config file and chown
> to the same user apache is using?
>
> Regards,
> KAM
>
> On 7/8/2015 7:38 PM, Jim Garrison wrote:
>> Running
3 '/usr/lib64/perl5/vendor_perl'
4 '/usr/share/perl5/vendor_perl'
5 '/usr/lib64/perl5'
6 '/usr/share/perl5'
7 '.'
The fact that element [0] in @INC has that value shows the script
executed successfully.
Any suggestions on further troubleshooting?
--
Jim Garrison (j...@acm.org)
PGP Keys at http://www.jhmg.net RSA 0x04B73B7F DH 0x70738D88
In light of Joe Schaefer's response, I appear to be outgunned. So, if
nothing else, can someone please clarify whether "de-chunked" means
re-assembled?
-Jim
On Wed, 3 Jul 2013, Jim Schueler wrote:
Thanks for the prompt response, but this is your question, not mine. I
hard
So it never returns 0, even in a pipeline request (if
no data is available, it simply waits). I don't wish to discuss the
merits here, but there is no technical imperative for a content-length
request in the request header.
-Jim
On Wed, 3 Jul 2013, Bill Moseley wrote:
Hi J
e core.
By your last paragraph, I'm really lost. Since you're already passing the
request as a file handle, I'm guessing that Catalyst creates the
tempororary file for the *response* body. Can you please clarify? Also,
what do you mean by "de-chunking"? Is that the s
participated here for 14 or 15 years). What's up with that?
Thanks for letting me get that off my chest.
-Jim
On Fri, 31 May 2013, Fred Moyer wrote:
In their absence, I'd note that your post has an interesting ambiguity: Is
the number of unsupported modules 2.5% or 25%?
The
) the
number might be much higher.
-Jim
On Fri, 31 May 2013, André Warnier wrote:
Just butting in, apologies.
It may not have been Jim's intention below, but I get the impression that his
comments on CPAN are a bit harsh.
It is true that a number of modules are apparently no longer su
onse, I've concluded that Apache::DBI is no longer supported and has
been superceded by newer modules. Especially if no one responds and
explicitly accepts the responsibility, this seems like the most
appropriate answer for the poster of the original thread.
I owe you a :) from a couple
There's an existing thread with an Apache::DBI question. But since I want
to post a separate question to this list, I decided to start a new thread.
Just got done reading the Man page for Apache::DBI. One of the last
notes suggests that this package is obsolete (having been replaced by
Class
subscribe.
-Jim
On Fri, 31 May 2013, Xinhuan Zheng wrote:
I believe I am using "my" declaration rather than "local". I also tried
explicitly disconnect but still have same issue. Since it only happens in
parent/child processes, I don't know a good way to debug parent/ch
Perrin is right. But fundamentally, I'd say that you're confusing
'local' and 'my' variable scoping:
http://www.perlmonks.org/?node_id=94007
-Jim
On Fri, 31 May 2013, Perrin Harkins wrote:
Try an explicit disconnect() call.
- Perrin
On Thu, May 30,
Did this solve your problem?
-Jim
On Wed, 29 May 2013, Perrin Harkins wrote:
Hi,
Apache::DBI is supposed to skip caching if you connect during startup. You
should just need to disconnect your database handle after you finish with
it. It sounds like you're opening it and then leavi
a child starts or ends? Or just the main
process?
Why does your error message say Process ID=0? Are other messages
different? Does the error show up on the command line or in the log?
-Jim
On Wed, 29 May 2013, Xinhuan Zheng wrote:
Hi,
I have apache 2.2.23 statically compiled with
Here's the code I mentioned in my last post. It's included in my distro
NoSQL::PL2SQL
#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"
#include "ppport.h"
SV* typeis ( SV* what ) ;
SV* typeis ( SV* what )
{
if ( SvIOK( what ) )
return newSVpvs( "integer" ) ;
you tried an alternative? It's only a
couple lines of code to roll your own.
-Jim
On Thu, 23 May 2013, Neil Bowers wrote:
Hi,
I've got a mod_perl handler which has been working fine for a long time, but
just recently two people have managed to trigger a seg fault under specific
c
To clarify, I meant to say, "I only occassionally write handlers". :)
-Jim
On Tue, 30 Apr 2013, Chris Faust wrote:
Thanks Jim, I'm going to give that a try and see if I can get it to work.
-Chris
-Original Message-
From: Jim Schueler [mailto:jschue...@eloquency.com
;
$r->send_http_header ;
$r->print( $content->output ) ;
return Apache2::Const::REDIRECT ;
Originally, I wondered about using a "multipart/mixed" response type.
I've never heard that any browser supports such a thing. Although that
seems like a more elegant solution
7;ve relied on javascript. But there may be reasons for not wanting a
different type solution.
-Jim
On Tue, 30 Apr 2013, Chris Faust wrote:
Hi,
I'm trying to have a form submission package up the results in a xls file
and then start the download for the user as well as present a pa
On 4/23/2013 3:27 PM, Ryan Perry wrote:
On Tue, Apr 23, 2013 at 2:09 PM, Jim Albert mailto:j...@netrition.com>> wrote:
On 4/23/2013 2:33 PM, Ryan Perry wrote:
On Tue, Apr 23, 2013 at 12:47 PM, Jim Albert mailto:j...@netrition.com>
<mailto:j...@netrition.c
On 4/23/2013 3:09 PM, Jim Albert wrote:
On 4/23/2013 2:33 PM, Ryan Perry wrote:
On Tue, Apr 23, 2013 at 12:47 PM, Jim Albert mailto:j...@netrition.com>> wrote:
On 4/23/2013 1:36 PM, Ryan Perry wrote:
On Tue, Apr 23, 2013 at 12:23 PM, Jim Albert mailto:j...@netriti
On 4/23/2013 2:33 PM, Ryan Perry wrote:
On Tue, Apr 23, 2013 at 12:47 PM, Jim Albert mailto:j...@netrition.com>> wrote:
On 4/23/2013 1:36 PM, Ryan Perry wrote:
On Tue, Apr 23, 2013 at 12:23 PM, Jim Albert mailto:j...@netrition.com>
<mailto:j...@netrition.c
On 4/23/2013 1:36 PM, Ryan Perry wrote:
On Tue, Apr 23, 2013 at 12:23 PM, Jim Albert mailto:j...@netrition.com>> wrote:
On 4/23/2013 1:08 PM, Ryan Perry wrote:
I've considered doing it daily via cron, but if there's a way to
do when
I hit this
On 4/23/2013 1:08 PM, Ryan Perry wrote:
I've considered doing it daily via cron, but if there's a way to do when
I hit this error I'd prefer that.
On Tue, Apr 23, 2013 at 12:02 PM, Jim Albert mailto:j...@netrition.com>> wrote:
On 4/23/2013 11:49 AM, Ryan Perry wrot
idea in general if even just a
graceful restart.
kill -USR1 `cat /var/run/httpd.pid`
which I believe should be safe any time of day.
If a complete restart, maybe early morning off hours assuming your
server requires a high degree of availability?
Jim
Chicken and egg problem. I have posted quite a bit about the pain of
migrating my skill set to PHP. And doing whatever I can do stop that
descent. That's what makes the news so "sad", as I posted originally.
-Jim
On Thu, 12 Apr 2012, eric.b...@barclays.com wrote:
Well
months of total immersion, I have less inclination towards
PHP than ever. Fight's not out of me yet.
-Jim
How does mod_perl handle client certificates using the Apache object?
Thanks!
ere, PHP is the only game in town, and I feel like some old guy crashing
the party.
Aah!
-Jim
o. Give it a try, and
please let me know whether this solution gives you any traction.
Cheers!
-Jim
On Fri, 27 Jan 2012, Brett Lee wrote:
Hi Folks,
Running several scripts under ModPerl::Registry that use CGI::Carp. Am
seeing problems with the logging. The message that is logged is co
the times.) I'm sure I know people who could
capitalize on the right FOSS project.
Justification is always the first step in any undertaking. And I couldn't
find it anywhere using your links. Is there anything else you can send
along?
Thanks again!
Sincerely,
Jim Schueler
Hello Joe.
I'm definitely interested and I'll take look at the links below.
What is your role in this process? How many volunteers are you looking
for? Any other response? About how much time is required.?
Thanks!
Jim Schueler
On Mon, 2 Jan 2012, Joe Schaefer wrote:
FYI
I wrote the module Apache::ChildExit specifically to resolve the
incompatibility between BerkeleyDB and Apache::Registry
http://search.cpan.org/~tqisjim/ChildExit_0-1/
-Jim
> Subject: Re: BerkeleyDB error
> From: Perrin Harkins
> To: "Peram, Sudhakara"
> Cc: m
+1
On Dec 14, 2010, at 12:11 AM, Fred Moyer wrote:
> A release candidate for Apache-Test is now available at the following url:
>
> http://people.apache.org/~phred/Apache-Test-1.34-rc1.tar.gz
>
> Please download, test, and report back on this RC. Summary of changes
> is below. A couple of ver
un
Options ExecCGI
PerlSendHeader On
The line numbers in the error message seem to all point to lines of code
in modules that are doing output to stdout.
Any thoughts on the circumstances that might produce those errors?
--
Jim Albert
ickly to 45MB. With larger attachments, growth is
ppresumably even faster and some limit is passed, crashing httpd.
Does anyone know what is happening and how to control it, please?
Jim Donovan
? Where could i get start to catch the error?
Attached the for linux amd64 working version of Crypt::RIPEMD160
http://www.atomix.de/Crypt-RIPEMD160-0.05.tar.gz
regards,
Jens
--
Jim Brandt
Administrative Computing Services
University at Buffalo
uot;;
print $out_str;
print "\n";
print $ENV{"MOD_PERL"} ."";
print $ENV{"GATEWAY_INTERFACE"} ."";
print $ENV{"SERVER_PROTOCOL"} ."";
--- httpd.conf
SetEnv TERM "dumb"
PerlSetEnv TERM "dumb"
LoadModule perl_module modules/mod_perl.so
PerlModule ModPerl::PerlRun
SetHandler perl-script
PerlResponseHandler ModPerl::PerlRun
Options SymLinksifOwnerMatch ExecCGI
--
Jim Brandt
Administrative Computing Services
University at Buffalo
e the best interface to define the
subroutine reference? Any existing modules that accept this sort of
configuration?
Thanks,
Jim
Jim Brandt wrote:
I need to implement the reverse proxy link-fixing behavior provided in
Apache 2 by mod_proxy_html:
http://apache.webthing.com/mod_proxy_html/
?
Thanks,
Jim
--
Jim Brandt
Administrative Computing Services
University at Buffalo
implementations?
The main problem with the one server per app implementation is likely to
be scaling. While you have as many ports as you need, at some point the
server will run out of memory if you get above some number of
applications. If you don't think you'll have than many, i
specific keywords, because I
don't believe all the graphics modules are in that list. For example,
I've used Image::Magick for doing some basic image resizing and
conversion, but I don't see Image::Magick in that list.
--
Jim Albert
I can use this as an example
to fix my other scripts. Here is the one script:
The best way to get help is to make the problem script as small as possible. As
it stands right now, it's a bit like homework trying to read through your
problem.
--
Jim Brandt
Administrative Computing Services
University at Buffalo
i add this addmodule ..
can anyone help me please.
--
Jim Brandt
Administrative Computing Services
University at Buffalo
ation part of the talk at YAPC::NA this year.
The schedule isn't out yet, but the web site is here:
http://conferences.mongueurs.net/yn2008/
Please pass along the info to anyone you think might benefit from an
intro to mod_perl talk, or sign up yourself if you're in that situation
PI_VERSION2
PATH/usr/local/bin:/usr/bin:/bin
REQUEST_URI /perl/env.pl
GATEWAY_INTERFACE CGI/1.1
SERVER_ADDR 172.31.127.193
DOCUMENT_ROOT /var/www/html
HTTP_HOST 172.31.127.193
MOD_PERLmod_perl/2.0.2
so i think mod_perl2 is enabled.
Any help would be great.
bye
Roman
--
Jim Brandt
Administrative Computing Services
University at Buffalo
handler, the environment is:
MOD_PERL = mod_perl/2.0.3
MOD_PERL_API_VERSION = 2
PATH = /sbin:/usr/sbin:/bin:/usr/bin
Any help appreciated!
[Please ignore one duplicate email if it shows up - sent before subscribed]
--
Jim Brandt
Administrative Computing Services
University at Buffalo
le are:
1. Still using modperl. Some newbie questions may suggest fresh blood...
2. Still using modperl on Win32 (despite the 'limitations'). Good news
for Microsoft, but I personally believe it's a gentle step for people to
learn modperl, then move into the Linux/ BSD pla
Where are those ENV variables being set? Is it in:
PerlRequire /opt/rt3/bin/webmux.pl
I believe you need to make sure the second perl interpreter runs the
same startup scripts as the first since it is completely new.
Jim
George L. Roman wrote:
I'm having trouble running RT usin
by a slow network
connection or any number of other reasons.
So caching is only one advantage of this set-up. The main goal is to
make sure the fat processes are busy all the time and not blocking on
something out of your control (like someone connecting via dial-up or
mobile device).
Jim
what MPM you're running and execute different code based on the result.
use Apache2::MPM ();
my $mpm = lc Apache2::MPM->show;
if ($mpm eq 'prefork') {
# prefork-specific code
}
etc...
--
Jim Brandt
Administrative Computing Services
University at Buffalo
In the mod_perl 2 book, I believe we recommend using your first option,
which is the param method from Apache2::Request.
Jim
Eli Shemer wrote:
Hey there.
I yesterday compiled and installed apache2 on our company's server but
it's currently on port 8080 for further test
ations, which
is why I love Apache::Test. I can't understand why others seem under
impressed with it.
Hmmm, Apache::Test
http://perl.apache.org/docs/general/testing/testing.html
Warm regards,
Jim
Hi,
I've read through a lot of mailing list archives and the documentation for
Apache2::AuthCookie and found that tying Apache2::AuthCookie with
CGI::Session was exactly what I was looking for.
I'm running mp2/apache2...I've got things working, but I'd like to see if
there's a better way.
There appears to be a (minor?) difference between the two server_version
strings. I don't know how important this is, but thought I should
report it.
Jim
1. Problem Description:
make test is failing one of three tests for t/api/server_const,
related to Apache2::Serve
Current Setup:
Ubuntu Dapper w/Apache 2 & perl and latest AuthenNTLM. This server is
connected to an Active Directory Domain at work and has a FQDN that is
x4 (machine.something.domain.com
).
Issue: Internet Explorer (6 &7) will not authenticate. Note: FF & Opera
will (thus I know that Authen
Current Setup:
Ubuntu Dapper w/Apache 2 & perl and latest AuthenNTLM. This server is
connected to an Active Directory Domain at work and has a FQDN that is
x4 (machine.something.domain.com
).
Issue: Internet Explorer (6 &7) will not authenticate. Note: FF & Opera
will (thus I know that Authen
local/lib/perl5/site_perl/5.8.0/sun4-solaris
/usr/local/lib/perl5/site_perl/5.8.0
/usr/local/lib/perl5/site_perl
/ecnext/comsite4/bin/utilities
.
*** Packages of interest status:
Apache2: -
Apache2::Request : -
CGI: 3.10
ExtUtils::MakeMaker: 6.03
LWP: 5.805
mod_perl : 1.29
mod_perl2 : -
3. This is the core dump trace: (if you get a core dump):
N/A
This report was generated by t/REPORT on Mon Oct 9 17:58:03 2006 GMT.
--
Jim Hayter
Lead Developer
ECNext, Inc.
614.682.5145 (office)
614.682.5104 (fax)
Making e-Content Work for You
What happened to PerlTransHandler in mod_perl-1.29?
Jim Schueler
Motor City Interactive
On 2006-01-20 at 17:59, Philippe M. Chiasson ([EMAIL PROTECTED]) wrote:
> the current working directory isn't a thread-safe property, and since
> apache-2.0
> can now be threaded, mod_perl-2.x takes the safe path and doesn't change
> directory
> for you.
That makes sense.
> ModPerl::RegistryP
Hi. I've just upgraded from mod_perl 1.27 to 2.02 as part of upgrading
to Apache 2.
The main problem I'm having with our mod_perl script is its notion of
the current directory as it relates to finding add-on modules.
We call the script as http://dom.ain/perl-bin/subdir/scriptname and we have the
Perrin Harkins wrote:
On Thu, 2005-10-06 at 11:53 -0400, Jim Albert wrote:
Besides the fact that if I choose
the scripts to run mod_cgi perhaps in a non mod_perl environment,
then
they are all set to go.
This is true with Registry scripts as well.
I thought this was safer than calling
Michael Peters wrote:
Jim Albert wrote:
Lack of response on this tells me:
1. Nobody is using ModPerl::PerlRun any longer to run their scripts
under mod_perl. I doubt it.
From the docs:
This module is meant for "Dirty" CGI Perl scripts
and
The Apache::Registry handl
like retrieving input from QUERY_STRING and working
with cookies, please point me to what you use for this.
Thanks.
Jim Albert wrote:
I think I may now have a better understanding of this and that the
problem lies in CGI.pm. I've emailed the following to Lincoln Stein
explaining w
is to
add the following to all my mod_perled scripts that use CGI.pm:
CGI::initialize_globals();
I hope you can help with this.
Jim Albert wrote:
I'm trying to debug a strange situation with the following environment:
Apache 2.0.54
mod_perl 2.0.1
perl 5.8.6
CGI.pm 3.10
Linux 2.6.12-1.1447_
changed from
another version of CGI.pm on a different system where this works fine.
--
Jim Albert
ed to something
applicable for ApacheCon US 2005 (maybe a nonexistent logo).
Jim
I've done
and continue to do refactoring with Apache::Test.
- Jim
uch thanks to all the developers for MP2.
Your testy friend,
Jim
e base (my code) in terms of whether to include modules from the
Apache:: or Apache2:: namespace. Perhaps the exsitence of and the
particular value of $ENV{MOD_PERL_API_VERSION} might be better suited.
--
Jim Albert
Philip M. Gollucci wrote:
Philip M. Gollucci wrote:
Jim Albert wrote:
For example, one piece of my code has
use Apache::Const
but I had to change that to use Apache2::Const on the server running
the lastest mod_perl.
Can you give me the logic to handle that properly in a single code
Philip M. Gollucci wrote:
Jim Albert wrote:
Can someone point me to a URL that describes the purpose of the
Apache2 namespace?
I don't believe one exists (yet) ... possibly a good idea for the
perl.apache.org site?
The general idea as I've got it is:
1. Apache::*
Mo
hould eventually expect all modules to move from Apache:: to
Apache2:: or what the criteria might be for doing so. For example, it
looks to me from cpan like Apache::Session still exists in Apache::
Thanks.
--
Jim Albert
On Mar 21, 2005, at 9:57 AM, Geoffrey Young wrote:
a release candidate for Apache-Test 1.21 is now available.
http://cvs.apache.org/~geoff/Apache-Test-1.21-dev.tar.gz
please take the time to excercise the candidate through all your
existing
applications that use Apache-Test and report back succe
g list,
[EMAIL PROTECTED] I joined that list and tried to post a
question, but it didn't post. Anyone know if that list is working?
I received automated requests and confirmation emails so I think I'm on
the test-dev list.
Regards,
Jim
Frank Wiles wrote:
On Tue, 11 Jan 2005 14:02:00 -0500
Jim Albert <[EMAIL PROTECTED]> wrote:
Under mod_perl1 I had a mod_perled program that opened a pipe to a
standard CGI and recorded its output.
I did this in my mod_perl program by setting the following ENV vars:
$ENV{"QUERY_ST
appropriate environment variables and
open a pipe to my standard CGI. That might work, but it seems messy.
--
Jim Albert
stories
page?
http://perl.apache.org/outstanding/success_stories/index.html
Just wondering,
Jim
> > IMDB is Perl. All of these get tons more traffic than
> > Slashdot.
> >
> > - Perrin
--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://p
Stas Bekman wrote:
Jim Albert wrote:
Stas Bekman wrote:
Eric Frazier wrote:
Jim, Eric, so can you please put this thread together into one doc
piece that can be added to the docs?
I had just noticed that I received none of the mod_perl mailings in
the past 10 days or so. Looks like the
Stas Bekman wrote:
Eric Frazier wrote:
Jim, Eric, so can you please put this thread together into one doc piece
that can be added to the docs?
I had just noticed that I received none of the mod_perl mailings in the
past 10 days or so. Looks like the mod_perl list mail server is on a
spam
ch
is not supported until perl5.8.1.
Assuming your solution also solves this problem, it should also be
included in any documentation regarding "safe signals" and apache/mod_perl.
Eric wrote:
Jim,
Thank you! This was a big help to me in that I ran into this problem from two direction
::SIG2
where Apache::SIG2.pm is defined in this example as:
--
package Apache::SIG2;
# This package adapted by Jim Albert from the original mod_perl1
# Apache::SIG.pm by Doug MacEachern and Doug Bagley
# This PerlHandler can be used to prevent httpd children from killing
# off non-mod-perled
Stas Bekman wrote:
Jim Albert wrote:
I'm trying to determine how to have my mod_perl apache server properly
catch a SIGPIPE signal in a timely manner.
My environment is Apache/2.0.49 (Fedora) and mod_perl 2.
Jim, please *always* report bugs and problems following these guidelines!
offer any suggestions as to how to get my
signal handler, PIPE, executed as soon as the SIGPIPE is generated?
Thanks
Jim Albert
--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html
On Jun 8 Perrin Harkins wrote:
> On Tue, 2004-06-08 at 10:32, Jim Martinez wrote:
> > Yet, being an optimist, I created a mod perl entry at the yapc kwiki.
> > Kwiki BOF link:
> > http://yapc.kwiki.org/index.cgi?BOF
>
> Thanks! It looks like it should be on th
On Jun 8 Stas Bekman wrote:
> Perrin Harkins wrote:
> > Stas Bekman wrote:
> >
> >> It so appears that in the last few years we get less and less
> >> mod_perl talks and tutorials at the big (non-YAPC) conferences. And
> >> that's a bad trend.
Maybe a BOF meeting?
Like all good list posters,
Thank you all -
- sorry, I ask the question and then I've been away for a couple of
days - blush..
The process is usually from half to 3 minutes - so the cleanup handler
seems like a great idea - then, there are instances where it's much much
longer, but in these cases it's probably easier to w
er my kids have passed on -
which still leaves me with an Apache/mod_perl process hanging around...
Is there a simple solution? Am I missing something?
Any help or pointing in the right direction would be much appreciated!
Thanks,
Jim
--
Reporting bugs: http://perl.apache.org/bugs/
Mail list
1 - 100 of 101 matches
Mail list logo