Re: mod_perl segfaulting (Redhat 7.2, DSO, Apache 1.3.20)

2001-11-26 Thread Ged Haywood
Hi there, On Mon, 26 Nov 2001, John Chia wrote: Still segfaulting. Same place. [snip] Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration: [snip] Compiler: [snip] gccversion='2.96 2731 (Red Hat Linux 7.12.96-98)', Did you compile Perl yourself? 73, Ged.

Re: DBD::mysql and libmysqlclient.so.10

2001-11-29 Thread Ged Haywood
Hi there, On Thu, 29 Nov 2001, Ryan Thompson wrote: Can't load '/usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/DBD/mysql/mysql.so' for module DBD::mysql: Shared object libmysqlclient.so.10 not found at /usr/libdata/perl/5.00503/Dynaloader.pm line 169. libmysqlclient.so.10 DOES

Re: Apache::Gallery

2001-10-08 Thread Ged Haywood
HI Randal, On 8 Oct 2001, Randal L. Schwartz wrote: Matt [snip] I'd like to see added [snip] Matt is the images displayed on a .html page with... I'm planning a rewrite that will do exactly that. When? :) 73, Ged.

Re: Apache::Cookie bug with value = undef

2001-10-08 Thread Ged Haywood
Hi Dave, On Mon, 8 Oct 2001, Dave Rolsky wrote: Apache::Cookie-new( $r, -name = 'foo', -value = { will_break = '', completely_borked = 1 } )-bake; Have you tried doing Apache::Cookie-new( $r, -name = 'foo',

Re: [OT] Off Topic?

2001-10-11 Thread Ged Haywood
Hi George, On Thu, 11 Oct 2001, George Sanderson wrote: Is there anything special about putting things, like, [OT] in the subject line, other than being informative? See attached. 73, Ged. This document is named admin.txt. Introduction to The mod_perl Mailing List

Re: [OT] Off Topic?

2001-10-15 Thread Ged Haywood
Hi guys, On Fri, 12 Oct 2001, Robin Berjon and Ed Phillips wrote: On Friday 12 October 2001 00:52, Ged Haywood wrote: See attached. RB Shouldn't that document go on perl.apache.org ? Last time you brought it up RB you thought that it wasn't perfect enough yet, but however relatively RB

Re: search engine module?

2001-10-16 Thread Ged Haywood
Hi all, On Mon, 15 Oct 2001, Ask Bjoern Hansen wrote: On Fri, 12 Oct 2001, Perrin Harkins wrote: [...] Plus lots of other stuff like Glimpse and Swish which interface to C-based engines. I've had good luck with http://swish-e.org/2.2/ Please make sure that it's possible to do a

Re: New Installation...

2001-10-16 Thread Ged Haywood
Hi there, On Tue, 16 Oct 2001, El Capitan wrote: The error_log file has: [Tue Oct 16 11:26:01 2001] [crit] (98)Address already in use: make_sock: could not bind to port 8529 Anyone have suggestions? Check to see if you already have an Apache running before you try to start another

Re: IBM patents Template Systems?

2001-10-17 Thread Ged Haywood
Hi all, On Wed, 17 Oct 2001, Nathan Torkington wrote: Joe Schaefer writes: A causal reading seems to suggest that most mod_perl-based templating systems do exactly what this patent will cover: the tool generates the customized Web site without the web site creator writing any HTML or

Re: PerlWarn and syslog

2001-12-06 Thread Ged Haywood
Hi there, On Thu, 6 Dec 2001, Lance Uyehara wrote: ErrorLog syslog Are you sure you want to do this? How do I get the warnings when syslog is used? There are some tips in Stas Bekman's new book, not yet published (you'll have to become a reviwer:) and you will find some help in the guide

Re: Apache crashing on mod_perl installation.

2001-12-10 Thread Ged Haywood
Hi there, On Mon, 10 Dec 2001, Titus Brown wrote: When I do a gdb on the resulting core dump, I find that it's crashing in perl_handler(). Any ideas? See modperl/SUPPORT 73, Ged.

Re: Apache crashing on mod_perl installation.

2001-12-10 Thread Ged Haywood
Hi again, On Mon, 10 Dec 2001, Titus Brown wrote: EXTRA_CFLAGS1=`$(SRCDIR)/apaci` EXTRA_LIBS=`perl -MExtUtils::Embed -e ldopts` EXTRA_CFLAGS=$(EXTRA_CFLAGS1) `perl -MExtUtils::Embed -e ccopts` H. Have you tried building without all this messing about with the Makefile? did make make

Re: Auth Handlers

2001-12-10 Thread Ged Haywood
Hi there, On Mon, 10 Dec 2001, Stathy Touloumis wrote: error : [Mon Dec 10 13:09:35 2001] [crit] [client 192.168.6.59] configuration error: couldn't check user. No user file?: /index.html Send the config? 73, Ged.

