Re: Using mod_perl handlers for max speed?

2001-07-12 Thread Matt Sergeant
On Wed, 11 Jul 2001, Philip Mak wrote: In the recent Hello World 2000 benchmark posted by Joshua Chamas, mod_perl handler was shown to be even faster than static HTML (at least for running hello world), and twice as fast as using Apache::Registry to run a perl script. I honestly think

Can't load mod_perl in Solaris 8

2001-07-12 Thread Javier Chicharro
I've compiled mod_perl-1.26 (and I tried with 1.25 too) for Apache 1.3.20 in a Solaris 8. When I start apache I get this error : Syntax error on line 222 of /opt/apache/conf/httpd.conf: Cannot load /opt/apache/libexec/libperl.so into server: ld.so.1: /opt/apache/bin/httpd: fatal: relocation

Performance stories

2001-07-12 Thread Ask Bjoern Hansen
Hi, At TPC5 I'll be doing a talk on Real World Performance Tuning, http://conferences.oreillynet.com/cs/os2001/view/e_sess/1260 I'll be talking about what things to work on to make your system scale better by not 10% or 20%, but hundreds of percent. That sort of thing. If you have a cool story

Re: detecting ssl

2001-07-12 Thread Issac Goldstand
On Thu, 12 Jul 2001, Issac Goldstand wrote: IG == Issac Goldstand [EMAIL PROTECTED] writes: IG Not necessarily. I could easily set up any virtualhost on port IG 443 which will be accessable by https://nasty.servername/ but IG will, in reality, not necessarily be over a secure

mod_perl/aix

2001-07-12 Thread Matt Glosson
Hello. I've searched the internet and found many things relating to this, but I thought I would present my own specific problem. I'm trying to install mod_perl with IBM HTTP Server (which is really just apache 1.3.12) on AIX 4.3.3. Everything installs fine, but when I tried to use Net::LDAP,

having problems getting started with mod_perl

2001-07-12 Thread Bruce Kleinman
I'm a mod_perl newbie trying to get my first installation working, and I'm hitting a brick wall. I can get Apache to come up, but as soon as I try to access it, just using the machine and port as the URL, I get a core dump. make test doesn't work at all, the server never even comes up. Hope you

perl 5.6 + mod_perl in production environment

2001-07-12 Thread Eric Kolve
I was wondering if anyone is currently using perl 5.6 + mod_perl in a prod environment. What kinds of problems, if any are people seeing with this? --eric

Re: Can't load mod_perl in Solaris 8

2001-07-12 Thread Ged Haywood
Hi there, On Thu, 12 Jul 2001, Javier Chicharro wrote: I've compiled mod_perl-1.26 (and I tried with 1.25 too) for Apache 1.3.20 in a Solaris 8. When I start apache I get this error : Syntax error on line 222 of /opt/apache/conf/httpd.conf: Cannot load /opt/apache/libexec/libperl.so

Re: perl 5.6 + mod_perl in production environment

2001-07-12 Thread Eric Cholet
--On 11/07/01 07:57 -0700 Eric Kolve wrote: I was wondering if anyone is currently using perl 5.6 + mod_perl in a prod environment. What kinds of problems, if any are people seeing with this? I've been using 5.6.1 in production for a while, no problems. -- Eric Cholet B995 E519 1594 10D0

Newbie question

2001-07-12 Thread Jason
Sorry if this is in an FAQ somehere (googled for it, but no luck). Does anyone know of a *good* guide to compiling/configuring/installing Apache + mod_perl on a Windows NT system? The impression I get from scouting newsgrops is that most people resort to using a prebuild binary - so I figure it

Re:perl 5.6 + mod_perl in production environment

2001-07-12 Thread Mike Miller
On Thursday, July 12, 2001, Eric Kolve wrote the following about perl 5.6 + mod_perl in production environment EK I was wondering if anyone is currently using perl 5.6 + mod_perl EK in a prod environment. What kinds of problems, if any are people EK seeing with this? Server Version:

Re: APXS make problems with mod_perl 1.26

