Re: how to really bang on a script?

2000-10-31 Thread G.W. Haywood
Hi all, On Mon, 30 Oct 2000, Ask Bjoern Hansen wrote: On Sat, 28 Oct 2000, Christopher L. Everett wrote: OK, I confess: I've written (probably yet another) mod_perl banner exchange. I need to know that when we serve 100K banners to 40K if anyone doubts that perl and mod_perl is a

Re: how to really bang on a script?

2000-10-31 Thread G.W. Haywood
Hi Dave, On 31 Oct 2000, David Hodgkinson wrote: Hey, you leave ValueClick alone! They're the least worst out there! (Is that a compliment?) Ok, truce. There's room in the world for all sorts (even you and me:) At the moment. 73, Ged.

Re: hashes and mod_perl

2000-10-31 Thread G.W. Haywood
Hi again, Pass a reference. my $rhash = \%output; my $result = func( $rhash ); Okay this solves my problem that I had. Is it in anyway possible to tie the hash once to a dbm file? At the moment it is tied every time a script is called. Sounds like you haven't really got to grips

Re: mod_perl problems..

2000-10-31 Thread G.W. Haywood
Hi there, On Mon, 30 Oct 2000, Michael J. Freeman wrote: Can anyone please advise me what to do? I think it would help if you gave us more information. Read mod_perl-1.xx/SUPPORT 73, Ged.

Re: Problem with Apache::ASP

2000-10-31 Thread G.W. Haywood
Hi there, On Mon, 30 Oct 2000, Fabio Albertin wrote: There's one thing I forgot to mention: I'm running a statically compiled version of Papche, as recommended in the Apache::ASP README, so I don't think my httpd.conf needs to load any modules, or does it? I checked my log file for the

Re: Problem with Apache::ASP

2000-10-31 Thread G.W. Haywood
Hi Fabio, On Tue, 31 Oct 2000, Fabio Albertin wrote: Have you seen the Guide? http://perl.apache.org/guide I have, but it's rather confusing. Oh, dear, we'll have to do something about that. Can you point out any particular areas that are confusing? (Don't just say "all of it",

Re: Apache::DB and core dump

2000-10-30 Thread G.W. Haywood
Hi there, On Mon, 30 Oct 2000, Marek W wrote: Do you possibly know what could have caused this error while trying to run this module. I use Linux RH 6.2. and mod_perl 1.23 Read SUPPORT. 73, Ged.

Re: Apache::GzipChain

2000-10-30 Thread G.W. Haywood
Hi there, On Mon, 30 Oct 2000, Matt Sergeant wrote: On Sat, 28 Oct 2000, Jerrad Pierce wrote: Is there some known means of verifying that it is in fact working properly? lwp-request -H 'Accept-Encoding: gzip' -e -d url Or ommit the -d and check for gobbledegook. But it tends to stuff up

Re: [ ANNOUNCE ] Apache::SessionManager-0.07

2000-10-30 Thread G.W. Haywood
Hi there, On Mon, 30 Oct 2000, Greg Cope wrote: In theory there is no reason why this should not be translateable to C, it is quite small (in perl). However: a) I cannot do C (and translating this is beyond me as a learning exercise at the mo). b) Also waiting is a good idea till all the

Re: maximum (practical) size of $r-notes

2000-10-30 Thread G.W. Haywood
Hi all, On Mon, 30 Oct 2000, Matthew Byng-Maddick wrote: On Mon, 30 Oct 2000, Matt Sergeant wrote: On Mon, 30 Oct 2000, Todd Finney wrote: AxKit uses the notes table to store interim strings for template processing. I've not yet heard a bug related to it, but then I'm not delivering

RE: maximum (practical) size of $r-notes

2000-10-30 Thread G.W. Haywood
Hi Geoff, On Mon, 30 Oct 2000, Geoffrey Young wrote: Ged mumbled: Won't Perl then just keep that memory until the child dies...? that is my understanding... I guess that my point was that if you are going to have the data in perl somewhere the memory is going to be taken (for example,

Re: [OT] [ ANNOUNCE ] Apache::SessionManager-0.07

2000-10-30 Thread G.W. Haywood
Hi Dave, On Mon, 30 Oct 2000, Dave Rolsky wrote: On Mon, 30 Oct 2000, G.W. Haywood wrote: If you can write Perl you can write C, there are onlya couple of dozen keywords. I think you're forgetting about little things like regexes and such. Maybe glossing over, not forgetting - that's

Re: [OT][ ANNOUNCE ] Apache::SessionManager-0.07

