Re: [OT] Better Linux server platform: Redhat or SuSe?

2002-07-09 Thread Ged Haywood
Hi all, On Mon, 8 Jul 2002, Owen Scott Medd wrote: On Mon, 8 Jul 2002, Ganesan M wrote: Schoolmaster.net, 167,000 lines of Perl code, another 30,000 lines of C. Rich. How do you run 'C' code from Apache/mod_perl? Using the perl XS interface usually... that's how we access

Re: nice mod_perl statistics to share

2002-07-05 Thread Ged Haywood
Hi all, On 5 Jul 2002, Dave Hodgkinson wrote: Matt Sergeant [EMAIL PROTECTED] writes: On 5 Jul 2002, Dave Hodgkinson wrote: RH comes as default with mod_perl compiled as a DSO. No it does not - it doesn't install Apache by default. Come again? RH offers several options in

Re: Optional HTTP Authentication ?

2002-07-01 Thread Ged Haywood
Hi there, On 30 Jun 2002, Randal L. Schwartz wrote: What? The EU is going to make cookies *illegal*? I highly doubt this. There is already EU legislation which might make the use of cookies suspect. It concerns, for example, the monitoring of individual keyboard operators to measure their

Re: Need Porting Sanity Check

2002-06-30 Thread Ged Haywood
Hi there, Sorry there's a lot to digest all at once in your message, but here's one tip: On Sat, 29 Jun 2002, Jeff wrote: - Use 'open my $fh, $filename or die $!; wherever I open files Use Symbol::gensym if you can, it makes dealing with files much less accident prone. 73, Ged.

Re: missing .al files with apache/mod_perl

2002-06-27 Thread Ged Haywood
Hi there, On Wed, 26 Jun 2002, Perrin Harkins wrote: Furthermore, this file doesn't exist in my filesystem. How is it possible that (1) the module works without this apparently required file at the command line but (2) doesn't work with apache/mod_perl ? How is it possible? Two ways:

Re: Any known good configuration for mod_perl DSO?

2002-06-24 Thread Ged Haywood
Hi there, On Mon, 24 Jun 2002, Wilbur, Charlton wrote: I have the task of making Apache, mod_perl, and HTML::Mason work together under RedHat. I know this is a problem; Not necessarily; look at this thread for example... 73, Ged.

Re: perl xml api's

2002-06-22 Thread Ged Haywood
Hi guys, On Sat, 22 Jun 2002 [EMAIL PROTECTED] wrote: thanks matt, i'll get it(XML::LibXML) andgiveit a go. The subject line for this message was missing the RE: tag. Just a reminder to anyone new to the List that there are packages (and people:) which (who) might be confused by this... 73,

Re: [JOB] Crack OOP Perl whitebox tester wanted

2002-06-22 Thread Ged Haywood
Hi all, On Fri, 21 Jun 2002, Zac Morris wrote: Old fashioned is right, Can we decide whether this kind of post is or is not welcome on the List? My 0.02 is that if someone has decided on the terms of reference for an offer of employment which he is making then if it's legal, that's the way

Re: apache 1.3.24 mod_perl 1.27 perl 5.6.1 segv

2002-06-22 Thread Ged Haywood
Hi there, On Fri, 21 Jun 2002, John Saylor wrote: Try as I might, I cannot get apache to run. It just keeps segv-ing. Did you compile everything yourself? Did you see the document in mod_perl-1.27/SUPPORT ? 73, Ged.

Re: Illegal Instruction

2002-06-20 Thread Ged Haywood
Hi there, On Thu, 20 Jun 2002, Prakash Chatterjee wrote: I keep getting child pid 25870 exit signal Illegal Instruction (4) when trying my modperl code. Did you compile Perl and mod_perl yourself? There's very little to go on in your post, have you read the document in a file called

Re: Idiot question: headers at the base of the page.

2002-06-13 Thread Ged Haywood
Hi all, On Thu, 13 Jun 2002, Issac Goldstand wrote: - Original Message - From: Rafiq Ismail (ADMIN) [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 13, 2002 12:19 AM Under what circumstances would my page render, dumping the HTTP headers at the base? Other than

RE: AuthenNTLM, IE, KeepAlives, Post?

2002-06-11 Thread Ged Haywood
Hi there, On Tue, 11 Jun 2002, Harnish, Joe wrote: Does anyone know of issues with mod_perl and post? Here's one. 73, Ged. From [EMAIL PROTECTED] Tue Jun 11 18:16:11 2002 Date: Wed, 20 Mar 2002 19:20:29 + (GMT) From: Ged Haywood [EMAIL PROTECTED] To: Stas Bekman [EMAIL PROTECTED

RE: [OT] MVC soup (was: separating C from V in MVC)

2002-06-07 Thread Ged Haywood
Hi all, On Fri, 7 Jun 2002, Valerio_Valdez Paolini wrote: On Thu, 6 Jun 2002, Jeff wrote: We can take the discussion off-line if the list feels it will be too OT. No, please :) Yes, please. 73, Ged.