2001-07-12 Thread Neil Mansilla
On Wed, 11 Jul 2001, Doug MacEachern wrote: On Wed, 11 Jul 2001, Neil Mansilla wrote: I've successfully performed the same APXS make with mod_perl 1.25 and 1.25_01, but it breaks with the following error with 1.26: perl Makefile.PL USE_APXS=1 \

Re: perl 5.6 + mod_perl in production environment

2001-07-12 Thread Neil Mansilla
On Wed, 11 Jul 2001, Eric Kolve wrote: I was wondering if anyone is currently using perl 5.6 + mod_perl in a prod environment. What kinds of problems, if any are people seeing with this? .. No problems at all. We use 5.6.0 as well as 5.6.1, with mod_perl 1.25, 1.25_01, and 1.26 all in

Re: Apache::Upload filehandle

2001-07-12 Thread darren chamberlain
Jay Buffington [EMAIL PROTECTED] said something to this effect on 07/11/2001: I'm trying to use image magick to manipulate images that are uploaded via http. To handle the uploaded images I'm using libapreq's Apache::Upload. I wrote the below simple example script to help explain my

[ANNOUNCE] Apache::AuthenLDAP 0.61

2001-07-12 Thread Christian Gilmore
The uploaded file Apache-AuthenLDAP-0.61.tar.gz has entered CPAN as file: $CPAN/authors/id/C/CG/CGILMORE/Apache-AuthenLDAP-0.61.tar.gz size: 8287 bytes md5: 51603e4084fd448e9f72e6e5e0f26baa No action is required on your part Request entered by: CGILMORE (Christian Gilmore) Request

[ANNOUNCE] Apache::AuthzCache 0.06

2001-07-12 Thread Christian Gilmore
The uploaded file Apache-AuthzCache-0.06.tar.gz has entered CPAN as file: $CPAN/authors/id/C/CG/CGILMORE/Apache-AuthzCache-0.06.tar.gz size: 8800 bytes md5: e4b15058f8b67b4906248f27c3f62fbd No action is required on your part Request entered by: CGILMORE (Christian Gilmore) Request

[ANNOUNCE] Apache::AuthzLDAP 0.61

2001-07-12 Thread Christian Gilmore
The uploaded file Apache-AuthzLDAP-0.61.tar.gz has entered CPAN as file: $CPAN/authors/id/C/CG/CGILMORE/Apache-AuthzLDAP-0.61.tar.gz size: 9821 bytes md5: 0942df504a5569cc8db4aff00a8980e1 No action is required on your part Request entered by: CGILMORE (Christian Gilmore) Request

Re: Can't load mod_perl in Solaris 8

2001-07-12 Thread Javier Chicharro
Ged Haywood wrote: Hi there, On Thu, 12 Jul 2001, Javier Chicharro wrote: I've compiled mod_perl-1.26 (and I tried with 1.25 too) for Apache 1.3.20 in a Solaris 8. When I start apache I get this error : Syntax error on line 222 of /opt/apache/conf/httpd.conf: Cannot load

RE: Newbie question

2001-07-12 Thread Purcell, Scott
Yes, Go to Ron Savages site. He has a binary build of Apache + mod_perl and also the latest perl. http://www.savage.net.au go to the navigation and press on Perl, and look under Perl Modules and look three bullet items down ... It is there. Follow along. I have used it twice and it gets you

How may I recognize cgi-bin dir in URITranslation phase?

2001-07-12 Thread Alberto Canzi
Hi, how may my Uri Translation handler recognize that requested url is a cgi? How could it get cgi-bin directory path? Thanx -- Alberto Canzi OpenFor s.r.l. e-mail: [EMAIL PROTECTED]

Mod Perl 1.26, ApacheSSL and Apache 1.3.20

2001-07-12 Thread The Doctor
Why is this going on? Script started on Thu Jul 12 14:22:28 2001 doctor.nl2k.ab.ca//usr/source/mod_perl-1.26$ make test (cd /usr/source/apache_1.3.20 PERL5LIB=/usr/source/mod_perl-1.26/lib make) === src === src/os/unix === src/os/unix === src/ap === src/ap === src/main === src/main

Re: [aliasing] Using mod_perl handlers for max speed?

