Re: Where is default Loaded Modules configuration ???

2003-12-17 Thread Michael D Schleif
Michael D Schleif <[EMAIL PROTECTED]> [2003:12:17:22:37:36-0600] scribed: > I am running Debian: > ># COLUMNS=120 dpkg -l '*apache*' | grep ^i | cut -c 1-50 >ii apache 1.3.29.0.1-2 >ii apache-common1.3.29.0.1-2

Re: Where is default Loaded Modules configuration ???

2003-12-18 Thread Michael D Schleif
Stas Bekman <[EMAIL PROTECTED]> [2003:12:17:22:46:48-0800] scribed: > With pleasure: > http://perl.apache.org/docs/1.0/guide/config.html#The_Confusion_with_use___in_the_Server_Startup_File > You should always load the module before using it and never rely that > something else will load it. Perl

Apache::DB - Undefined subroutine ???

2003-12-18 Thread Michael D Schleif
I am trying to setup Apache::DB on my Debian box. In httpd.conf I have this inside my mod_perl Location directive: PerlFixupHandler Apache::DB I PerlRequire this, according to the manpage: use Apache::DB (); Apache::DB->init; 1; After stopping apache, I start it from CLI: sudo

Re: Apache::DB - Undefined subroutine ???

2003-12-18 Thread Michael D Schleif
Stas Bekman <[EMAIL PROTECTED]> [2003:12:17:23:51:14-0800] scribed: > Michael D Schleif wrote: > >I am trying to setup Apache::DB on my Debian box. > > > >In httpd.conf I have this inside my mod_perl Location directive: > > > > PerlFixupHandler Apache::DB

Debugging mod_perl ???