Re: Cheap and unique

2002-04-30 Thread Ged Haywood
Hi there, On Tue, 30 Apr 2002, David Jacobs wrote: I'm converting a few CGI scripts that used the PID as a cyclical unique number (in concert with TIMESTAMP - so it was TIMESTAMP.PID). Our goal is to find a replacement function that is extremely cheap (cheaper than say, random(100))

Re: Apache2/mod_perl2 an order of magnitude more powerful?

2002-04-24 Thread Ged Haywood
Hi there, On Wed, 24 Apr 2002, Nigel Hamilton wrote: 250 http server threads running concurrently would be an order of magnitude more powerful than my current set up. Have I got this right? or am I missing a big catch? No and yes in that order. Your computer won't be any more

Re: [SOT] C/F77 Wrapper for Perl

2002-04-23 Thread Ged Haywood
Hi there, On Tue, 23 Apr 2002, Vuillemot, Ward W wrote: Is it possible to write a simple C wrapper to the f77 library, and then link to Perl as a module? Have a look at Inline.pm. 73, Ged.

Re: libperl.so vs mod_perl.so

2002-04-11 Thread Ged Haywood
Hi there, On Thu, 11 Apr 2002, Mike Loiterman wrote: -BEGIN PGP SIGNED MESSAGE- There's really no need for all this... :) but there is no entry for LoadModule /libexec/apache/mod_perl.so That's because mod_perl.so doesn't exist. There is a an entry for libperl.so and there is a

Re: how to make apache server to understand the perl commands inhttpsd.conf

2002-04-11 Thread Ged Haywood
Hi there, On Thu, 11 Apr 2002, Mrajesh wrote: So, to run both the codes, we included the commands like PerlSetvar MasonCompRoot /usr/local/apache/htdocs PerlSetVar MasonDataDir /usr/local/apache/mason PerlModule HTML::Mason::ApacheHandler in httpsd.conf file. Now, when we are

Re: how to configure perl with apache server

2002-04-10 Thread Ged Haywood
Hi there, On Wed, 10 Apr 2002, rajesh wrote: We are facing problems in configuring perl with apache. Please see the mod_perl Guide at http://perl.apache.org/guide, the mod_perl cookbook (see http://modperlcookbook.org for details) and the book we know here as the Eagle book which is in

Re: PATH-like module?