2000-10-30 Thread G.W. Haywood
Hi Greg, On Mon, 30 Oct 2000, Greg Cope wrote: I agree but apache has regex.h ... a regex libary - hence these should be possible - or am I missing the point ? Actually regex.h is just a header file which contains the definitions (functions, data structures etc) for the library. There are

Re: [OT][ ANNOUNCE ] Apache::SessionManager-0.07

2000-10-30 Thread G.W. Haywood
Hi Gerald, On Mon, 30 Oct 2000, Gerald Richter wrote: Also there are a lot of nice libraries around, programming in C will always take much more time (I would say 2 to 10 times), then writing the same in Perl. Good to have confirmation of my suspicions! 73, Ged.

Re: mod_perl and CGI.pm not working

2000-10-30 Thread G.W. Haywood
Hi there, On Mon, 30 Oct 2000, Boehmann, Brant wrote: I am running Apache version 1.3.9 and mod_perl version 1.21. I am trying to use CGI.pm version 2.74, but have also tried 2.68 and get the same problem. I don't know if it's likely to be the cause of the problem, but you're using a

Re: Problem with Apache::ASP

2000-10-30 Thread G.W. Haywood
Hi there, On Mon, 30 Oct 2000, Fabio Albertin wrote: I try to access the /site/eg/ directory of the Apache::ASP distribution, the browser gives me a 500 error and my log says: [alert] [client 127.0.0.1] /usr/local/apache/htdocs/site/eg/.htaccess: Invalid command 'PerlSetVar', perhaps

Re: Apache Modules in General

2000-10-30 Thread G.W. Haywood
Hi there, On Tue, 31 Oct 2000, Matthew Byng-Maddick wrote: On Mon, 30 Oct 2000, Jimi Thompson wrote: It is me or has anyone noticed a definite LACK of information on how to modify the httpd.conf for the various modules in order to get them This List tries to restrict its topics to those

Re: Problem with Apache::ASP

2000-10-30 Thread G.W. Haywood
Hi there, On Mon, 30 Oct 2000, Matthew Byng-Maddick wrote: You'll still need an AddModule mod_perl.c declaration in your httpd.conf And Apache will need to be able to find the object file - but that should have been taken care of automatically by the 'make' steps. 73, Ged.

Re: Connection Pooling / TP Monitor

2000-10-29 Thread G.W. Haywood
Hi guys, On Mon, 30 Oct 2000, Gunther Birznieks wrote: At 09:24 AM 10/29/00 +, Matt Sergeant wrote: On Sat, 28 Oct 2000, Les Mikesell wrote: Load balncing, failover, etc. Really useful stuff guys, how about when you write messages like this putting in some (full) URIs for reference?

Re: Apache::GzipChain

2000-10-29 Thread G.W. Haywood
Hi again, On Sat, 28 Oct 2000, G.W. Haywood wrote: On Sat, 28 Oct 2000, Jerrad Pierce wrote: Is anybody using GzipChain? IIRC, Josh said he was. There are apparently some problems with IE claiming to support it and then not supporting it. Quote from Josh, edited to preserve anonimity

Re: how to really bang on a script?

2000-10-28 Thread G.W. Haywood
Hi again, On Sat, 28 Oct 2000, Christopher L. Everett wrote: OK, I confess: I've written (probably yet another) mod_perl banner exchange. Argh. [snipped impressive numbers] That's what I meant by "certain statistical properties". Interesting. Nothing to do with statistics, but

Re: Apache::GzipChain

2000-10-28 Thread G.W. Haywood
Hi there, On Sat, 28 Oct 2000, Jerrad Pierce wrote: Is anybody using GzipChain? IIRC, Josh said he was. He didn't complain about it. Raved, in fact. Is there some known means of verifying that it is in fact working properly? LWP? 73, Ged.

Re: An idea, for comments

2000-10-27 Thread G.W. Haywood
Hi there, On Fri, 27 Oct 2000, Nouguier wrote: posted data are read in $fdat ( hash table ref ) [snip] 3: build a string $str = 'MyNameSpace::Client-Add( $session, $fdat)', 4: calling $return = eval $str. I hope you are careful with the contents of $fdat! 73, Ged.

Re: how to really bang on a script?

2000-10-27 Thread G.W. Haywood
Hi there, On Fri, 27 Oct 2000, Christopher L. Everett wrote: I've written some mod_perl scripts that need testing over a million hits or so before I deploy it. ab (distributed with Apache, 'man ab' for help) can give you a million hits with one command. I don't know if you're going to get a

Re: Sticking Environment with Apache::ASP