Re: Apache crashing on mod_perl installation.

2001-12-10 Thread Ged Haywood
Hi again, On Mon, 10 Dec 2001, Titus Brown wrote: Bear in mind these are in the instructions for installation for mod_perl ;). :) I don't want it to install in the default place. The only time I've had real grief with building was when I did that. One of the problems is that it's difficult

RE: Auth Handlers

2001-12-10 Thread Ged Haywood
On Mon, 10 Dec 2001, Stathy Touloumis wrote: Directory /home/stathy/apache/html AuthName Login AuthType Base::Session::Handler require valid-user PerlAuthenHandler Base::Session::Handler /Directory Forgive me, it's late, and I'm afraid I've deleted the original question.

Re: Apache crashing on mod_perl installation.

2001-12-11 Thread Ged Haywood
Hi there, On Tue, 11 Dec 2001, Titus Brown wrote: Do you know how I can turn on debugging symbols so that gdb can give me more info (about line number, etc.)? I've forced 'gcc' to always have the -g flag on, but that doesn't seem to be enough for some reason... The Guide is your friend:

Re: Apache crashing on mod_perl installation.

2001-12-12 Thread Ged Haywood
Hi there, On Wed, 12 Dec 2001, Titus Brown wrote: The core dump happens on the dPPDIR call in the beginning of the perl_handler function in mod_perl.c (line 820 in the latest dist). The line expands to: #define dPPDIR \ perl_dir_config *cld = (perl_dir_config

Re: Apache::SizeLimit Exit is Delayed

2001-12-13 Thread Ged Haywood
Hi there, On Thu, 13 Dec 2001, Igor Sysoev wrote: On Thu, 13 Dec 2001, Perrin Harkins wrote: How about sending Stas a patch for the guide with information on this? It might be useful to other BSD'ers. My English is too poor for it. Send it to me then. :) 73, Ged.

Re: Can't call Apache::Request-new()

2001-12-14 Thread Ged Haywood
Hi there, On Fri, 14 Dec 2001, Anand R wrote: The Request Object contains info sent to the server in the client's request. [snip] Maybe this should not a big problem,U just have to have a look at the Apache Doc. I think he's trying to say perldoc Apache::Request :) 73, Ged. PS: Cute

RE: Can't call Apache::Request-new()

2001-12-14 Thread Ged Haywood
Hi all, On Fri, 14 Dec 2001, Alex Porras wrote: I have version .33 working on perl 5.6.1 on a redhat 7.2 box (I compiled perl myself). However, if I do the command you do below, I get the same You need a request object to give to Apache::Request::new(). It makes no sense to call it from the

Re: mod_perl vs. C for high performance Apache modules

2001-12-14 Thread Ged Haywood
Hi there, On Fri, 14 Dec 2001, Jeff Yoak wrote: This is something different. [big snip] Indeed it is. It's a refreshingly honest appraisal of what might, in hindsight, have been easily avoided mistakes. And nobody ever did anything without making a few. Thanks. 73, Ged. PS: Are any of

Re: [DIGEST] mod_perl digest 2001/12/15

2001-12-18 Thread Ged Haywood
Hi James, On Tue, 18 Dec 2001, James G Smith wrote: With many thanks to Geoffrey Young for his work on this digest in the past, I will try and continue the job for a while. Good man! 73, Ged.

Re: mixing script in virtual hosts

2001-12-19 Thread Ged Haywood
Hi there, On Wed, 19 Dec 2001, Yuri A. Kabaenkov wrote: In script.cgi i share this variables like wroten in perl_mod Guide. [snip] sometimes script.cgi from one virtual host uses module.pm from another. How can i fix it ? Keep reading the Guide. it's in there. Get the source and grep -ir

[OT] Re: multipart read error

2001-12-22 Thread Ged Haywood
Hi there, On Fri, 21 Dec 2001, Boex,Matthew W. wrote: CGI.pm: Server closed socket during multipart read (client aborted?) [snip] i get this error as soon as i hit my upload [snip] files that are between 10-40k are no problem. when i upload 100-400k, i get this Might be $CGI::POST_MAX Try

Re: [modperl site design challenge] and the winner is...

2001-12-24 Thread Ged Haywood
Hi there, On Sun, 23 Dec 2001, Philip Mak wrote: I took a look at the winning design You just spammed the Net with 100 Megabytes of junk. Please don't send 60k messages to the mod_perl list. 73, Ged.

Re: Modperl + ASP-perl buffering problems

2001-12-26 Thread Ged Haywood
Hi there, On Wed, 26 Dec 2001, Szymon Juraszczyk wrote: I use Apache-1.3.22 + modperl-1.26 and Apache::ASP 2.29. I experience problems with Apache::ASP $Response-Flush() method, [snip] the data are still getting buffered somewhere. Can you be sure that it isn't a browser which is doing the