2001-07-12 Thread raptor
!!! Is it possible to have reference on the left side of the equation !!! I've tried this to alias HASH :) but didn't succeeded... sub { my \$hash = shift; # $_[0] is \%myhash }; Yes I know that there is aliasing : my *hash = \%{$hashref}.. And I see that here u use : \$r-blah ...Never mind

Re: Can't load mod_perl in Solaris 8

2001-07-12 Thread Ged Haywood
Hi again, On Thu, 12 Jul 2001, Javier Chicharro wrote: Yes, I compiled my Perl using Solaris cc. Is there any reason you don't want to compile static? 73, Ged.

Re: having problems getting started with mod_perl

2001-07-12 Thread Ged Haywood
Hi there, On Wed, 11 Jul 2001, Bruce Kleinman wrote: Apache 1.3.19 Perl 5.6.1 mod_perl 1.25 [snip] Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration: [snip] ccversion='WorkShop Compilers 4.2 30 Oct 1996 C 4.2', gccversion='', [snip] Is this the compiler you used

Re: Mod Perl 1.26, ApacheSSL and Apache 1.3.20

2001-07-12 Thread Doug MacEachern
On Thu, 12 Jul 2001, The Doctor wrote: Why is this going on? you forgot to post your perl -V and Makefile.PL options

Re: Can't load mod_perl in Solaris 8

2001-07-12 Thread Doug MacEachern
On Thu, 12 Jul 2001, Javier Chicharro wrote: I've compiled mod_perl-1.26 (and I tried with 1.25 too) for Apache 1.3.20 in a Solaris 8. When I start apache I get this error : you forgot to post your perl -V and Makefile.PL options

Re: having problems getting started with mod_perl

2001-07-12 Thread Doug MacEachern
On Wed, 11 Jul 2001, Bruce Kleinman wrote: I'm a mod_perl newbie trying to get my first installation working, and I'm hitting a brick wall. I can get Apache to come up, but as soon as I try to access it, just using the machine and port as the URL, I get a core dump. make test doesn't work

Re: Can't load mod_perl in Solaris 8

2001-07-12 Thread Doug MacEachern
On Thu, 12 Jul 2001, Javier Chicharro wrote: perl Makefile.PL APACHE_SRC=../apache_1.3.20/src DO_HTTPD=1 USE_APACI=1 your original post had an error trying to load /opt/apache/libexec/libperl.so, but these options are for a static build. do you have an old modperl dso configured?

Re: Can't load mod_perl in Solaris 8

2001-07-12 Thread Doug MacEachern
On Thu, 12 Jul 2001, Ged Haywood wrote: Hi again, On Thu, 12 Jul 2001, Javier Chicharro wrote: Yes, I compiled my Perl using Solaris cc. Is there any reason you don't want to compile static? is there any reason he should? the only issue using dso with solaris (and any other Perls

Re: Can't load mod_perl in Solaris 8

2001-07-12 Thread Jie Gao
On Thu, 12 Jul 2001, Doug MacEachern wrote: pitty perl -V does not report usebincompat5005, if you are trying to build modperl as a dso, Makefile.PL should have warned you: Your current configuration will most likely trigger core dumps, suggestions: *) Do not configure mod_perl as a DSO

JOB: White box tester/developer

2001-07-12 Thread Tom Mornini
My company is looking for someone to break our code! We're early in development of a new system that will be perl, mod_perl, DBI and DBD::Oracle on Linux. We're trying very hard to do it right and we're writing tests as we go. This is giving us huge benefits already, but we want to go

Re: detecting ssl

2001-07-12 Thread Vivek Khera
IG == Issac Goldstand [EMAIL PROTECTED] writes: IG I did. Look at my follow-up to Geoffrey's esponse to the post you're IG quoting for details... It worked from most simple clients... Then those clients are wrong. You're requeting SSL when you say https://whatver/. You should get SSL in

Re: [ANNOUNCE] Hello World Benchmarks, updated

2001-07-12 Thread Joshua Chamas
Joshua Chamas wrote: mod_caucho used to look a lot faster, but my testing methodology changed. I used to take the results of the second benchmark run, and publish those, but this time only ran the -test for minor caching after starting resin ( tomcat ). So, I'm guessing