2000-10-26 Thread G.W. Haywood
Hi there, On Thu, 26 Oct 2000, Brian Wheeler wrote: I'm having trouble with using $Request-ServerVariables() in Apache::ASP. After 6 requests (always), the last requested page gets returned, regardless of what is actually being passed. I'm using PATH_INFO to pass information.

Re: sending Apache::ASP output to a variable?

2000-10-26 Thread G.W. Haywood
Hi there, On Thu, 26 Oct 2000, Jeff Ng wrote: it appears that the output of Apache::ASP goes directly to stdout. Is there a way to use Apache::ASP as part of a normal mod_perl module, then capture the output to a variable? Have a look at sub PRINT and sub PRINTF in ASP.pm, I'm sure you can

Re: Problems with Apache::Session::DBI

2000-10-25 Thread G.W. Haywood
Hi there, On Wed, 25 Oct 2000, Alberto Mateos wrote: I've re-installed apache and mod_perl but apache don't works (Interval server error). That's "InterNal server error" and it probably means Apache is working fine, but your Perl/DBI stuff has a problem. I'd remove the DBI stuff and make

Re: How to use gcc to build mod_perl

2000-10-21 Thread G.W. Haywood
Hi all, On Fri, 20 Oct 2000, Rob Tanner wrote: BEWARE: The modperl build picks up the CC variable value from the perl build. I don't know whether that was done simply as a matter of convenience (i.e., the perl build process thoroughly tested the compiler for the required capabilities so

Re: @INC and use

2000-10-21 Thread G.W. Haywood
Hi there, On 20 Oct 2000, Stephen A. Cochran wrote: I've been porting a CGI to mod_perl, and had it working. Then last night mod_perl and apache were upgraded and recompiled and it stopped working. :( From the mod_perl guide:

Re: where i can get this

2000-10-08 Thread G.W. Haywood
On Sat, 7 Oct 2000, Tim Tompkins wrote: % /path/to/your/apache/bin/httpd -L According to the Apache docs the -L and -l switches have underrgone some changes in version 1.3. The manual for 1.3.12 states of the -L switch "1.3.4 and later. Earlier versions used -l instead." Check the docs

Re: [slightly OT] cache refusal problem with IE, http headers

2000-09-19 Thread G.W. Haywood
Hi there, On Tue, 19 Sep 2000, Ime Smits wrote: Does anybody know of a tool to get a complete log on every piece of information communicated between browser and server? 'sfunny, I asked Josh the same question a couple of weeks ago... I think it's called a packet sniffer. I've had some

Re: Apache::ASP rand, srand and fork...

2000-09-19 Thread G.W. Haywood
Hi all, On Tue, 19 Sep 2000, Ime Smits wrote: It's not the first time I hear that playing around with srand is bad, even perlfunc mentions that. Can anybody explain to me the reason? It's staggeringly difficult to generate a truly random number using a computer. People go to conferences

Re: Apache DSO/mod_perl installation problem

2000-09-17 Thread G.W. Haywood
Hi there, On Sat, 16 Sep 2000, German Todorov wrote: I have apache 1.3.12 compiled as DSO and Perl 5.6.0 on SunOS 5.7, and I tried to install mod_perl 1.2.4 as DSO This is almost a FAQ now, search the List archive for the last couple of weeks. 73, Ged.

Re: Make test error!!