Re: Help ! TCP stream kept open by mod_perl : possible ?

2002-01-01 Thread Ged Haywood
Hi there, On Tue, 1 Jan 2002, Denis Bucher wrote: I have a project with Apache mod_perl and I don't know it it is able to do it. It is able. and any help is welcomed :-)) http://perl.apache.org/guide I want to do a simple webmail, Have you checked out the various packages on CPAN? 73,

Re: confused and need help

2002-01-12 Thread Ged Haywood
Hi there, On Sat, 12 Jan 2002, John Michael wrote: I wanted to update my apache and mod-perl install. H. I take it you had a good reason for doing this? I stated to do it and [snip] usr/local/lib/perl5/5.6.1 I already have a version in usr/lib/perl5/5.6.0 Did it automatically

Re: oddities

2002-01-12 Thread Ged Haywood
Hi there, On Sat, 12 Jan 2002, Arnold van Kampen wrote: What could be wrong in this few lines: It is supposed to add 10 to the value in the textfield after each submission. Sounds supiciously like you're using Apache on a system which allows Apache to have many child processes, and you

Re: oddities

2002-01-12 Thread Ged Haywood
Hi again, On Sat, 12 Jan 2002, Arnold van Kampen wrote: (only the plain string works, not the function textfield() after several submissions) Try this instead of the first line in your handler: my $r=shift; my %params = ($r-method eq 'POST') ? $r-content : $r-args; my $bla =

Re: formmail spammers

2002-01-13 Thread Ged Haywood
On Sat, 12 Jan 2002, Perrin Harkins wrote: http://www.spamassassin.org/ Without a doubt, the best anti-spam solution around. That looks great for solving the problem on my own account, Well it might look great, but the only result I've had from it so far is MORE SPAM! Mail::

Re: oddities

2002-01-13 Thread Ged Haywood
Hi Arnold, On Sun, 13 Jan 2002, Arnold van Kampen wrote: So if you could still be so kind as to look at the code sample below: I'm sorry, I cannot afford the time to vet your code for you. Perhaps you don't need CGI.pm at all, could you use Apache::Request? 73, Ged.

[OT] Trouble with dprofpp and Devel::DProf

2002-01-17 Thread Ged Haywood
Hi all, Anyone using 5.7.0 had any trouble with dprofpp? Devel::DProf writes tmon.out OK but dprofpp doesn't understand it. The whole kit came with 5.7.0 in one source tarball. I searched p5p with the Google and the perl.com engine and came up with nothing. 73, Ged.

Re: [OT] Trouble with dprofpp and Devel::DProf

2002-01-18 Thread Ged Haywood
Hi Rob, On Fri, 18 Jan 2002, Robert Landrum wrote: Anyone using 5.7.0 had any trouble with dprofpp? Double check that the dprofpp is the same one distributed with 5.7.0 and not 5.6.1 or earlier perl's... ??!! Never had 5.6 on that machine, but I already did that anyway... :)

Re: QUESTION: how to debug segfault apache1.3.22/mod_perl1.26/HTML::Mason

2002-01-21 Thread Ged Haywood
Hi there, On Wed, 16 Jan 2002, Chris Hutchinson wrote: I've recently built apache 1.3.22/mod_perl 1.26, statically with perl 5.6.1 on linux RH 7.0. [snip] ccversion='', gccversion='2.96 2731 (Red Hat Linux 7.0)', At the risk of sounding like a broken record, have you tried

Re: DataBreeze for MySQL/ModPerl/Apache

2002-01-27 Thread Ged Haywood
Hi there, On Thu, 24 Jan 2002, Joe Junkin wrote: Feedback from the Perl/ModPerl/Apache community is important. [snip] You may download the software for evaluation at http://www.databreeze.com html titleDataBreeze Download/title body bgcolor=white h2Select the DataBreeze Code version you

Re: performance coding project? (was: Re: When to cache)

2002-01-27 Thread Ged Haywood
Hi all, Stas has a point. Perl makes it very easy to do silly things. This is what I was doing last week: if( m/\b$Needle\b/ ) {...} Eight hours. (Silly:) if( index($Haystack,$Needle) m/\b$Needle\b/ ) {...} Twelve minutes. 73, Ged.

Re: New mod_perl Logo

2002-01-30 Thread Ged Haywood
Hi all, On Tue, 29 Jan 2002 [EMAIL PROTECTED] wrote: How about BigFoot? Probably not the best for a server application. Might make one think of the footprint involved ... That was one of my points. :) There will be fame although possibly not fortune for the first person to publish

Re: New mod_perl Logo