2002-04-09 Thread Ged Haywood
Hi there, On Tue, 9 Apr 2002, Lyle Brooks wrote: Is there a module that provides a PATH-like capability for URLs? ViLib does this (and truckloads of things you didn't ask for:), sorry I don't have a URI handy but you'll probably find it at utac.net or with a search engine. Failing that

Re: [announce] mod_perl-1.99_01

2002-04-08 Thread Ged Haywood
Hi Stas, On Mon, 8 Apr 2002, Stas Bekman wrote: John Siracusa wrote: downside (see attached screenshot). the idea was to make certain messages more outstanding Then print only the messages you want people to see. In my view there is far too much output from a typical build and install

[JOB WABTED] [OT]

2002-04-08 Thread Ged Haywood
Hi all, Sorry this is somewhat off-topic. A colleague who is seeking work (preferably contract) has asked me to let people know. His name is Bill Horsman. I've known him for several years, he's a good man. Hope this is useful to someone. 73, Ged.

Re: Help Requested: Segfault 11 7 MONTHS after compilation on multipleservers all compiled the same running different code and different RedhatReleased all on the same day [BUG]

2002-04-08 Thread Ged Haywood
Hi there, On Mon, 8 Apr 2002, Kevin A. McGrail wrote: help in regards to making a core file. Check the debug section of the Guide: http://perl.apache.org/guide Also see the file .../mod_perl-x.xx/SUPPORT for advice on what information should be posted with a reort such as yours. 73, Ged.

Re: sun4-solaris polluted installation

2002-04-07 Thread Ged Haywood
Hi there, On Sat, 6 Apr 2002, Slava Bizyayev wrote: a lot of mess in common perl libraries. What of that could affect the installation? All sorts of things, but I'm still puzzled. To my mind you do not yet have enough evidence to point to a particular part of the system. If your production

Re: Ordering in %INC for PerlRestart

2002-04-07 Thread Ged Haywood
Hi there, On Tue, 2 Apr 2002, [iso-8859-1] Sreeji K Das wrote: I use PerlFreshRestart on to reload my modules. [snip] However, here my modules are getting loaded before the PerlRequire'd is loaded (since %INC is a hash). First, can some1 suggest a solution for this ? I always stop (with

Re: sun4-solaris polluted installation

2002-04-06 Thread Ged Haywood
Hi there, On Fri, 5 Apr 2002, Slava Bizyayev wrote: Nice try. Unfortunately, helpless... Don't you see two instances of mod_perl in common perl libraries? That's just flowers... Are you sure you understood my message? I don't understand your reply but you seem to be a little frustrated.

Re: mod_perl and open files limit

2002-04-06 Thread Ged Haywood
Hi there, On Wed, 3 Apr 2002, Mike V. Andreev wrote: files limit problem. httpd.conf: KeepAlive On MaxKeepAliveRequests 100 KeepAliveTimeout 15 MinSpareServers 5 MaxSpareServers 10 StartServers 5 MaxRequestsPerChild 0 MaxClients? What kind of diagnostics can be done to find out

Re: mod_perl and open files limit

2002-04-06 Thread Ged Haywood
Hi again, On Thu, 4 Apr 2002, Mike V. Andreev wrote: MaxRequestsPerChild 0 -- if I set this limit to 10 then the problem disappear but that way deprives project of mod_perl usage advantages Not at all, for example 90 percent of your requests won't have to reload Perl. (Of course they won't

Re: sun4-solaris polluted installation

2002-04-05 Thread Ged Haywood
Hi there, On Fri, 5 Apr 2002, Slava Bizyayev wrote: I have to (re)install mod_perl enabled Apache on prod server, which is polluted with the several previous unsuccessful attempts [snip] Actually, I need somebody very experienced with the sun4-solaris environment to assist me carefully on

Re: Pipelinning Output APP Framework

2002-04-05 Thread Ged Haywood
Hi there, On Fri, 5 Apr 2002 [EMAIL PROTECTED] wrote: [snip,snip] My goal is to develop an open source chemical tracking system. The requirements are -web based -FAST These two requirements are mutually exclusive. If you can be a little more specific about your requirements I can probably

Re: Astronomical Information [OT]

2002-04-03 Thread Ged Haywood
Hi there, On 2 Apr 2002, simran wrote: I have (for weeks) been trying to find a Perl Module (preferablly one that works under mod_perl) that does various astronomical calculations - in particular i want to be able to work out the distance of a planet (in our solar system) on a given date.

Re: make test fails on redhat

2002-04-03 Thread Ged Haywood
Hi there, On Wed, 3 Apr 2002, Jie Gao wrote: All tests successful, 6 tests skipped. Are you sure about your subject line? Files=34, Tests=382, 9 wallclock secs ( 4.47 cusr + 0.44 csys = 4.91 CPU) kill `cat t/logs/httpd.pid` cat: t/logs/httpd.pid: No such file or directory There may be

Re: PDF generation

2002-04-03 Thread Ged Haywood
Hi there, On Wed, 3 Apr 2002, Mike808 wrote: Don't know if you can run a JServ+mod_perl or JPerl hybrid, though. You can certainly run Java on one server and mod_perl on another, I do this routinely in production. (With mod_perl on the FRONT end... :) 73, Ged.

Re: AddModule mod_perl.c

2002-03-30 Thread Ged Haywood
Hi all, On Sat, 30 Mar 2002, Per Einar Ellefsen wrote: It just doesn't work w/ mod_perl. I am stumped and am probably going to give up shortly - thank anyways. That's because you haven't compiled it statically. Try starting with a clean build: only mod_perl, build it statically, add

Re: odd ld error

2002-03-28 Thread Ged Haywood
Hi there, On Thu, 28 Mar 2002, Kreimendahl, Chad J wrote: all of this is on Solaris 8 (Netra T1)... any help would be much appreciated [error] install_driver(Oracle) failed: Can't load '/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/DBD/Oracle/Oracle.so [snip] Permission denied

Re: AddModule mod_perl.c

2002-03-27 Thread Ged Haywood
: Ged Haywood [EMAIL PROTECTED] To: John Kolvereid [EMAIL PROTECTED] Cc: mod_perl Mailing List [EMAIL PROTECTED] Subject: Re: Trouble w/ LWP during mod_perl install 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

Re: Problems installing on Solaris 8

2002-03-25 Thread Ged Haywood
2002 08:24:16 + (GMT) From: Ged Haywood [EMAIL PROTECTED] To: Wayne Pascoe [EMAIL PROTECTED] Cc: mod_perl Mailing List [EMAIL PROTECTED] Subject: Re: Problems installing on Solaris 8 Hi there, On 23 Mar 2002, Wayne Pascoe wrote: Why does mod_perl need ssl and crypto ? Just curious

Re: mod_perl on Mac OSX?

2002-03-25 Thread Ged Haywood
On Sun, 24 Mar 2002 [EMAIL PROTECTED] wrote: Can anyone help point me in the right direction for installing mod_perl for Apache on Mac OSX? Try searching the archives, a list of them appears on the mod_perl home page at http://perl.apache.org. I found this one... [EMAIL

Re: [OT] Replacing reverse squid with mod_proxy

2002-03-25 Thread Ged Haywood
Hi there, On Mon, 25 Mar 2002, Hans Juergen von Lengerke wrote: I am looking into replacing the squid with apache+mod_proxy. I don't know if it will do what you need, but you might want to have a look at mod_accel. If this URI is broken mail dapiatmaildotru for the information.

Re: AddModule mod_perl.c

2002-03-24 Thread Ged Haywood
Hi there, On Sat, 23 Mar 2002, John Kolvereid wrote: Which Guide? Please advise. http://perl.apache.org/guide Did you read any of the other documentation? Please let me know why you did not know about the Guide, we have obviously failed you. 73, Ged.

Re: Be carefull with apache 1.3.24

2002-03-24 Thread Ged Haywood
Hi Pedro, On Sun, 24 Mar 2002, Pedro Melo Cunha wrote: [snip,snip] Looking at the change log, they mention a bug that multiple set-cookie's will fail (only the last one will be sent to the client, the proxy will eat the others). And it was true... The problem is that 1.3.24 final also has

Re: Problems installing on Solaris 8

2002-03-23 Thread Ged Haywood
Hi there, On 23 Mar 2002, Wayne Pascoe wrote: Why does mod_perl need ssl and crypto ? Just curious... It doesn't. Have you tried sompiling static instead of DSO? There have been DSO problems on Solaris (and elsewhere :) in the past but I thought they were mostly put to bed now. 73, Ged.

Re: Apache and Perl with Virtual Host [OT]

2002-03-23 Thread Ged Haywood
of further apology, if you'd care to reply to me privately we'll get it running for you off-list as it's not a mod_perl issue. 73, Ged. -- On Sat, 23 Mar 2002, Ged Haywood wrote: Hi there, On Fri, 22 Mar 2002, Matt Phelps wrote

Re: Problems installing on Solaris 8

2002-03-23 Thread Ged Haywood
Hi there, On 23 Mar 2002, Wayne Pascoe wrote: Ged Haywood [EMAIL PROTECTED] writes: Have you tried sompiling static instead of DSO? This is a static build. Sorry, I've deleted the original message. Why did I think it wasn't? I must be having a very bad day today. if I compile Apache

Re: Problems installing on Solaris 8

2002-03-23 Thread Ged Haywood
to send me your config. and try to repeat your problem. Come to think of it I did ask, anyway... On 23 Mar 2002, Dave Hodgkinson wrote: Wayne Pascoe [EMAIL PROTECTED] writes: Dave Hodgkinson [EMAIL PROTECTED] writes: Ged Haywood [EMAIL PROTECTED] writes: Post your httpd.conf? 73, Ged.

Re: AddModule mod_perl.c

2002-03-23 Thread Ged Haywood
Hi there, On Sat, 23 Mar 2002, John Kolvereid wrote: I am trying to install/configure mod_perl. I think it is installed but not quite sure. It's in the Guide. (How do I know if mod_perl is installed?) According to the mod_perl Reference Guide the line AddModule mod_perl.c should

Re: Apache and Perl with Virtual Host

2002-03-22 Thread Ged Haywood
Hi there, On Fri, 22 Mar 2002, Matt Phelps wrote: [snip,snip] Okay, this is still giving me problems. Here is my config. I've tried several things and still nothing. For some reason I can't get cgi scripts to run under any virtual webs, but the default web. What's a 'web'? I think you mean

RE: 0 being appended to non mod_perl scripts.

2002-03-21 Thread Ged Haywood
Hi there, On Thu, 21 Mar 2002, Mike Wille wrote: [snip,snip] I checked to see if mod_perl was handling the scripts that sent the '0' but perl is indeed handling them and not httpd. I'm not sure I understand what you're saying here. The server is running Apache 1.3.20. I'm not sure how to

Re: Subroutines taking time to return..

2002-03-21 Thread Ged Haywood
Hi there, On Thu, 21 Mar 2002, Perrin Harkins wrote: When you call the script, do you get segfaults in the error log? Coming into this thread a little late, so sorry if you already said, what version of Perl are you using? I had problems with Devel::Dprof and dprofpp on 5.7.1 which were

Re: Subroutines taking time to return..

2002-03-21 Thread Ged Haywood
Hi again, On Thu, 21 Mar 2002, David Brown wrote: OK, I have it working now. Guess I shold read ALL my mail before replying to any of it... 73, Ged.

Re: Off topic question a little worried

2002-03-21 Thread Ged Haywood
Hi there, On Thu, 21 Mar 2002, John Michael wrote: Any idea as to how it got on my server. Nope. There are a thousand ways it could have been done if your server is not carefully secured. Do waht Perrin said - take it offline, it can't be trusted - and read the CERT stuff that you've been

Re: modperl and SQL db select

2002-03-21 Thread Ged Haywood
Hi all, On Thu, 21 Mar 2002, Perrin Harkins wrote: Please, please, please KILL THIS THREAD! I second that. It's all been done before guys. 73, Ged.

Re: Subroutines taking time to return..

2002-03-20 Thread Ged Haywood
Hi there, On Wed, 20 Mar 2002, David Brown wrote: I've been profiling my MySQL driven Mod_Perl website [snip] (using Time::HiRes) [snip] I expected all the complicated DB access stuff to make up the time MySQL is pretty quick. :) instead it seems to be consuming 0.005 in returning from

RE: CGI.pm and POST requests

2002-03-20 Thread Ged Haywood
Hi there, On Wed, 20 Mar 2002, Vuillemot, Ward W wrote: On Tue, 19 Mar 2002 14:06:15 -0800 Vuillemot, Ward W wrote: why would it work for cgi and not mod_perl? From: Ged Haywood [Replying privately because of large attachment] Does the attached version of CGI.pm help? (I have added

Re: Trouble w/ LWP during mod_perl install

2002-03-18 Thread Ged Haywood
Hi John, On Sun, 17 Mar 2002, John Kolvereid wrote: Thanks for sticking in there w/ me. :) There are a great many options and the number of combinations is awesome. True, but there's no point worrying about the number of combinations, you need to worry about setting things up the way

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.

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

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

Re: problem in recompiling

2002-03-15 Thread Ged Haywood
Hi there, On Thu, 14 Mar 2002, Parag R Naik wrote: I am using ActivePerl 5.6 . I had executed the Makefile.PL with Active Perl hence the Makefile created contain the activeperl entry .. I don't know anything about ActivePerl. I think that its use might be the cause of your problem. Can

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

2002-03-15 Thread Ged Haywood
Hi there, On Fri, 15 Mar 2002, David Ranney wrote: I really like the new logo, and in fact I voted for it. However, I just realized that the logo uses modperl, whereas mod_perl's name is mod_perl, with the underscore. Does anyone else see this as a problem? I've always been annoyed at how

Re: problem in recompiling

2002-03-14 Thread Ged Haywood
Hi there, On Thu, 14 Mar 2002, Parag R Naik wrote: Hi all, I am having a problem compiling mod_perl 1.26 src with apache 1.3.22 src. The problem on running make occur at the following command gcc -c -I../.. -I/usr/local/ActivePerl-5.6/lib/5.6.1/i686-linux-thread-multi/COR ActivePerl ?

Re: Tie hashes in DBIx::Recordset [OT]

2002-03-13 Thread Ged Haywood
Hi there, On Wed, 13 Mar 2002, Marcus Claesson wrote: How do I succesfully preserve the column order (''$fields'= $joined_col') in my array-of-hashes generated using DBIx::Recordset? Check out a Perl tutorial or the Camel book. Perl's hashes do their own thing with ordering, so unless you

Re: Blank Pages ( Revisited ) [Semi-OT]

2002-03-13 Thread Ged Haywood
Hi there, On Wed, 13 Mar 2002 [EMAIL PROTECTED] wrote: However, when I do a random query I get some blank pages. I traced this to the DBI Log using the DBH-Trace(2, /tmp/DBI.log). I found that sometimes the execute() returns 0E0. Does anybody knows why?? It probably means zero multiplied

Re: query

2002-03-13 Thread Ged Haywood
Hi there, On Wed, 13 Mar 2002, Parag R Naik wrote: We have installed perl 5.6 Make sure you get 5.6.1 not 5.6.0 which is buggy. 73, Ged.

RE: Newbie install problems

2002-03-11 Thread Ged Haywood
Hi there, On Mon, 11 Mar 2002, Nicolai Schlenzig (DXD) wrote: After updating my FreeBSD 4.5-STABLE I got installed perl 5.6.0 on top of my 5.00503 and it was all dandy... until I updated a CPAN module which wanted to install 5.6.1 on top again. Why not set the CPAN configuration file so

Re: where should the handler sript be kept

2002-03-11 Thread Ged Haywood
Hi there, On Mon, 11 Mar 2002, Rizwan Majeed wrote: I am trying to invoke a handler script. I have set the location tag in httpd.conf I dont know where to place the script so that Apachi picks it up at run-time. Have a look in the Guide: http://perl.apache.org/guide and the Eagle Book:

Re: SSL Installation Questions - Help

2002-03-10 Thread Ged Haywood
Hi there, On Sat, 9 Mar 2002, Kirk Rogers wrote: I've acquired: mod_perl-1.26.tar.gz openssl-0.9.6c.tar.gz apache_1.3.22.tar.gz apache_1.3.22+ssl_1.47.tar.gz I use mod_ssl with no problems, you could try that. 73, Ged.

RE: Simple configuration question

2002-03-09 Thread Ged Haywood
Hi again, On Fri, 8 Mar 2002, Kirk Rogers wrote: if I add APACHE_PREFIX=/usr/local/apache_ssl it shouldn't even touch anything I have in my original installation at /usr/local/apache. Is this correct? Then I can slowly migrate my configuration file over to the new installation

Re: About Apache::DBI

2002-03-09 Thread Ged Haywood
On Sat, 9 Mar 2002, Axel Andersson wrote: Okay, so I read up on Apache::DBI, but I still have a question or two. Specifically, am I supposed to keep my use DBI, DBI-connect(), and everything DBI related and not change a single thing in my source What did you read? Here are the first six

Re: Hi........

2002-03-09 Thread Ged Haywood
Hi all, On Sat, 9 Mar 2002, Mark Fowler wrote: On Sat, 9 Mar 2002, Balaji_Mahalingam wrote: Can any one send me the installing and configuring details of mod_perl-1.26 There's installation instructions in the Guide: http://perl.apache.org/guide/install.html Not to mention in the

Re: segfaulting upon request

2002-03-08 Thread Ged Haywood
Hi there, On Thu, 7 Mar 2002, Steev Hise wrote: On Thu, 7 Mar 2002, Ged Haywood wrote: - on redhat 7.0 linux i686, kernel 2.2.19-7.0.1smp --- - perl -V - Summary of my perl5 (revision 5.0 version 6 subversion 1

Re: Simple configuration question

2002-03-08 Thread Ged Haywood
Hi there, On Fri, 8 Mar 2002, Kirk Rogers wrote: now I'd like to add SSL capabilities and dont want to clobber my existing system How can I add SSL to my existing distribution without overwriting any of my current configuration and files? Go ahead and rebuild with the latest sources in a

Re: segfaulting upon request

2002-03-07 Thread Ged Haywood
Hi there, On Mon, 4 Mar 2002, Steev Hise wrote: I'm having trouble with the latest version of mod_perl and apache. (version 1.26 with apache 1.3.23) upon startup there's a segmentation fault upon any http request. i'd be grateful for any assistance. [snip] i built modperl and apache like

Re: RegistryLoader Segmentation fault

2002-03-01 Thread Ged Haywood
Hi there, On Fri, 1 Mar 2002, Fran Fabrizio wrote: using Apache::RegistryLoader I'm getting a seg fault when I attempt to start apache Read mod_perl/SUPPORT Did you compile your own Perl, mod_perl and Apache? You might be better off with Perl version 561 instead Are you using DSO? 73,

RE: Apache stops serving requests

2002-02-28 Thread Ged Haywood
Hi again, On Thu, 28 Feb 2002, Jeremy Rusnak wrote: This has been happening on both 24 and 22 machines I've recompiled everything but Perl itself (560) with the stock Redhat 62 and 72 Definitely go for 561 at least, 560 is buggy Compile your own, don't use RPMs unless you have evidence

Re: [OT] Weird (unwanted) text on page

2002-02-25 Thread Ged Haywood
Hi there, On Mon, 25 Feb 2002, Viljo Marrandi wrote: I've made one site using Embperl (but I think it's not Embperl problem) for image selling agency. Some time ago their HDD crashed and I had to restore whole site from older code, Oops. I guess they're doing backups now? Before it

Re: System crash related to mod_perl

2002-02-23 Thread Ged Haywood
Hi Jim, On Sat, 23 Feb 2002, Jim Hull wrote: I wrote some code to dynamically create an image [snip] viola.[:)] [snip] Within a few minutes my wife complains her browser has crashed. [snip] I did not notice the problem as I exclusively use Mozilla, [snip] That's unusual, normally it's