2000-09-15 Thread G.W. Haywood
Hi there, On Fri, 15 Sep 2000, [iso-8859-1] François Chenais wrote: Using perl 5.6.0 apache_1.3.9 I 'm trying to build DSO mod_perl.1.24 Curious choice of versions. Why not 1.3.12? Tried `apachectl configtest'? Can you get anything from `httpd -l' What's in the error_log (if

Re: How can I tell if Apache::ASP is available?

2000-09-13 Thread G.W. Haywood
Hi Jason, On Wed, 13 Sep 2000, Jason wrote: This is the output of my httpd -l command .. ASP is a perl module, it's not in the output of httpd -l. how can I tell if Apache::ASP is available? Do you mean if it's in your filesystem somewhere, or if it's been loaded by mod_perl, or if you've

Re: Question

2000-09-11 Thread G.W. Haywood
HI Stas, On Mon, 11 Sep 2000, Stas Bekman wrote: Will you also ask why Stas is learning French? Chercher la femme? [50 Jahre Musik mit Hazy Osterwald] 73, Ged.

Re: init in Apache::ASP

2000-09-08 Thread G.W. Haywood
Hi there, On Fri, 8 Sep 2000, Issam W. Alameh wrote: I want to have something like Hello %=$name% % $name="something"; % Try to think of it as a program. You can't use the variable's value until you've set it. Why does it matter where

Re: SELECT cacheing

2000-09-07 Thread G.W. Haywood
Hi there, On Thu, 7 Sep 2000, Roger Espel Llima wrote: I've written a very small module to cache SELECT results from DBI requests. [snip] The question now is: is there any interest in releasing this? I could write some minimal docs and give it a 'proper' module name, if there's interest.

Re: HTML Template Comparison Sheet ETA

2000-09-05 Thread G.W. Haywood
Hi all, On Tue, 5 Sep 2000, Matt Sergeant wrote: Thats the whole point of these discussions... I'm not sure that there's any point to these discussions. Do you think this one could go off-List now? 73, Ged.

Re: HTML Template Comparison Sheet ETA

2000-09-05 Thread G.W. Haywood
Hi all, On Tue, 5 Sep 2000, Drew Taylor wrote: "GWH" == G W Haywood [EMAIL PROTECTED] writes: GWH Do you think this one could go off-List now? No; I find it quite useful to help form my own descision on what sort of templating system to use with mod_perl apps. I'm also finding it

Re: [OT] multilanguage site

2000-09-03 Thread G.W. Haywood
Hi all, On Sun, 3 Sep 2000, [UTF-8] Ričardas Čepas wrote: On Fri Sep 1 23:18:13 2000 -0400 Eric L. Brine wrote: This would require unicode capable browser anyway. Even more, Netscape v4 doesn't show these escapes unless you set encoding to utf-8. There's a rather good document

Re: reloading PerlHandlers

2000-08-11 Thread G.W. Haywood
Hi there, On Thu, 10 Aug 2000, Rafael Kitover wrote: Firstly, I apologize if this comes up frequently, I did try to find it in the archives/FAQs. Not terribly hard, apparently. But, when I tweak the code of a module I have to do an apachectl graceful or something, very annoying. (and

Re: segfault from Apache::Cookie and Apache::SSI

2000-08-10 Thread G.W. Haywood
Hi Perrin, On Thu, 10 Aug 2000, Perrin Harkins wrote: I'm getting repeatable segfaults (every time) by feeding a simple file to Apache::SSI. DSO or static? 73, Ged.

Re: segfault from Apache::Cookie and Apache::SSI

2000-08-10 Thread G.W. Haywood
Hi again Perrin, On Thu, 10 Aug 2000, Perrin Harkins wrote: I'm using Red Hat's Perl RPM, but Apache/mod_perl is compiled from source. What compiler(s)? 73, Ged.

Re: make errors

2000-08-09 Thread G.W. Haywood
Hi there, On Wed, 9 Aug 2000, Pamela O'Shea wrote: errors when i run make: I'd delete the entire Apache and mod_perl source trees and start from scratch with new tarballs. Otherwise you could try `make clean' in both directories followed by the instructions in the Guide.

Re: mod perl / ApacheDBI

2000-08-06 Thread G.W. Haywood
Hi there, On Sat, 5 Aug 2000, Yann Neuhaus wrote: - debug output, So where's this debug output? Are you running Apache? What happens if you type httpd -l ? 73, Ged.

Re: Apache::ASP Response Redirect question

2000-08-05 Thread G.W. Haywood
Hi there, On Sun, 6 Aug 2000, Rod Butcher wrote: Can anybody please tell me whether the following internal redirect causes the new URL to be sent back to the browser which then asks for foo.htm to be served up, or does Apache simply serve up foo.htm automatically ? I'll field this one

Re: follow-up: very strange bug w/ tainting

2000-08-05 Thread G.W. Haywood
Hi there, On Wed, 26 Jul 2000, Alex Algard wrote: More strange stuff [snip] FYI, Test.pm is just an empty file, so it certainly shouldn't cause any harm. A couple of months ago I had a problem where a *very* simple script would crash Apache 1.3.12/modperl 1.24 no matter what I did. In the

Re: error from modper ??

2000-08-05 Thread G.W. Haywood
Hi there, On Fri, 4 Aug 2000, Aaron Patterson wrote: Try restarting apache. Try reading your code instead. Things like opening files without being careful to specify the full pathname can cause this kind of stuff. A script works while you're testing from the command line, but when it runs

Re: On the fly do (require)

2000-08-05 Thread G.W. Haywood
Hi there, On Wed, 26 Jul 2000 [EMAIL PROTECTED] wrote: I got some problem migrating me CGI to mod_perl. I do not know if I understand your question, but you could try looking at Apache::Registry to get your CGI scripts to work under mod_perl. Also look at http://perl.apache.org/guide 73,

Re: Patch not accepted?