2002-01-30 Thread Ged Haywood
Hi Ron, On Wed, 30 Jan 2002, Ron Savage wrote: In a message dated 30-Jan-02 12:50:50 AM GMT Standard Time, [EMAIL PROTECTED] writes: How about BigFoot? All these American-style names are verging on the racist. This is world-wide code, not s/$Expletive// American-wide code. But I'm

[OT] Re: mod_perl Developer's Cookbook

2002-02-02 Thread Ged Haywood
Hi all, On Fri, 1 Feb 2002, Joe Brenner wrote: Spend only $4 more, and you too can show your disgust for software patents. And while you're doing that, think how lucky you are to have the luxury. 73, Ged.

Re: questions

2002-02-02 Thread Ged Haywood
Hi Stu, On Sat, 2 Feb 2002, stu seven wrote: 1) Is installing mod_perl necessary to running perl scripts No, but there are good reasons for using mod_perl to do it. 2) [snip]can I add the PerlSendHeader On to Apache without running mod_perl ? No, it will cause Apache to grumble about

Re: ld: 0711-319 WARNING: Exported symbol not defined:

2002-02-02 Thread Ged Haywood
Hi there, On Thu, 31 Jan 2002, J S wrote: Apache compiles OK, but during make there are a lot of the following messages: .. .. ld: 0711-319 WARNING: Exported symbol not defined: Perl_yyrule ld: 0711-319 WARNING: Exported symbol not defined: cast_i32 [snip] .. .. and so on My

Re: Location Directives and Perl Handlers...

2002-02-02 Thread Ged Haywood
Hi there, On Sat, 2 Feb 2002, eCap wrote: Does it make sense to create a Location directive with a Perl Handler for each and every web transaction? Well of course it all depends on what the transactions are, but as a rule I'd say probably not. A mod_perl process can consume quite a lot of

Re: hi, help needed...

2002-02-03 Thread Ged Haywood
Hi there, On Sat, 2 Feb 2002, unknown wrote: I was on this website, which i believe is yours. How can i make the same thing on my apache (win32) 1.3.22 http://www.xorgate.com/Apache/OpenIndex/demo/ I'm not sure I understand the question. If you want a demonstration of Apache running on

Re: MacOSX Requests and Cookies

2002-02-03 Thread Ged Haywood
Hi there, On Sun, 3 Feb 2002, John Siracusa wrote: Okay, I tried it again, from the very beginning. [snip] So...what am I doing wrong? Well this doesn't look good... [snip] /usr/bin/ld: warning -L: directory name (/usr/local/lib) does not exist [snip] ...nor does this. [snip] Checking

Re: mod_perl, OpenPGP Math::Pari

2002-02-04 Thread Ged Haywood
Hi there, On Tue, 5 Feb 2002, Jason Galea wrote: [snip] My only guess is that somehow mod_perl on the production server is using a different library [snip] Anyone? any clues on where to start looking? perl -V That's lower case perl, upper case V. 73, Ged.

Re: mod_perl, OpenPGP Math::Pari

2002-02-05 Thread Ged Haywood
Hi there, On Wed, 6 Feb 2002, Jason Galea wrote: now that's funny! ok, so I was babbling.. try this. A simple perl script useing Crypt::OpenPGP runs fine from the command line while the same subroutine used in a mod_perl module on the same machine crashes. Why? There's a file in the

Re: [OT] Server error log says Accept mutex: sysvsem

2002-02-06 Thread Ged Haywood
Hi there, On Wed, 6 Feb 2002, Rafiq Ismail (ADMIN) wrote: The following message keeps appearing in my server error log guess would be that it's harmless. Nothing to do with mod_perl, check the Apache docs (performance tuning guide). Presumably this only happens when you restart the server?

RE: [?] Same Named Modules, Different Paths

2002-02-06 Thread Ged Haywood
Hi all, On Wed, 6 Feb 2002, Stathy G. Touloumis wrote: We have a similar issue here but it is designed more for development of modules/code by multiple developers. If each of your developers runs her own copy of Apache, each copy listening to a different port, you can make the namespace

Re: [Straying from the Topic] Installing from scratch Apache +mod_perl + Apache::ASP (+maybe others) on unix

2002-02-06 Thread Ged Haywood
Hi there, On Thu, 7 Feb 2002, Rod Butcher wrote: professionals are being driven mad, despite reading the Guide (which despite being complete is still mysterious, it comes across as having a mission statement to contain everything rather than to be useful, sorry). Patches, chapters, help

Re: [Q] SIGSEGV After fork()

2002-02-06 Thread Ged Haywood
Hi there, On Wed, 6 Feb 2002, Mark P. Fister wrote: Collectively, we've been at this for more than two weeks and have searched various mod_perl archives, all to no avail. :( SIGSEGV after fork(). Very reproducible. Memory corruption gets moved around if the codebase changes. [snip]

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

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: 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: 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: 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: [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: 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: 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: [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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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

<    1   2   3   4   5   >