Re: SUCCESS: libapreq working in Mac OS X

2002-02-22 Thread Ged Haywood
Hi there, On 22 Feb 2002, Joe Schaefer wrote: John Siracusa [EMAIL PROTECTED] writes: [snip,snip] 3) Install libapreq.so.1.0.0 (to /usr/local/lib) using: % ./configure % make % make install 4) Now install Apache::Request and Apache::Cookie using

Re: [OT-ish] Session refresh philosophy

2002-02-19 Thread Ged Haywood
Hi there, On Mon, 18 Feb 2002, Milo Hyson wrote: maybe I'm just approaching the problem incorrectly. If one is doing a shopping-cart-style application (whereby someone selects/configures multiple items before they're ultimately committed to a database) how else would you do it? There has

Re: [OT] Really need Comments! very strange bug that happens onlyon Linux.

2002-02-19 Thread Ged Haywood
Hi all, On 19 Feb 2002, Randal L. Schwartz wrote: Yes. Learn that 1/10 doesn't have a precise representation in binary, so *all* floating point numbers are approximate. Well, maybe not 0.5, 0.25,... :) 73, Ged.

RE: mod_perl compile problem

2002-02-15 Thread Ged Haywood
Hi there, On Thu, 14 Feb 2002, OCNS Consulting wrote: I Unzip/Untar the Apache tarball and change to the Apache top level distribution directory. I then Unzip/Untar the module dists and one by one prep each module for a static build and then finally build mod_perl as per my previous