2000-07-27 Thread G.W. Haywood
Hi there, On Thu, 27 Jul 2000, Ken Williams wrote: I sent a patch for Apache::test a week or so ago. I got no responses, I guess they were all drunk:) 73, Ged.

Re: installation question again

2000-07-20 Thread G.W. Haywood
Hello again, On Wed, 19 Jul 2000, ROUSSY, ISABELLE wrote: doing make test I received : [snip] /usr/bin/perl t/TEST 0 Can't locate LWP/UserAgent.pm in @INC [snip] at t/TEST line 48. You really should get hold of LWP (libwww-perl) so that make test can do its stuff. and this bit of message

Re: What's this error?

2000-07-19 Thread G.W. Haywood
Hi there, On Wed, 19 Jul 2000, Paul wrote: Segmentation Fault (11) I get this, too, a *LOT*. unfortunately won't have any time to RTFM for a few weeks yet. Then read .../mod_perl/SUPPORT. 73, Ged.

Re: Weird Perl behaviour

2000-07-17 Thread G.W. Haywood
Hi there, On Sun, 16 Jul 2000, Ask Bjoern Hansen wrote: On Thu, 13 Jul 2000, G.W. Haywood wrote: httpd.conf I see that %port is a lexical but $Port isn't. Is that a clue? I don't think so. Except if mod_perl does some very weird stuff they should be all separate. Yeah, well I

Re: Web server log wrong time.

2000-07-17 Thread G.W. Haywood
Hi there, On Sat, 15 Jul 2000, Steven Zhu wrote: script runs from command line, it is also correct. The only problem comes from web server which logs wrong time and shows wrong time on browser. Have you tried getting the output of a simple Perl script which prints gmtime and localtime? Are

Re: Apache::ASP and HTML::Parser

2000-07-15 Thread G.W. Haywood
Hi there, On Fri, 14 Jul 2000, Mike Dameron wrote: When testing the new scripts it appears as if it unable to reparse the HTML file after about five to eight times. Tried running this under httpd -X to see what happens? 73, Ged.

Re: Segmentation Fault [was: The Eagle has Landed!]

2000-07-15 Thread G.W. Haywood
Hi there, On Sat, 15 Jul 2000, Greg Leidreiter wrote: I have recompiled mod_perl/apache with PERL_DEBUG=1 startup.pl is attempting to modify the include path... startup.pl is attempting to modify the include path... Program received signal SIGSEGV, segmentation fault

Re: newbie Location question

2000-07-14 Thread G.W. Haywood
Hi there, On Thu, 13 Jul 2000, m m wrote: I sent this question a few hours ago but it hasnt shown up Oh yes it has:) But the problem is now my cgis are coming out as text as well. It's only doing what you told it to do:) I would like to rectify the problem but more importantly understand

Re: startup.pl

2000-07-14 Thread G.W. Haywood
Hi there, On Thu, 13 Jul 2000, Markus Wolf wrote: bash-2.03$ perl startup.pl Don't try to run it from the command line like this. The answer's in your question... # to load this file when the server starts, add this to httpd.conf: # PerlRequire /path/to/startup.pl Read

Re: apache restart causes httpd to grow and grow

2000-07-14 Thread G.W. Haywood
Hi there, On Thu, 13 Jul 2000, Rob Ries wrote: I can serve requests with no dramatic changes in httpd size. However, each "apachectl restart" causes the size of httpd (both parent and children version) to grow by about 600K each restart. Tried building static? I'm new to this stuff, so

Re: Problem with Apache install from source

2000-07-14 Thread G.W. Haywood
Hi there, On Fri, 14 Jul 2000, Richard M. Lemanski wrote: I am not sure what to do next. I have Mandrake Linux 7.0 that was supposed to have Apache and mod_perl installed when I first built it According to the output below, you have Apache 1.3.9 with mod_perl 1.21 and it had been running

Re: Wrong Time

2000-07-14 Thread G.W. Haywood
Hi there, On Fri, 14 Jul 2000, Steven Zhu wrote: upgrdaing modperl (both apache and modperl are most recent version), the script shows wrong time. How wrong? Is it just the timezone? Send some details! 73, Ged.

Re: mod_perl make test fails from URI

2000-07-14 Thread G.W. Haywood
Hi there, On Wed, 12 Jul 2000, fplunket wrote: modperl version 1.24 perl 5.6.0 apache 1.3.12 Solaris 5.7 URI 1.07 Can't locate object method... Read mod_perl/SUPPORT. Did you compile mod_perl with EVERYTHING=1 or PERL_STACKED_HANDLERS=1? Have a look in the troubleshooting section of