2003-12-19 Thread Michael D Schleif
Ref: Several places mention perldb command `w' (window). Is that com

Re: [ANNOUNCE] Apache::AuthCookie 3.05

2004-01-27 Thread Michael J Schout
On Tue, 27 Jan 2004, Stas Bekman wrote: > So should it be added to: > http://perl.apache.org/products/apache-modules.html#Ported_3rd_party_Modules Yes Stas. Please add it to the list. Thanks! Regards, Michael Schout GKG.NET, Inc. -- Hal 9000 - "Put down those Windows disks Dav

Re: Handlers/locations

2004-02-04 Thread Michael C. Davis
I had the same issue when I installd modperl. My solution was to put everything Perlish in the "root", with plain HTML stylesheets and images under it. So it looked like this: /htdocs/myapp <-- executable Perl /htdocs/myapp/img <-- not executable /htdocs/myapp/css <-- not executable htdocs/my

Passing Data to custom_response

2004-02-05 Thread Michael L. Artz
I was wondering if it was possible to pass data from a handler to a custom_response declared handler within apache2/mod_perl2. I am putting a custom_response on the the HTTP_FORBIDDEN return code to direct the user to a login page (custom_response(Apache::HTTP_FORBIDDEN, 'login.pl')), so if th

Passing data to a custom_response

2004-02-06 Thread Michael L. Artz
I was wondering if it was possible to pass data from a handler to a custom_response declared handler within apache2/mod_perl2. I am putting a custom_response on the the HTTP_FORBIDDEN return code to direct the user to a login page (custom_response(Apache::HTTP_FORBIDDEN, 'login.pl')), so if th

mp2 + DB random errors

2004-02-14 Thread Michael L. Artz
Not quite sure where to start asking this question, but it might involve mp2/Apache::DBI, so I thought this might be a good start. I have built a web application using mp2 sitting on top of a postgres DB. I still am working out the kinks with the system, but I am having an interesting problem.

Re: mp2 + DB random errors

2004-02-14 Thread Michael L. Artz
It doesn't sound like a mp2 core problem. Have you tried enabling Apache::DBI's debug tracing? Yup, did that. Seems to be something 'wrong' with DBI in that the handle becomes invalid after a bad execute happens. I would think that Apache::DBI would then ping the DB and get an error and crea

Re: E-mail account security warning.

2004-03-03 Thread Michael C. Davis
>What is this? Is it spam? > >Aloha => Beau; I just called in my HAZMAT team. They're bringing the tongs. Nice try, boyz. Unfortunately, some finite number of people on this list will actually open it. -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/mai

Re: Authentication using https

2004-11-10 Thread Michael J Schout
er return them over non SSL provided that the "Domain" paramter of the cookie is properly set, and the "Secure" setting is turned off. Regards, Michael Schout -- 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

Re: Apache::AuthCookie and HTML::Mason

2004-12-12 Thread Michael J Schout
#x27;ll have to figure out why your subclass failed to return the username. Regards, Michael Schout -- 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

Apache2:: namespace and AuthCookie package name.

2005-04-15 Thread Michael J Schout
question is, do I need to do anything special to register/reserve the Apache2::AuthCookie namespace? Are there any objections to this? I do not see any other 3rd party modules under the Apache2:: namespace on CPAN, so I am not sure if this is acceptable or not :). Regards, Michael Schout

[ANNOUNCE] Apache-AuthCooke 3.08

2005-04-18 Thread Michael J Schout
missing a debug level check (thanks Barry) - fix test cases 3, 6, 18 for Win32 - clean up t/real.t Sorry for the short time between releases everybody. I wanted to get this out the door due to the test failures in 3.07 on Win32. Regards, Michael Schout

Re: RC5 really broke some stuff

2005-04-20 Thread Michael J Schout
Foo Ji-Haw wrote: Where can one download pre-RC5 copies of mod_perl? You can still get RC4 from http://perl.apache.org/dist/ Regards, Michael Schout

Re: mod_perl2: cannot load Apache::AuthCookie for Apache 2.0

2005-06-10 Thread Michael J Schout
Steve Duran wrote: >>PerlModule Apache2::compat >>PerlModule mod_perl2 >>PerlModule Apache::AuthCookie FWIW, you do not need Apache2::compat for Apache2::AuthCookie. Regards, Michael Schout

[mp2] "make test" failure in t/api/access2

2005-08-11 Thread Michael G Schwern
-8<-- Start Bug Report 8<-- 1. Problem Description: t/api/access21..6 # Running under perl version 5.008006 for darwin # Current time local: Thu Aug 11 12:36:04 2005 # Current time GMT: Thu Aug 11 19:36:04 2005 # Using Test.pm version 1.25 # Using Apac

Re: [mp2] "make test" failure in t/api/access2

2005-08-11 Thread Michael G Schwern
On Thu, Aug 11, 2005 at 04:21:18PM -0400, Philip M. Gollucci wrote: > What was in the t/error_log file? Logs for running t/api/access2.t attached. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern Don't try the paranormal until you know what&

Re: [mp2] "make test" failure in t/api/access2

2005-08-12 Thread Michael G Schwern
On Thu, Aug 11, 2005 at 11:09:06PM -0500, Randy Kobes wrote: > On Thu, 11 Aug 2005, Michael G Schwern wrote: > > >On Thu, Aug 11, 2005 at 04:21:18PM -0400, Philip M. Gollucci wrote: > >>What was in the t/error_log file? > > > >Logs for running t/api/access2.t atta

Re: [mp2] "make test" failure in t/api/access2

2005-08-13 Thread Michael G Schwern
0.0.1 $ hostname windhund.schwern.org > What localhost gets resolved to > and what your client is seen as on the server side (warn > $r->connection->remote_ip), Michael? Where do I put that code? -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern ...th

Re: [mp2] "make test" failure in t/api/access2

2005-08-13 Thread Michael G Schwern
On Fri, Aug 12, 2005 at 08:47:30PM -0700, Stas Bekman wrote: > e.g. inside a handler t/response/TestAPI/access2.pm Put it in there and didn't see any extra output in STDERR or error.log. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern You know what the

Re: [mp2] "make test" failure in t/api/access2

2005-08-15 Thread Michael G Schwern
or error.log. > > what test are you running? > > t/TEST t/api/access2.t That test. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern Reality is that which, when you stop believing in it, doesn't go away. -- Phillip K. Dick

Re: [mp2] "make test" failure in t/api/access2

2005-08-15 Thread Michael G Schwern
ere according to your instructions. 0 windhund /usr/local/src/CPAN/mod_perl-2.0.1$ rgrep 'myip' ./t/response/TestAPI/access2.pm:warn "myip: ", $r->connection->remote_ip, "\n"; t/response/TestAPI/access2.pm attached. -- Michael G Schwern [EMAIL PROTECTED

Re: [mp2] "make test" failure in t/api/access2

2005-08-16 Thread Michael G Schwern
On Tue, Aug 16, 2005 at 04:05:21PM -0700, Stas Bekman wrote: > Looks fine. Dunno why it doesn't end up in the right place. Do you load > some module that overrides SIG{__WARN__}? Nope. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern 'All anyone get

mod_perl on Fedora 9

2008-05-08 Thread Michael A. Capone
1. Problem Description: mod_perl 2.0.4 will not compile on Fedora 9. cd "src/modules/perl" && make make[1]: Entering directory `/local/home/swload/webbuild/mod_perl-2.0/src/modules/perl' gcc -I/local/home/swload/webbuild/mod_perl-2.0/src/modules/perl -I/local/home/swload/webbuild/mod_perl-2.0