Re: POST without any content - sometimes

2002-02-15 Thread Ged Haywood
2002 Date: Tue, 12 Feb 2002 19:42:32 + (GMT) From: Ged Haywood [EMAIL PROTECTED] To: Anders Knuts [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: POST without any content - sometimes Hi there, On Tue, 12 Feb 2002, Anders Knuts wrote: I have a board script to which users can post

Re: POST without any content - sometimes

2002-02-15 Thread Ged Haywood
Hello again, On Fri, 15 Feb 2002, Anders Knuts wrote: [snip,snip] to use tcpdump in this case, Any hints? You can use tcpdump to record the entire conversation between the browser and the server. To find out how to use it you can just type 'man tcpdump'. If it's a problem specific to one IP

Re: FW: mod_perl compile problem

2002-02-14 Thread Ged Haywood
Hi there, On Thu, 14 Feb 2002, IEEE Consulting wrote: Any other thoughts on this issue? I really would like to use mod_perl. What's your Linux installation? You _have_ got the Linux sources and things like that installed? 73, Ged. PS: you don't need to circulate to the dev list.

RE: FW: mod_perl compile problem

2002-02-14 Thread Ged Haywood
Hi there, On Thu, 14 Feb 2002, OCNS Consulting wrote: The Server is installed with Redhat Linux 7.2 with latest the kernel Sorry if this has been covered, I haven't read all the thread: did you get the sources for Perl, Apache and mod_perl as tarballs or did you use RPMs? If you used RPMS

RE: mod_perl compile problem

2002-02-14 Thread Ged Haywood
Hi again, On Thu, 14 Feb 2002, OCNS Consulting wrote: I revert back to the ActiveState rpm version 5.6.1 Build 631. Do you believe that the version of PERL or APACHE has something to do with it? No, I don't think it's a Perl problem, but it's a very complex bunch of software and an awful

Re: Genius for hire

2002-02-12 Thread Ged Haywood
Hi there, On 11 Feb 2002, jon schatz wrote: Can I request then that the suggested tag [JOB] be used for such postings? Please see http://perl.apache.org/email-etiquette.html 73, Ged.

Re: About PerlLogHandler phase

2002-02-12 Thread Ged Haywood
Hi there, On Tue, 12 Feb 2002, James G Smith wrote: Randy J. Ray [EMAIL PROTECTED] wrote: * Are there ways to register other log types, in addition to the access, error, etc.? Such that people could specify those (and a format) the same way they specify the others? More to the point,

Re: Influencing @INC list

2002-02-12 Thread Ged Haywood
Hi there, On Mon, 11 Feb 2002, Kevin Slean wrote: I need to run multiple apache servers on one Solaris 2.7 box configured in such a way that each of them accesses their own private copy of perl libraries. Could you accept recompiling Perl without the couple of paths which get in the way,

Re: POST without any content - sometimes

2002-02-12 Thread Ged Haywood
Hi there, On Tue, 12 Feb 2002, Anders Knuts wrote: I have a board script to which users can post (of course) One IP-address has sometimes problems posting to that script, though. [snip] really isn't mine, but what causes it??? How can the POST loose it's content like that? [snip] Could it

RE: mod_perl + UNIVERSAL

2002-02-12 Thread Ged Haywood
Hi all, On Tue, 12 Feb 2002, Stathy G. Touloumis wrote: There really is no reason to cleanup the globals since they are still referenced and in memory. Perhaps you can consider an interface around your code which can handle the cleanup and such of any variables. You could also set a

Re: Weird mod_perl CGI.pm interaction (Bug?)

2002-02-08 Thread Ged Haywood
Hi Mike, On Fri, 8 Feb 2002, Mike McLagan wrote: My message is about data space. The data space for the modules does not seem to be recreated or reinitialized (BEGIN blocks are not rerun) from one invocation of a script to another. Yes, this is well known to mod_perl users and it's in

Re: DBI handle cleared whilst still active

2002-02-08 Thread Ged Haywood
Hi there, On Fri, 8 Feb 2002 [EMAIL PROTECTED] wrote: I run the following script (just select the dbname and hostname from a function, commented out host user and password) [snip] abba02.orgdv perl test4.pl Content-type: text/plain DB: ENTWICKL auf Maschine: abbaentwickel.orgdv DBI

Re: Segmentation fault

2002-02-08 Thread Ged Haywood
Hi there, On Fri, 8 Feb 2002, Gregory Belenky wrote: Just found that Apache::Util::unescape_uri when gets undefined value as parameter not returns undefined value, but make SUBJ! Why that's happens? Perhaps I'm being dense, I do not understand the question. What is SUBJ? if we have to

Re: mod_perl, OpenPGP Math::Pari - Solved

2002-02-07 Thread Ged Haywood
Hi again, On Fri, 8 Feb 2002, Jason Galea wrote: someone coulda told me to RTFM.. 8) That's what I was trying to tell you. :) 73, Ged.