RE: The Eagle has landed!

2000-07-13 Thread G.W. Haywood
Hi all, On Wed, 12 Jul 2000, Dan Rench wrote: Watch out for those @INC push()es in your configs. I used to have one of those in mine, and every time I did a kill -USR1, @INC grew, 'sfunny, that happened to me even though I *wasn't* using a push. Never got a reply to my question though...

Re: Weird Perl behaviour

2000-07-13 Thread G.W. Haywood
Hi there, On Thu, 13 Jul 2000, Alex Shnitman wrote: httpd.conf I see that %port is a lexical but $Port isn't. Is that a clue? 73, Ged.

Re: The Eagle has landed!

2000-07-12 Thread G.W. Haywood
Hi there, On Tue, 11 Jul 2000, Greg Leidreiter wrote: when attempting to access http://localhost/hello/world from a browser it returns 404, and the errorlog shows the /hello/world URL appended to DocumentRoot any ideas? Is there an `Alias' directive somewhere in your config? 73, Ged.

Re: Perl CGI/Mod_perl testing - HeLp!

2000-07-12 Thread G.W. Haywood
Hi there, On Tue, 11 Jul 2000, Rich Lemanski wrote: I have been tasked to show the performance differences between Perl CGI scripts and mod_perl scripts running on an Apache web server on a small isolated network. There is a lot of good stuff about this in the Guide

RE: Session Cookies:cant retrieve value

2000-07-11 Thread G.W. Haywood
Hi all, On Fri, 30 Jun 2000, Geoffrey Young wrote: From: darren chamberlain Maybe I stole it unconsciously... Sorry Geoff... feel free Somebody once said "Imitation is the sincerest form of flattery". Blessed if I can remember who it was. 73, Ged.

Re: Newbie: make test failure!

2000-07-11 Thread G.W. Haywood
Hi there, On Fri, 7 Jul 2000, Michael Robinton wrote: On Sat, 8 Jul 2000, Greg Leidreiter wrote: but when I run 'make test' httpd listening on port 8529 letting apache warm up...\c still waiting for server to warm up.not ok I always get that error. I

Re: basic setup of mod_perl

2000-07-11 Thread G.W. Haywood
Hi there, On Sat, 1 Jul 2000, Kristopher Lalletti wrote: I've been trying to get Apache::DBI working as soon as I mention PerlModule Apache::DBI or any other module in the httpd.conf the httpd starts-up and craps-out Read what to do in SUPPORT. 73, Ged.

use integer and CGI::Cookie

2000-06-29 Thread G.W. Haywood
Hi Stas, Just a small point, maybe there's a place for it in the Guide?. The following doesn't work use integer; use CGI::Cookie; my $q = new CGI::Cookie( -name = ... ); because the `-' in `-name' is misinterpreted as a negative sign. To get it to work, write my $q = new CGI::Cookie(

Re: Footer.pm

2000-06-24 Thread G.W. Haywood
Hi there, On Sat, 24 Jun 2000, My Alias wrote: Location /cgi-bin SetHandler perl-script PerlHandler Apache::Footer /Location and restarted the server. Now, what used to be sent out as html is sent out looking like: #!/usr/bin/perl -w use strict; blah, blah,

Re: Segfault Apache1.3.12/mod_perl1.24/Solaris2.6

2000-06-19 Thread G.W. Haywood
Hi Eric, [Fri Jun 16 17:20:21 2000] [notice] \ child pid 22310 exit signal Segmentation Fault (11) On Mon, 19 Jun 2000, Eric Cholet wrote: backtrace. (gdb) bt #0 0x2b444 in perl_handler_ismethod () #1 0x2c43c in perl_call_handler () #2 0x2bd5c in perl_run_stacked_handlers () #3

Segfault Apache1.3.12/mod_perl1.24/Solaris2.6

2000-06-17 Thread G.W. Haywood
Hi all, Sorry, this is a bit long. I'm working on a bunch of machines running Solaris 2.6 on which I have installed Apache+mod_perl static. The machines are set up for just a couple of virtual hosts at present for testing, eventually they will be load-balanced with mod_perl on separate

RE: Highly optimized mod_perl ?

2000-06-17 Thread G.W. Haywood
Hi there, On Sat, 17 Jun 2000 [EMAIL PROTECTED] wrote: Saved memory means less swaping, You don't want _any_ swapping on a mod_perl host. 73, Ged.

Re: [DESPERATE] Problems with apache-php3perl SRPM