Re: mod_perl on Fedora 9

2008-05-08 Thread Michael A. Capone
Fred Moyer wrote: Michael A. Capone wrote: 1. Problem Description: mod_perl 2.0.4 will not compile on Fedora 9. `/local/home/swload/webbuild/mod_perl-2.0/src/modules/perl' make: *** [modperl_lib] Error 2 To be honest, i don't think this is a mod_perl bug per se... it loo

Re: Syntax error in mod_perl but not in shell command

2008-05-29 Thread Michael A. Capone
I can reproduce this, exactly as he says below. Some kind of incompatibility between mod_perl and the Switch module? william wrote: Hello, I am running this code print "Content-type: text/html\n\n"; use Switch; $t =1; switch ($t) { case 1 { print "number 1\n"; } }

Re: How to require() a file?

2009-02-27 Thread Michael A. Capone
Stanisław T. Findeisen wrote: I am trying to require() a file using its absolute name. In command line mode everything works fine, but not in Apache: [Fri Feb 27 17:45:07 2009] [error] Can't locate /home/stf/public_html/test/arcv/public_html/../common.pl in @INC (@INC contains: /usr/lib/perl5/

Re: mod_perl handler and PHP

2009-03-17 Thread Michael A. Capone
Perhaps something like this might work? in index.php: $phpcode = file_get_contents("http://127.0.0.1/path/to/perl/module/that/outputs/php/code.pl";); eval($phpcode); Obviously, you'd have to take care with the php syntax that was output from code.pl, but that might give you the functiona

Re: ErrorDocument from a registry script

2009-05-07 Thread Michael A. Capone
In the spirit of checking off the obvious things... are you sure that the ErrorDocument directive is working for other pages? in other words, can you open a browser and goto http://mydomain.com/this_file_does_not_exist.htm and see your ErrorDocument? Michael Peters wrote: I'm pretty

Filter out error log by IP address?

2010-01-27 Thread Michael A. Capone
Hello, I'm not sure this is a mod_perl question per se, but I'm hoping there's a mod_perl solution to our problem. We currently use a 3rd party security company to do a nessus-type security audit on our site for PCI compliance. Their scans naturally generate a lot of noise in the error log,

Re: How to get a file listing

2010-02-18 Thread Michael A. Capone
#!/usr/local/bin/perl chdir("/path/to/my/directory"); while($filename=<*.gif>) { print "$filename\n"; } # Enjoy! ceauke wrote: Hi guys I wanted to do a simple script to show all pictures in a specific folder. But I don't see any functions to read all files in a folder. The logic needs t

Re: How to get a file listing

2010-02-18 Thread Michael A. Capone
Depending on your server setup, you may or may not be able to read \mydir2\. Whether on windows or a unix variant, apache is configured to run as "some user" (often, "nobody" on unix); and that user needs to be given at least read access to the \mydir2\ directory in order for this to work. A

Re: protecting internal redirects

2010-03-18 Thread Michael A. Capone
Rather than doing the URL redirect, why not just keep the cached results in a private directory, and let the CGI open them and serve them up directly? This would be the most secure way. So, you could do something like this: #

Re: protecting internal redirects

2010-03-18 Thread Michael A. Capone
Both very good points! I stand corrected. Michael Peters wrote: On 03/18/2010 06:05 PM, Michael A. Capone wrote: This would be the most secure way. Saying it's the *most* secure way is a little stretch. It's *another* secure way. Also, keeping a large Perl/CGI process alive jus

Apache::AuthDBI - 63691 - Auth_DBI_pwdcasesensitive=off does not work while Auth_DBI_encrypted=off

2010-12-07 Thread Michael R. Davis
Mod Perl Folks, I logged two bugs on https://rt.cpan.org/ for Apache::AuthDBI. 63711 - Apache::AuthDBI will not run without Apache::DBI https://rt.cpan.org/Ticket/Display.html?id=63711 63691 - Auth_DBI_pwdcasesensitive=off does not work while Auth_DBI_encrypted=off https://rt.cpan.org/Ticket/Disp

Unsuccessful stat on filename containing newline in RegistryCooker.pm

2013-02-13 Thread Michael A. Capone
is ported to 2.0 (don't want to 784: # depend on compat.pm) 785: sub Apache2::RequestRec::my_finfo { 786: my $r = shift; 787: stat $r->filename; 788: \*_; 789: } Thoughts? Thanks! Michael

Re: Re: Unsuccessful stat on filename containing newline in RegistryCooker.pm

2013-02-27 Thread Michael A. Capone
don't want to 784: # depend on compat.pm) 785: sub Apache2::RequestRec::my_finfo { 786: my $r = shift; 787: stat $r->filename; 788: \*_; 789: } Thoughts? Thanks! Michael

Re: Unsuccessful stat on filename containing newline in RegistryCooker.pm

2013-03-03 Thread Michael A. Capone
Torsten Förtsch wrote: On 02/28/2013 11:59 AM, Torsten Förtsch wrote: I agree with you that the behavior is unexpected. Also, the XXX comment in line 783 points out that my_finfo() is a temporary solution. So, perhaps it would be best to use APR::Finfo here. If family allows it I'll fix it o

Odd behavior with IO::Socket::SSL and mod_perl 2.0.8

2014-11-21 Thread Michael A. Capone
cal $/; }; ... yields an empty $data in mod_perl. The problem is, IO::Socket::SSL is used by LWP::UserAgent, which is probably used by a ton of mod-perl scripts out there. My questions, then, are: 1) can you fine folk reproduce this? 2) what would be the best way to address it? Thanks! Michael

Re: Odd behavior with IO::Socket::SSL and mod_perl 2.0.8

2014-11-24 Thread Michael A. Capone
rsion works well. Thanks for listening! Michael Michael A. Capone wrote: Hello, I'll try not to make this too convoluted... :) The latest version of IO::Socket::SSL on CPAN is v2.005 and includes a module IO::Socket::SSL::PublicSuffix. When attempting to use this version of IO::Sock

Re: "SetEnv/SetEnvIf" and mod_perl

2015-10-02 Thread Michael A. Capone
In my code, I do: SetEnvIf Request_URI \.gif$ gif-image SetHandler modperl PerlResponseHandler MyNiftyModule PerlOptions +SetupEnv And then, yes, I have access to $ENV{'gif-image'}, with a value of "1". Alternatively, i can SetEnvIf Request_URI \.gif$ gif-image=YES ... and

Re: CGI module deprecation

2017-11-29 Thread Michael A. Capone
"and uses the CGI module only for parsing the incoming request." I was going to follow up on this thread and ask for suggestions on what I could/should use for incoming request parsing. I have never gone further in mod_perl beyond Apache::Registry and just running traditional CGI programs, an

Re: Upgrade to Debian stretch (stable) breaks my unique token

2018-03-01 Thread Michael A. Capone
On 03/01/2018 02:30 PM, Vincent Veyron wrote: Now, if you happen to know why this _had_ to surface during a demo [:-( The University of Nottingham, School of Mathematical Sciences, published a highly technical paper explaining this phenomenon. Hope this helps: :-) https://www.maths.nottin

Re: Future MPM Support?

2018-08-04 Thread Michael A. Capone
Yes, http/2 is our primary concern right now.  At the moment, we've made the business decision to stay on mod_perl rather than migrate to another platform and gain http/2 benefits, but for how long can we maintain that decision?  I'm honestly not sure. Now, we significantly under-utilize mod_p

Re: HTTP and MPM support

2019-01-25 Thread Michael A. Capone
On 1/25/19 10:54 AM, Randolf Richardson wrote: On 25.01.2019 18:35, John Dunlap wrote: I'm in the process of optimizing our web application for performance and one thing that I was really excited to try was mod_http2 because it allows the browser to send multiple requests through the same T

Re: path recognition question

2022-05-05 Thread Michael A. Capone
e.com/app/user/12345, then the program is /app/user, and $ENV{'PATH_INFO'} would contain /12345.  Chop off the leading forward slash and you've got your ID. Note that you'd have to have PerlSetupEnv on (the default, although I think many may turn it off). Or am I completely

Can't locate object method "is_threaded" via package "Apache2::MPM"

2007-04-11 Thread michael watson \(IAH-C\)
I'm running Apache/2.2.4 (Unix) mod_perl/2.0.3 Perl/v5.8.0 configured. BEGIN in Apache2::SizeLimit has the code: die "Apache2::SizeLimit at the moment works only with non-threaded MPMs" if Apache2::MPM->is_threaded(); Yet if I run: %> perl use Apache2::MPM; print Apache2::MPM->is_th

Can't locate ModPerl/Registry.pm in @INC

2007-04-11 Thread michael watson \(IAH-C\)
Hi I have followed the instructions to install dynamically linked mod_perl on http://perl.apache.org/docs/2.0/user/install/install.html#Installing_mod _perl, having previously installed a statically linked version on a different server. When I installed the statically linked version, ModPerl/Regi

RE: Can't locate ModPerl/Registry.pm in @INC

2007-04-11 Thread michael watson \(IAH-C\)
[EMAIL PROTECTED] on behalf of Perrin Harkins Sent: Wed 11/04/2007 7:23 PM To: michael watson (IAH-C) Cc: modperl@perl.apache.org Subject: Re: Can't locate ModPerl/Registry.pm in @INC On 4/11/07, michael watson (IAH-C) <[EMAIL PROTECTED]> wrote: > When I installed the statically linked

RE: Can't locate ModPerl/Registry.pm in @INC

2007-04-11 Thread michael watson \(IAH-C\)
t all seems a bit messy From: [EMAIL PROTECTED] on behalf of Perrin Harkins Sent: Wed 11/04/2007 7:42 PM To: michael watson (IAH-C) Cc: modperl@perl.apache.org Subject: Re: Can't locate ModPerl/Registry.pm in @INC On 4/11/07, michael watson (IAH-

Malformed header from script

2007-04-13 Thread michael watson \(IAH-C\)
OK, this is a long shot as I am running some third party code, but I have been battling with it for days with no luck. It *may* be an apache2/mod_perl problem or it may be a problem with said code, so I thought I would post it here to see if anyone recognises it. I am running Red Hat Enterprise S

RE: Malformed header from script

2007-04-16 Thread michael watson \(IAH-C\)
IE displaying these special characters. Now, I don't really know what an Apache::SendRec object is or what it does. It looks like it dynamically loads some other package, but which? Why is it mangling the headers when it prints? Thanks in advance for your help Mick -Original M

RE: Malformed header from script

2007-04-16 Thread michael watson \(IAH-C\)
get Firefox now.. :) Thanks Mick -Original Message- From: Clinton Gormley [mailto:[EMAIL PROTECTED] Sent: 16 April 2007 10:28 To: michael watson (IAH-C) Cc: modperl@perl.apache.org Subject: RE: Malformed header from script > r is Apache2::RequestRec=SCALAR(0x98d2108) > I was g

RE: Malformed header from script

2007-04-16 Thread michael watson \(IAH-C\)
that should be handling these. So each perl script under /perl should specifically print out a "Content-type: text/html\n\n" line? -Original Message- From: Clinton Gormley [mailto:[EMAIL PROTECTED] Sent: 16 April 2007 10:38 To: michael watson (IAH-C) Cc: modperl Subject: RE:

RE: Malformed header from script

2007-04-16 Thread michael watson \(IAH-C\)
as just printing the headers myself. Finally, thanks for the tip RE 'PerlOptions +ParseHeader'; it made little difference, but at least now that part of the code is correct. Thanks again Mick -Original Message- From: Clinton Gormley [mailto:[EMAIL PROTECTED] Sent: 16 April 2007 1

RE: Malformed header from script

2007-04-16 Thread michael watson \(IAH-C\)
ode and see why it's spouting our special characters, then the image problem will go away (I am sure). Thanks again for your help, it's been useful Mick -Original Message- From: Clinton Gormley [mailto:[EMAIL PROTECTED] Sent: 16 April 2007 12:06 To: michael watson (IAH-C) Cc:

RE: Malformed header from script

2007-04-16 Thread michael watson \(IAH-C\)
Sorry for the confusion The code also actually attempts to print out HTML headers ie " etc" but these DO NOT come through to the webpage - instead, a bunch of special characters are printed out... -Original Message----- From: Michael Peters [mailto:[EMAIL PROTECTED] Sent: 16

RE: Malformed header from script

2007-04-18 Thread michael watson \(IAH-C\)
, but nothing that seems to specifically print out these headers... Thanks Mick -Original Message- From: Robert Landrum [mailto:[EMAIL PROTECTED] Sent: 16 April 2007 17:45 To: michael watson (IAH-C) Cc: modperl@perl.apache.org Subject: Re: Malformed header from script michael watson (I

RE: Malformed header from script

2007-04-19 Thread michael watson \(IAH-C\)
ny known bugs that could possibly be causing this behaviour? Many thanks Mick -Original Message- From: Robert Landrum [mailto:[EMAIL PROTECTED] Sent: 18 April 2007 17:11 To: michael watson (IAH-C) Cc: modperl@perl.apache.org Subject: Re: Malformed header from script michael watson (IAH-C)

RE: Malformed header from script

2007-04-19 Thread michael watson \(IAH-C\)
it is compatible with mod_perl2" Mick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Perrin Harkins Sent: 19 April 2007 13:23 To: michael watson (IAH-C) Cc: modperl@perl.apache.org Subject: Re: Malformed header from script One other idea: try updating

Apache offers to download the perl script rather than execute it!

2007-11-20 Thread michael watson (IAH-C)
Hi I am sure this is an age old problem, and one I have had before, but I cannot find how to solve it. My set up from error_log: [Tue Nov 20 14:07:53 2007] [notice] Apache/2.2.4 (Unix) PHP/5.2.1 mod_perl/2.0.3 Perl/v5.8.5 configured -- resuming normal operations In httpd.conf: PerlModule M

RE: Apache offers to download the perl script rather than execute it!

2007-11-20 Thread michael watson (IAH-C)
20 14:47 rock.pl -rwxrwxr-x 1 apachebi molbiol 59 Nov 20 14:47 test.pl So I can't send text/plain using mod_perl? That doesn't sound right Mick -Original Message- From: Tobias Regneri [mailto:[EMAIL PROTECTED] Sent: 20 November 2007 14:37 To: michael watson (IAH-C) Cc: mod

RE: graphics in perl

2008-06-22 Thread michael watson (IAH-C)
I'd recommend interfacing with R (http://www.r-project.org) From: Malka Cymbalista [mailto:[EMAIL PROTECTED] Sent: Sun 22/06/2008 10:27 AM To: modperl@perl.apache.org; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: graphics in perl We are running perl 5.8.5 on a

RE: graphics in perl

2008-06-24 Thread michael watson (IAH-C)
Did you try GD::Graph? -Original Message- From: Foo JH [mailto:[EMAIL PROTECTED] Sent: Tue 24/06/2008 8:15 AM To: modperl@perl.apache.org Subject: Re: graphics in perl Rolf Schaufelberger wrote: > Am Sonntag, 22. Juni 2008 11:27:26 schrieb Malka Cymbalista: > >> We are running perl

Cannot build static mod_perl 2.0.1 / Apache 2.0.54 on Solaris 9

2005-09-09 Thread Michael FOURNEAU - Sun Proactive Services
#x27; Thru perl.apache.org and Google, I can't figure out what those messages mean... * Apache 2.0.54 alone can successfully install with the following option : ./configure --with-mpm=prefork I can't find any further references to help me on this. Any idea about what could b

<    2   3   4   5   6   7