Re: Weird mod_perl CGI.pm interaction (Bug?)

2002-02-07 Thread Ged Haywood
Hi there, On Thu, 7 Feb 2002, Mike McLagan wrote: I have two scripts, call them A and B. [snip] $q = new CGI; [snip] Inveriably, I end up with B::show() in my output, not at all what I wanted, Isn't this mentioned in the mod_perl Guide? http://perl.apache.org/guide 73, Ged.

Re: Subrequests

2002-02-07 Thread Ged Haywood
Hi there, On Thu, 7 Feb 2002, Miroslav Madzarevic wrote: Is it possible that my perl script (Apache::Registry, Apache::PerlRun, HTML::Mason or whatever) could run multiple times with same parameters when the user just invokes the URL once (for example clicks on A tag) and if so how can I

RE: [Q] SIGSEGV After fork()

2002-02-07 Thread Ged Haywood
Hi there, On Thu, 7 Feb 2002, Fister, Mark wrote: Tried that. Note: you also tried to help a fellow back in November of 2001 on this VERY same stack trace. http://groups.yahoo.com/group/modperl/message/39560 Heh, didn't get very far with Lynx on that URL... does anybody know what

Re: Weird mod_perl CGI.pm interaction (Bug?)

2002-02-07 Thread Ged Haywood
Hi there, On Thu, 7 Feb 2002, Mike McLagan wrote: Isn't this mentioned in the mod_perl Guide? http://perl.apache.org/guide I dug thru the guide and I found no mention at all of anything similar to this. http://perl.apache.org/guide/porting.html 73, Ged.

Re: Weird mod_perl CGI.pm interaction (Bug?)

2002-02-07 Thread Ged Haywood
Hi again, On Thu, 7 Feb 2002, Mike McLagan wrote: On Fri, 8 Feb 2002 01:18:19 + (GMT), Ged Haywood wrote: On Thu, 7 Feb 2002, Mike McLagan wrote: Isn't this mentioned in the mod_perl Guide? http://perl.apache.org/guide I dug thru the guide and I found no mention at all

<    1   2   3   4   5   >