2000-06-10 Thread G.W. Haywood
Hi again, On Sat, 10 Jun 2000, Ian C. Sison wrote: omigod...! shocked It worked! grin Equally big grin Ok now, i've commented out the ClearModuleList directive , apache loaded ok. Would there be any side effects to the directive, as it seemed to be there for a purpose... Well

Re: frontend proxy really useful?

2000-05-21 Thread G.W. Haywood
Hi there, On Sat, 20 May 2000, Chris Nokleberg wrote: I was rereading http://perl.apache.org/guide/scenario.html#Buffering_Feature does it make the light frontend buffering proxy technique useless as long as your pages fit in the socket buffer size (256K on Solaris)? (assuming the

Re: frontend proxy really useful?

2000-05-21 Thread G.W. Haywood
Hi again, On Sun, 21 May 2000, Chris Nokleberg wrote: On Sun, 21 May 2000, G.W. Haywood wrote: It might take a couple of minutes if the client is on a slow line. But the guide seems to be saying that the speed of the client isn't an issue--the process (proxy _or_ mod_perl) is released

Re: LARGE PERL footprint

2000-05-20 Thread G.W. Haywood
Hi there, On Fri, 19 May 2000, David Larkin wrote: Can anyone help explain why PERL gives such a large memory footprint advise how to get around it. In addition to the other suggestions, you might want to try use integer; in the bits of your Perl code that manipulate integers. I guess

Re: Virtual servers mixing up required scripts

2000-05-14 Thread G.W. Haywood
Hi all, On Sun, 14 May 2000, Uri Bernstein wrote: Geoffrey Young wrote: http://perl.apache.org/guide/control.html#Starting_a_Personal_Server_for_E Ged Haywood wrote: You shold use one real server per developer. Make them listen on different ports (1024). You won't lose much on memory.

Re: apache1.3.12, modperl1.23, perl5.6, ApacheJServ1.1, OpenSSL0.9.4, modssl

2000-05-09 Thread G.W. Haywood
Hi there, On Mon, 8 May 2000 [EMAIL PROTECTED] wrote: I've expirienced similar problems on Solaris (2.6). After a weeks worth of hours I feel confidant saying that the instability is from perl 5.6.0 NOT from mod_perl(1.23) [snip] IMHO Solaris(2.6)Perl(5.6) just isn't fully cooked yet.

Re: speed up/load balancing of session-based sites

2000-05-09 Thread G.W. Haywood
Hi there, On Tue, 9 May 2000, Leslie Mikesell wrote: I'm more concerned about dealing with large numbers of simultaneous clients (say 20,000 who all hit at 10 AM) and I've run into problems with both dbm and mysql where at a certain point of write activity you basically can't keep up.

Re: [excitement :)] mod_perl rocks!

2000-05-08 Thread G.W. Haywood
Hi Stas, On Mon, 8 May 2000, Stas Bekman wrote: Take a look at the updated graph of the mod_perl growth: http://perl.apache.org/netcraft/ Pay attention to the ramp! BTW, Apache holds 61.53% of the server market share!!! So it's gone down a bit then?? 73, Ged.

Re: Memory usage on reload and graceful -- still broken?

2000-04-20 Thread G.W. Haywood
Hi all, On Thu, 20 Apr 2000, Doug MacEachern wrote: I have a static Solaris compilation, and have the same problems where the parent seems to grow by 1M each HUP. that's strange, do you have PerlFreshRestart On or some Perl sections? otherwise, kill -HUP with a static modperl is a

Re: Problem Compiling with Perl 5.6.0

2000-03-30 Thread G.W. Haywood
Hi there, On Thu, 30 Mar 2000, Steve Hay wrote: seems a shame I can't get it to go with Perl 5.6.0. I just wondered if anyone out there new of any more hacks to help... Search the mod_perl List archive for 5.6.0? Most of it will be about it not working with something or other. After all,

Re: [asp] $Response-{FontFace} ?

2000-03-28 Thread G.W. Haywood
Hi Joshua, On Mon, 27 Mar 2000, Joshua Chamas wrote: I have a huge site that I want to apply a generic font face to with Apache::ASP. Has anyone here ever been bothered before that you can't just wrap the body doc with a default font and have that be it. No CSS please. But what about

Re: $r-print delay?

2000-02-11 Thread G.W. Haywood
Hi there, On Thu, 10 Feb 2000, Ed Loehr wrote: Fairly certain it's waiting there. I cut my debug timestamps out for ease on your eyes in my earlier post, but here's one output (of many like it) when I had the print sandwiched... Thu Feb 10 14:41:59.053 2000 [v1.3.7.1 2227:1 ed:1] INFO :

Re: Commercial app demo

2000-02-10 Thread G.W. Haywood
Hi there, On Thu, 10 Feb 2000, Fabrice Scemama wrote: There's another way. We can't build pre-compiled modules easily, but even when you code in C or Java, desassemblers can extract some source from the binaries you deliver. As far as perl scripts are concerned, a workaround consists in

Re: Problems with configuration

2000-02-10 Thread G.W. Haywood
Hi there. On Sun, 6 Feb 2000, al wrote: I'm having the following problems: i) Occasionally, for not reason at all, I get 'The Document contained no data, try again later' errors on Netscape, and pressing reload usually gets rid of this. Also, nothing is logged in the error logs when

Re: [SITE] possible structure suggestion

2000-02-10 Thread G.W. Haywood
Hi all, On Thu, 10 Feb 2000, Stas Bekman wrote: text - this is much easier obviously, however I've often heard people say they thought text-navigation was easier with the navbar at the top and bottom of the page. I'd like to have opinions on this, but please let's avoid

Re: DSO build questions

2000-02-04 Thread G.W. Haywood
Hi there, On Thu, 3 Feb 2000, Wang, Pin-Chieh wrote: Ged, Thanks much for your help, Please tell me if I asked too many questions, If you don't I'll keep on ask you questions. After I said that, here is another question. You aren't asking too many questions, but please forgive me if I

Re: [Rare Modules] Apache::RegistryNG

2000-02-04 Thread G.W. Haywood
Hi there, On Fri, 4 Feb 2000, Stas Bekman wrote: CApache::RegistryNG inherits from CApache::PerlRun, but the handler() is overriden. Does this have any implications for users of `dirty' scripts? Obviously such scripts will be `legacy' code, of course... 73, Ged.

Re: .makepl_args.mod_perl

2000-02-04 Thread G.W. Haywood
Hi there, It looks like you have all your questions answered now, but I have one or two. On Fri, 4 Feb 2000, Bakki Kudva wrote: I read the guide and there is no mention of this. Also I noted that in the guide most paramters are listed in the blue boxes as PERL-* instead of PERL_*. Stas is

Re: Problems during Apache mod_perl and ASP installation

2000-02-04 Thread G.W. Haywood
Hi there, On Fri, 4 Feb 2000, Diego Gomez wrote: sh: ./Configure: File or directory not exist Look in the Guide, in the files `install.pod' and `scenario.pod'. I think you will find everything you need is there on the first page or so of each. 73, Ged.

Re: .makepl_args.mod_perl

2000-02-04 Thread G.W. Haywood
Hi there, More topical: Well I think we've done that one. It seems that if not actually an error the documents conspire to confuse. Certainly one for the errata even if it's not really wrong. I have a couple of dozen other notes about the Eagle Book, is there a CVS snapshot of the errata

Re: lookup_uri and access checks

2000-02-03 Thread G.W. Haywood
Hi there, On Wed, 2 Feb 2000, Paul J. Lucas wrote: I have code that contains the line: $r-lookup_uri( $r-param( 'pm_uri' ) )-filename; [snip] However, if I have an access restriction that forbids access to files ending in a .pm extension and the URI maps to

Re: lookup_uri and access checks

2000-02-03 Thread G.W. Haywood
Hi there, On Thu, 3 Feb 2000, Paul J. Lucas wrote: Are you checking the status of the subrequest? No. Intentionally. As I wrote, I don't care what Apache says about the accessibility of the file. I *will* read it. All I want to do is suppress the "client denied by server request"

Re: RFD: comp.infosystems.www.modperl

2000-02-03 Thread G.W. Haywood
Hi all, On Thu, 3 Feb 2000, Tim Peoples wrote: Yet, strangely, *this* thread seems to have threaded nicely (at least in 'mutt'). Well, sort of. I use pine and the inbox default sort is as received. Which means that I seem to see most of the answers before I see the questions.

Re: make test fails

2000-01-28 Thread G.W. Haywood
Hi there, On Thu, 27 Jan 2000, Jeff Beard wrote: running make test fails and produces the errors listed at the end of this message. I searched the list archives and found a posting that suggested rebuilding Perl with the same compiler and tools that I use for apache and mod_perl. So I did

Re: Apache problem with mod_example

2000-01-26 Thread G.W. Haywood
Hi there, Mail to your address keeps coming back with fatal errors, so I'm sending this to the mod_perl List in the hope that we have more luck. 73, Ged. On Wed, 26 Jan 2000, Mail Delivery Subsystem wrote: The original message was received at Wed, 26 Jan 2000 08:59:57 GMT from ged@localhost

<    1   2   3   4   >