Re: Can't connect to Oracle in mod_perl ????

2001-01-26 Thread G.W. Haywood
Hi there, On Fri, 26 Jan 2001, Irek wrote: > When I started this script in httpd in mod_perl like > http://_adres_/mod-perl/ora_test.cgi script writes only POINT1 !! Have you looked in the error_log? 73, Ged.

Re: Compiling mod_perl into Apache 1.3.14

2001-01-25 Thread G.W. Haywood
Hi Andrew, On Thu, 25 Jan 2001, andrewl wrote: > Would the syntax for inclusion be > %perl Makefile.PL < makepl_args.mod_perl Nope. Just put the makepl_args.mod_perl file in the mod_perl top-level directory, where you found Makefile.PL. Then you just say: % perl Makefile.PL 73, Ged.

Re: Apache::ASP

2001-01-25 Thread G.W. Haywood
Hi there, On Thu, 25 Jan 2001, Ilya Krel wrote: > I am running Freebsd 4.2, Summary of my perl5 (5.0 patchlevel 5 subversion > 3), Apache/1.3.14, mod_perl/1.24 (from ports collection). > any suggestions how to fix it? Did you compile Perl, Apache and mod_perl yourself? If not, try it (like n

Re: File handler / GD troubles ???

2001-01-25 Thread G.W. Haywood
Hi there, On Sun, 1 Dec 2002, Yann Neuhaus wrote: > I can open a file during my program in read mode a few times and > suddendly it fails with error opening file. as soon as I remove the > GD::Graph::plot method it works. You need to make sure files get closed after being opened. Ordinarily al

Re: Apache::ASP

2001-01-24 Thread G.W. Haywood
Hi there, On Wed, 24 Jan 2001, Earle F. Ake wrote: > open(OUT, "/tmp/debug.log"); Do you mean open(OUT, ">/tmp/debug.log"); ? 73, Ged.

Re: Compiling mod_perl 1.24 with the Sun Solaris C Compiler

2001-01-24 Thread G.W. Haywood
Hi all, On Wed, 24 Jan 2001, Matisse Enzer wrote: > Thanks, I'll try compiling perl with the Solaris compiler, and then > Apache + mod_perl . Check the List archives for stuff about Solaris recently, I'm sure you'll find some useful pointers. 73, Ged.

Re: File handles in mod_perl

2001-01-24 Thread G.W. Haywood
Hi there, On Tue, 23 Jan 2001, Barry Veinotte wrote: > Besides die being a bad thing, is this gentleman right to tell me > I have to loose my file opens and go with FileHandle ?? Yes and no. If your Apache child opens files and doesn't close them you will eventually run out of handles (operati

Re: Problem with Apache::ASP

2001-01-24 Thread G.W. Haywood
Hi there, On Tue, 23 Jan 2001, isaac wrote: > Has anyone noticed that they get errors when trying to use else or elsif > statements with Apache::ASP. Nope. > If I form my statements like this: > > <% if($foo eq Œbar¹){ %> > bar > <% } %> > <% elsif($foo eq Œbar2¹){ %> > bar2 > <% } %>

Re: cannot execute my cgi perls

2001-01-17 Thread G.W. Haywood
Hi G, On Wed, 17 Jan 2001, Gustavo Vieira Goncalves Coelho Rios wrote: > [Wed Jan 17 18:04:41 2001] [error] [client 192.168.1.11] Premature end > of script headers: /home/grios/.public_html/cgi-bin/bench3.cgi Who knows? Something isn't finishing what it started. Post the script. 73, Ged.

Re: [OT] Apache wedges when log filesystem is full

2001-01-17 Thread G.W. Haywood
Hi Andrew, On Wed, 17 Jan 2001, Andrew Ho wrote: > The other day we had a system fail because the partition that holds the > logs became full, and Apache stopped responding to requests. http://perl.apache.org/guide - Controlling and Monitoring the Server Look for watchdog.pl (if it's still in

Re: installing modperl

2001-01-17 Thread G.W. Haywood
Hi there, On Wed, 17 Jan 2001, Gustavo Vieira Goncalves Coelho Rios wrote: > I trying the following program: [snip] > I get printed and not execute in the browser. There is not enough information in your question to give an answer but I suspect that you might be trying to run the program from t

Re: installing modperl

2001-01-17 Thread G.W. Haywood
Hi again, On Wed, 17 Jan 2001, Gustavo Vieira Goncalves Coelho Rios wrote: > Security (First), > Performance (Second). These are large subjects in their own right and will not properly be covered by the mod_perl nor the Apache documentation for good reasons. Your Apache server does not live in

Re: installing modperl

2001-01-17 Thread G.W. Haywood
Hi there, On Wed, 17 Jan 2001, Gustavo Vieira Goncalves Coelho Rios wrote: > Where can i obtain such packages ? CPAN. LWP is not necessary for a working mod_perl but it's recommended for the test suite (and lots of other things:). You will find more documentation in the Guide http://perl.apa

Re: Apache::ASP

2001-01-16 Thread G.W. Haywood
Hi there, On Tue, 16 Jan 2001, Francis Mendoza wrote: > Does this mean that I have Apache::ASP installed in my Linux already? Looks that way. > If I do have Apache::ASP already installed in my Linux.. What is my > next step? You need to do some reading. The documentation is in there with Apa

Re: Following fresh compile from new src...

2001-01-16 Thread G.W. Haywood
Hi again, On Tue, 16 Jan 2001, I wrote: Is the opening tag missing? Well, no, it had just scrolled off the screen. Oops. 73, Ged.

Re: Following fresh compile from new src...

2001-01-16 Thread G.W. Haywood
Hi again Andrew, On Tue, 16 Jan 2001, andrewl wrote: > Invalid command 'Order' on line 333 in httpd.conf. What have you done to your httpd.conf? The order directive should be OK for even a plain Apache! Is the opening tag missing? Wanna send me the file? (Privately) 73, Ged.

Re: With high request rate, server stops responding with load zero

2001-01-16 Thread G.W. Haywood
Hi there, On Tue, 16 Jan 2001, Honza Pazdziora wrote: > I've looked through the docs and archives but either I cannot come > with proper search keywords, or ... please redirect me if this was > discussed recently. Maybe there might be something relevant in the recent thread about nasty robots?

Re: Help! --- mod_perl + DBI:mysql:connect - Error.

2001-01-16 Thread G.W. Haywood
Hi there, On Tue, 16 Jan 2001 [EMAIL PROTECTED] wrote: > from a mod_perl module using DBI and Apache::Registry as PerlModule i can > not connect to a mysql database. Have you looked at the mod_perl Guide? http://perl.apache.org/guide > The Browser gets an error message that the document hat

Re: Looking for a new distro

2001-01-13 Thread G.W. Haywood
Hi Matt, On Sat, 13 Jan 2001, Matt Sergeant wrote: > Can we kill this thread now, before it spirals out of control? Yeah, thanks Matt. It *is* late. 73, Ged.

Re: Looking for a new distro

2001-01-13 Thread G.W. Haywood
Hi Jamie, On Sat, 13 Jan 2001, Jamie Krasnoo wrote: > Ok, I've had it with RH 7.0. Too many problems. What Linux distro > are some of you using with Apache 1.3.14 and mod perl 1.24_01? I had hardware troubles with 6.2 last year on one particular type of machine and went back to 6.1 which was fi

Re: Whither gozer?

2001-01-13 Thread G.W. Haywood
Hi all, On Fri, 12 Jan 2001, George Sanderson wrote: > I have been tring to get in touch with Philippe for about 6 months with no > success. Try: http://www.smartworker.com/projects/financial.html which gives: [EMAIL PROTECTED] 73, Ged.

Re: Need Some Help

2001-01-12 Thread G.W. Haywood
Hi all, On Fri, 12 Jan 2001, Bakki Kudva wrote: > "J. J. Horner" wrote: > > There is a second edition already? This book hasn't been out 2 years yet. > Not according to O'Reilly web site. I only see the first ed. there. Please, somebody tell me I didn't dream it?! 73, Ged.

RE: Need Some Help

2001-01-12 Thread G.W. Haywood
Hi there, On Fri, 12 Jan 2001, Perry Edward (tsp2emp) wrote: > I have looked though every thing I could fine but what docs are you > referring to ? .../mod_perl/README .../mod_perl/INSTALL* .../mod_perl/SUPPORT http://perl.apache.org/guide and of course the Eagle Book - this is my (old) copy,

Re: How to recognize server shutdown?

2001-01-11 Thread G.W. Haywood
Hi all, On 10 Jan 2001, Randal L. Schwartz wrote: > Here's an idea... in the startup code, create a pipe and fork. > block the kid on a read. ni-night, kid. Nice, Randall! 73, Ged.

Re: Problem with installation mod_perl-1.24_01 and apache_1.3.14

2001-01-10 Thread G.W. Haywood
Hi there, On Wed, 10 Jan 2001, Boris Lipsman wrote: > Can't located loadable object for module Apache::Constants in @INC Where is Constants.pm in your system? (There might be several of them, don't worry about it:) 73, Ged.

Re: Classes, Methods? Error #29 in modules/src.t?

2001-01-10 Thread G.W. Haywood
Hi again Andrew, On Wed, 10 Jan 2001, andrewl wrote: > While I don't want to be a C programmer, apparently I am going to > have to learn what "classes" and "methods" are in order to compile Classes and methods apply to Perl as well (almost:) as to C. > And I may even have to learn how to debug

Re: How to recognize server shutdown?

2001-01-10 Thread G.W. Haywood
Hi there, On Wed, 10 Jan 2001, Dave Rolsky wrote: > On Wed, 10 Jan 2001, G.W. Haywood wrote: > > > Don't you get a message in error_log to the effect that a signal has > > been received? > > Sure, but I don't think that would help me do what I want. What

Re: How to recognize server shutdown?

2001-01-10 Thread G.W. Haywood
Hi Dave, On Wed, 10 Jan 2001, Dave Rolsky wrote: > Is there any way to distinguish between a child being shutdown (say > maxrequests has been exceeded) versus all of Apache going down (kill > signal sent to the original process or something). Don't you get a message in error_log to the effect t

Re: location not working

2001-01-10 Thread G.W. Haywood
Hi there, On Wed, 10 Jan 2001 [EMAIL PROTECTED] wrote: > S&M I'd never looked at it that way before... > (Note: I have changed less-than to [ so that html-style mail and > newreaders will show the symbol.) You don't have to worry about that on this List. > I get 404 when I enter > http:

Re: Perl Script Source Code...

2001-01-09 Thread G.W. Haywood
Hi Allysson, On Tue, 9 Jan 2001, Allysson Flavio wrote: > Is there a way to put in our client's server only compiled scripts > or like??? Or can we change Perl source code to decript our files?? I think you'd better read a book about C. Hi everybody else, Just asking, but am I the only one t

Re: PerlAccessHandler Question...

2001-01-09 Thread G.W. Haywood
Hi there, On Tue, 9 Jan 2001, Joseph Crotty wrote: > > open(FILE, ">/tmp/dog"); Always check the status returned by a call like open(). 73, Ged.

RE: RedHat 7.0 and mod-perl

2001-01-09 Thread G.W. Haywood
Hi there, On Tue, 9 Jan 2001, Jamie Krasnoo wrote: > (startup.pl) seems to get run twice. Isn't this mentioned in the Guide? 73, Ged.

Re: Caching search results

2001-01-08 Thread G.W. Haywood
Hi Guys, On Mon, 8 Jan 2001, Sander van Zoest wrote: > On Mon, 8 Jan 2001, Perrin Harkins wrote: > > > On Mon, 8 Jan 2001, Sander van Zoest wrote: At the risk of getting shot down in flames again, do you think you could take this off-list guys? I can't seem to delete the messages as fast as th

Re: [OT] HTML/XHTML syntax checking tools?

2001-01-07 Thread G.W. Haywood
Hi again George, On Sun, 7 Jan 2001, George Sanderson wrote: > What HTML/XHTML syntax tools are recommended? I typed the three words html syntax checker in the Google search box and it came back in 0.17 seconds with about 52,000 references. No experience so I can't recommend any of them. 73,

Re: Searching the mod_perl archive works

2001-01-07 Thread G.W. Haywood
Hi George, On Sun, 7 Jan 2001, George Sanderson wrote: > http://perl.apache.org/guide/perl.html > > It said to search the mod_perl archive There are links to search engines for the mod_perl List on the mod_perl home page: http://perl.apache.org. The trouble with putting too many link referenc

Re: Configtest yields bad news...

2001-01-06 Thread G.W. Haywood
Hi there, On Sat, 6 Jan 2001, andrewl wrote: > "Cannot load /usr/local/apache/modules/libperl.so into server: undefined symbol: > ap_ctx_get" > Any clues? Have you read .../mod_perl/SUPPORT ? 73, Ged.

Re: [OT] Rewrite arguments?

2001-01-05 Thread G.W. Haywood
Hi there, Didn't see a reply to this yet... On Thu, 4 Jan 2001, Les Mikesell wrote: > This may or may not be a mod_perl question: Probably not :) > I want to change the way an existing request is handled and it can be done > by making a proxy request to a different host but the argument list

Re: seg faults/bus errors

2001-01-05 Thread G.W. Haywood
Hi there, I've seen this post twice now with no response so I thought I'd throw in my 0.02 although I'm not sure it's worth even that much. On Wed, 3 Jan 2001, stujin wrote: > I work on a high-traffic site that uses apache/mod_perl, and we're > seeing some occaisional segmentation faults and

Re: the edge of chaos

2001-01-04 Thread G.W. Haywood
Hi there, On Thu, 4 Jan 2001, Justin wrote: > So dropping maxclients on the front end means you get clogged > up with slow readers instead, so that isnt an option.. Try looking for Randall's posts in the last couple of weeks. He has some nice stuff you might want to have a play with. Sorry, I

Re: haunting variable values ? nested subs : cookies

2001-01-02 Thread G.W. Haywood
Hi there, On Tue, 2 Jan 2001, Don Fike wrote: > I know my description is rather cryptic Yup. > but if you recognize a problem please let me know. Well at least you've been looking at the Guide! Could be you need to read the debugging section. It's sometimes easier to debug if you start Apac

Re: Configuration File for Apache

2001-01-02 Thread G.W. Haywood
Hi there, On Tue, 2 Jan 2001, Steve Haemelinck wrote: > Can someone send me a Configuration File for Apache please? That's a bit like asking for someone to send you a book. It's not quite as easy as that. If you're just talking about Apache, then you're on the wrong List. If you're talking a

Re: problems with mod_perl

2000-12-30 Thread G.W. Haywood
Hi there, On Sat, 30 Dec 2000, Yung Kwong Wing wrote: > OH I forgot to ask. How do I install the libww and the required HTML > modules? Exactly what modules do they need? # perl -MCPAN -eshell > > Also, be sure to so a "make install" from the mod_perl directory before Check the Eagle Book

Re: problems with make test, server not starting

2000-12-28 Thread G.W. Haywood
Hi again, On Thu, 28 Dec 2000, Richard wrote: > > My idea is to find out if you already have an Apache hanging onto > > port 8259 - in which case you need to stop it! > > [root@localhost mod_perl-1.24_01]# ps axf | grep httpd > 2888 ?S 0:01 ../apache_1.3.14/src/httpd -f >/roo

Re: problems with make test, server not starting

2000-12-28 Thread G.W. Haywood
Hi again, On Thu, 28 Dec 2000, Richard wrote: > my httpd.conf file did not seem to change, It won't. > get a config error telling me it does not understand PerlHandler. > Would that suggest that i am trying to start a non mod_perl enabled > apache? Yup. But it only SUGGESTS it. Your error_l

Re: File Upload problems

2000-12-28 Thread G.W. Haywood
Hi there, On Thu, 28 Dec 2000, cbell wrote: > It is Mod perl 1.24_01, perl 5.005_03, and Apache 1.3.14 running on > Redhat 6.2. Hmmm. Do you need to use binmode() at all? If you didn't, then you probably wouldn't get any binmode problems... perldoc -f binmode 73, Ged.

Re: File Upload problems

2000-12-28 Thread G.W. Haywood
Hi there, On Thu, 28 Dec 2000, cbell wrote: > I'm pretty sure this is a binmode problem, Did I miss the bit where you told us which operating system, Perl version, and all that good stuff? If you search around in the mod_perl directory you should find a file called SUPPORT. :) 73, Ged.

Re: Cannot start httpd - help

2000-12-28 Thread G.W. Haywood
Hi there, On Thu, 28 Dec 2000, Donnie Cherng wrote: > I have tried to install > apache_1.3.14 and mod_perl-1.24_01. > > No problem on the "configure, make, make install". However, when I tried to > start httpd by "/home/users/dcherng/apache/bin/apachectl start", I got > > Syntax err

Re: Dynamic content that is static

2000-12-22 Thread G.W. Haywood
Hi there, On Fri, 22 Dec 2000, Philip Mak wrote: > I realized something, though: Although the pages on my site are > dynamically generated, they are really static. You're not alone. > Does anyone have any suggestions on how to implement this? Is there an > existing tool for doing this? How can

Re: [crit] (98)Address already in use: make_sock: could not bind to port 8529

2000-12-20 Thread G.W. Haywood
Hi there, On Wed, 20 Dec 2000 [EMAIL PROTECTED] wrote: > I have the same problem, There are so many things to look at and so many things you haven't told me I hardly know where to start! What are you doing that gives this error? Starting 'make test'? Are you the superuser? What port are yo

Re: Document contains no data

2000-12-20 Thread G.W. Haywood
Hi there, On Tue, 19 Dec 2000, Darren Duncan wrote: > I have been having a problem with my scripts during the where I > periodically get a Netscape 4 error saying "Document contains no > data" when they run under mod_perl, but not with the same script > under CGI. Is this only on Netscape 4?

Re: cgi scripts

2000-12-20 Thread G.W. Haywood
Hi there, On Tue, 19 Dec 2000, Mike Egglestone wrote: > ScriptAlias /cgi-bin/ /var/www/Scripts/ > ...and later down the file > AddHandler cgi-script .cgi Look for mention of the ScriptaAlias directive in http://perl/apache.org/guide > Options ExecCGI FollowSymLinks You might want to inves

Re: HTTP authentication based sessioning with logout ability

2000-12-19 Thread G.W. Haywood
Hi there, On Tue, 19 Dec 2000 [EMAIL PROTECTED] wrote: [Reams and reams of stuff snipped, without apology] > Basically I was hoping someone could point me in the right direction > for what to try next. http://perl.apache.org/guide [more reams snipped] > I know it's bad of me to resort to a m

[OT] C/C++ module for Apache.

2000-12-17 Thread G.W. Haywood
Hi all, Apologies for off-topic post. Somebody a while ago asked on this List if there was a C module which would do for C source code what things like Apache::ASP and Embperl would do for Perl source code. At least I think that's what he asked. About the middle of the year I was playing with

Re: Linux Hello World Benchmarks: +PHP,JSP,ePerl

2000-12-17 Thread G.W. Haywood
Hi all, On Sun, 17 Dec 2000, Gerald Richter wrote: > there are so many factors, so they are very difficult to compare. True. But nevertheless I think it's a very useful bit of work because the thing that stands out is that all (server) dynamic content comes at a high cost in processor cycles.

Re: greetings and questions

2000-12-15 Thread G.W. Haywood
Hi All, On Fri, 15 Dec 2000, Stas Bekman wrote: > Please don't take it personally, it's just that quite many people came > here asking questions that were long time ago answered and documented. It > just shows people's ignorance, lack of respect and wish to get things the > easy way. C'mon, St

Re: greetings and questions

2000-12-15 Thread G.W. Haywood
Hi Stas, On Fri, 15 Dec 2000, Stas Bekman wrote: > Come'n, are you sure you have ever looked at perl.apache.org? [snip] > Hmm, should I add around it? How about :) 73, Ged.

Re: fork inherits socket connection

2000-12-14 Thread G.W. Haywood
Hi there, On Thu, 14 Dec 2000, Kees Vonk 7249 24549 wrote: > However in the unusual situation where apache needs to be > restarted while the long running process is still running I > can not restart apache. It complains that: 'Address already > in use: make_sock: could not bind to address' W

Re: "Why I Hate Advocacy" at www.perl.com

2000-12-14 Thread G.W. Haywood
Hi Stas, On Thu, 14 Dec 2000, Stas Bekman wrote: > The advocacy is definitely not about talking but *doing*. Right. 73, Ged.

Re: Help me beat Java.

2000-12-13 Thread G.W. Haywood
Hi Stas, On Wed, 13 Dec 2000, Stas Bekman wrote: > On Wed, 13 Dec 2000, G.W. Haywood wrote: > > There's a Perl to C translator but I don't tink you want to go there. > > It doesn't make the code run faster. It only helps if you want to hide the > source code

Re: Help me beat Java.

2000-12-13 Thread G.W. Haywood
Hi all, On Wed, 13 Dec 2000, Vivek Khera wrote: > j> 3. Is there a way to precomplie perl to machine code to > > Don't think so, but there could be. There's a Perl to C translator but I don't tink you want to go there. 73, Ged.

Re: [ANNOUNCE] Take23

2000-12-07 Thread G.W. Haywood
Hi Matt, On Thu, 7 Dec 2000, Matt Sergeant wrote: > Looks like DNS isn't working at all... I'm a complete DNS moron - is > there anyone out there willing to offer me very a simple DNS setup > on their primary and secondary servers? Yeah, no problem. Can't do it for a day or so though, I'm just

Re: shared mem [was: mod_perl advocacy project resurrection]

2000-12-06 Thread G.W. Haywood
Hi Paul, On Wed, 6 Dec 2000, Paul wrote: > Is there no Apache::SharedMemory (or some such)? If not, does > anyone think it would be worth the time for someone (like me) to sit > down and write it? (Couldn't it be done?) There be dragons. 73, Ged. --

Re: Debugging Apache::ASP

2000-12-06 Thread G.W. Haywood
Hi there, On Wed, 6 Dec 2000, Differentiated Software Solutions Pvt. Ltd., wrote: > We are having problems debugging an ASP program. [snip] > How do others tackle this ?? <% &do_something(); %> <% print STDERR $omething; %> <% &do_something_else(); %> <% print STDERR $omething_else; %> > How d

Re: [ANNOUNCE] New mod_perl Web Site!!!

2000-12-05 Thread G.W. Haywood
Hi all, On Tue, 5 Dec 2000, Oleg Bartunov wrote: > (NS 3.0, Solaris). I got blank screen with 2 popup > windows with message "/bin/sh: gzip: not found" Well you can't say I didn't warn you... 73, Ged. - To unsubscribe, e-mai

Re: mod_perl with threaded Apache (eg Apache2)

2000-12-04 Thread G.W. Haywood
Hi there, On Mon, 4 Dec 2000, Robbie Lindauer wrote: > Is anyone working on an upgrade to mod_perl to > handle Apache 2.0b with thread support? You might want to have a word with Doug. Look at http://perl.apache.org 73, Ged. --

RE: [OT] More Speed -> mod_perl Module for HTML Compression

2000-11-30 Thread G.W. Haywood
Hi there, On Thu, 30 Nov 2000, Wiswell, Virginia wrote: > geoff - is there any documentation as to which browsers will or will > not handle gzip compression? Sorry to chime in again, I think we're way OT, but I'd say don't do it unless you have complete control over your browser situation. If

Re: empty or incomplete page returned

2000-11-30 Thread G.W. Haywood
Hi there, On Thu, 30 Nov 2000, Francesc Guasch wrote: > I'm building a web application using mod_perl. Sometimes when I > do tests using a slow connection I get empty pages returned. > This doesn't happen from the local net. Do your logs shed any light? > The server used for the test isn't tu

RE: More Speed -> mod_perl Module for HTML Compression

2000-11-30 Thread G.W. Haywood
Hi all, On Thu, 30 Nov 2000, an assortment of correspondents wrote: >>> beware that not all browsers that claim to accept gzip compression >>> actually do... >> >> No its the other way around. Not all browsers that can accept gzip send >> out Accept-Encoding: gzip. Notably early versions of IE4

Re: no such file or directory

2000-11-29 Thread G.W. Haywood
Hi there, On Wed, 29 Nov 2000 [EMAIL PROTECTED] wrote: > I have this mysterious problem of my mod_perl scripts > giving errors like no such file or directory > when I know for a fact that files and directory are there. > dbmopen %A,'file',0644 Try dbmopen %A,'/full/path/to/file',0644

Re: Problem with mod_perl module!!!

2000-11-29 Thread G.W. Haywood
Hi there, On Wed, 29 Nov 2000, Edmar Edilton da Silva wrote: > How can I know if a perl script is being ran under mod_perl? http://perl.apache.org/guide 73, Ged. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

Re: Chaining Perl and C handlers

2000-11-15 Thread G.W. Haywood
Hi there, On Tue, 14 Nov 2000, Andrew Chen wrote: > 1. Request comes in for t.jsp?test=1&joe=2 > 2. Handler steps in and adds another parameter, t.jsp?test=1&joe=2&moe=3 > 3. Request is then handled by BEA-Apache bridge so that it is forwarded to > Weblogic > 4. JSP runs on Weblogic, and the new

Re: Child Process Expiration ( Was RE: Memory Usage)

2000-11-14 Thread G.W. Haywood
Hi there, On Mon, 13 Nov 2000, Tom Harper wrote: > G.W. Haywood (i think?) said that he set child process expiration at > 100 hits-- this seems small to me, Yes, it was he. He also said that most people think that's rather low and set it higher... 73, Ged.

Re: make fails on perlio.c

2000-11-13 Thread G.W. Haywood
Hi there, On Mon, 13 Nov 2000, Bob Foster wrote: > gcc -O -I/usr/local/lib/perl5/5.00502/sun4-solaris/CORE\ > -I/usr/local/include -I/opt/gnu/include -DMOD_PERL_VERSION=\"1.24_01\"\ > -DMOD_PERL_STRING_VERSION=\"mod_perl/1.24_01\"\ > -I../.. -I/usr/local/lib/perl5/5.00502/sun4-solaris/CORE\ > -I

RE: database access

2000-11-13 Thread G.W. Haywood
Hi there, On Mon, 13 Nov 2000, George Sanderson wrote: > Don't get me wrong here, "but", it would be nice if the undocumented > somehow made it to the documented status. Well don't get me wrong either, but when I thought the Guide could do with a re-write, I re-wrote it. :) 73, Ged.

Re: Templates - what choose ?

2000-11-13 Thread G.W. Haywood
Hi there, On Mon, 13 Nov 2000, BeerBong wrote: > I think about implementaion of this project with Perl Apache handlers and > template system. There are HTML::Template, HTML::DynamicTemplate and I saw > others. There was an extensive discussion of this topic on this List a few weeks ago. Scan t

Re: Apache::DBI

2000-11-13 Thread G.W. Haywood
Hi there, On Mon, 13 Nov 2000, Jon Molin wrote: > I'm considering using Apache::DBI but before I'd want to benchmark > to see if I gain anything. To do this I just made a script that > connects/disconnects 10 times. You'd better read the Guide. http://perl.apache.org/guide The whole point is

Re: Apache::ASP and Frontpage extensions

2000-11-12 Thread G.W. Haywood
Hi there, On Tue, 7 Nov 2000, Garth Parfitt wrote: > I still cannot run a particular script that runs perfectly well > under Microsoft IIS 4.0. In what language is this script written? 73, Ged.

Re:[OT] unsubscribe modperl

2000-11-10 Thread G.W. Haywood
Hi Paul, On Fri, 10 Nov 2000, Paul wrote: > How do I go about getting another copy of list-command instructions? You get them with every message. Look in the headers. 73, Ged.

Re: Problem reading from STDIN

2000-11-08 Thread G.W. Haywood
Hi there, On Wed, 8 Nov 2000, Pramod Sokke wrote: > there are lot there that seem to indicate that the only way to > access STDIN under mod_perl is to use Apache::Request. > Is that right? If your code is clean I'm sure you'll be able to use Apache::Registry and things should work just as if yo

Re: PerlRun StatInc perl5_00405

2000-11-08 Thread G.W. Haywood
Hi there, On Wed, 8 Nov 2000, Chris Strom wrote: > The offending item in %INC appears to be the 'warnings.pm' entry > defined on line 308 of PerlRun: > > BEGIN { > if ($] < 5.006) { > $INC{'warnings.pm'} = __FILE__; > *warnings::unimport = sub {}; > } > } Do you even ha

Re: Problem reading from STDIN

2000-11-08 Thread G.W. Haywood
Hi there, On Tue, 7 Nov 2000, Pramod Sokke wrote: > I'm not able to read anything from stdin at all. Have you got a directive somewhere in the config? 73, Ged.

Re: Fast DB access

2000-11-08 Thread G.W. Haywood
Hi there, On Wed, 8 Nov 2000, Differentiated Software Solutions Pvt. Ltd wrote: > We are returning after extensive tests of various options suggested. Did you try different indexing mechanisms in your tests? 73, Ged.

Re: problem installing multiple versions of modperl

2000-11-07 Thread G.W. Haywood
Hi there, On Tue, 7 Nov 2000, Richard Chen wrote: > when I do 'make install', make detects that I already have an older > version of modperl and tried to rm them: Don't use it then! Install the files where you want them manually. Make yourself familiar with an ordinary layout before you try to

RE: Apache 1.3.14 and Apache::RegistryLoader

2000-11-07 Thread G.W. Haywood
Hi Paul, On Tue, 7 Nov 2000, Paul G. Weiss wrote: > I thought I'd let the list know that I resolved the problem, even > though the lack of response leads me to believe that it is a problem > that only I am experiencing. > It turns out that the installation of Solaris that I was on lacked > the

Re: Apache::ASP/Solaris 2.7 - session locking issues

2000-11-07 Thread G.W. Haywood
Hi Daniel, On Tue, 7 Nov 2000, Daniel Little wrote: > we're on a Sparc - I presume yours is Intel? Yes. Er, well, AMD K6-2/450 in that case. > All I can say is 'use strict;' Like it says in the Guide :) > Anyway, thanks for the response. I think we're going to have to > build a load test pl

RE: modperl workaround for bug in netscape-4.7x with Expires: hea ders?

2000-11-07 Thread G.W. Haywood
Hi all, On Tue, 7 Nov 2000, Geoffrey Young wrote: > you may also want to search the archives concerning NS and MSIE caching Browsers drive me nuts. I've seen this work well for Apache::ASP. $Response->{Expires} = -86400 * 100; 73, Ged.

Re: Memory Usage

2000-11-07 Thread G.W. Haywood
Hi again, On Tue, 7 Nov 2000, Buddy Lee Haystack wrote: > I may have missed that, but it dosen't mention the "experimental" > nature of DSO in the "DSO has the following disadvantages:" section > of the documentation located at > "http://www.apache.org/docs/dso.html" Extract from my copy of the

Re: Apache::ASP/Solaris 2.7 - session locking issues

2000-11-07 Thread G.W. Haywood
Hi there, On Tue, 7 Nov 2000, Daniel Little wrote: > Has anyone had any problems with failure to write locks on Apache:ASP > under Solaris or any other platform? I just grepped one of my logfiles (a small one, about 70 megabytes:) and there was no occurrence of this message. Linux 2.2.16, Per

Re: Memory Usage

2000-11-07 Thread G.W. Haywood
Hi there, On Tue, 7 Nov 2000, Buddy Lee Haystack wrote: > The memory consumption increases by about 1 megabyte for each child > process every time I issued the USR1 signal. Ugh. > I can always rotate my logs manually, I'm leaning along the lines of > just killing the process, rotating the log

Re: Memory Usage

2000-11-07 Thread G.W. Haywood
Hi again, On Tue, 7 Nov 2000, Buddy Lee Haystack wrote: > Maybe someone should include this information in the Apache > documentation covering the DSO issues. It would be very helpful to > people starting out, such as myself. It *does* say in the docs that DSO is experimental. 73, Ged.

Re: Installing Mod_perl

2000-11-07 Thread G.W. Haywood
Hi there, On Tue, 7 Nov 2000, Marco Marchi wrote: > Hi, > >I have compiled mod_perl version 1.24 with apache version > >1.3.9; The compilation completes without errors, but whenever I run the > >new httpd daemon, I get the following error message: > > > >Syntax error on line 207 of /usr/local/ap

Re: Memory Usage

2000-11-07 Thread G.W. Haywood
Hi there, On Tue, 7 Nov 2000, Buddy Lee Haystack wrote: > > What happens if you then do a graceful restart? > > The logrotate scripts use HUP to restart the server. I don't think > the USR1 would be appropriate for log rotation - according to the > Apache documentation... Yeah, I read that. I

Re: FW: Problem: Number after header

2000-11-07 Thread G.W. Haywood
Hi there, On Tue, 7 Nov 2000, Guido Moonen wrote: > > I found that the problem is that Mason sends a Number of some > > sort at from of the html (after the response header) but i cannot > > find where the number gets printed to the output stream. Something very similar was mentioned on the Li

Re: Chaining Perl and C handlers

2000-11-07 Thread G.W. Haywood
Hi there, On Mon, 6 Nov 2000, Andrew Chen wrote: > According to my trusty Eagle book, I can chain Perl handlers (by using > $r->pushhandlers(), but can I chain a C handler after a Perl handler?? Not until Apache 2.0, Eagle Book p175, "Chaining Content Handlers". A C handler either handles the

Re: Apache::Registry() and strict

2000-11-07 Thread G.W. Haywood
Hi there, On Tue, 7 Nov 2000, Ron Rademaker wrote: > Just tried, it didn't give me any useful information,... Try 'httpd -X'. 73, Ged.

Re: $r->param() goes poof (Was: POST results in "HTTP/1.0 (null)")

2000-11-06 Thread G.W. Haywood
Hi there, On Mon, 6 Nov 2000, Paul J. Lucas wrote: > From within my authentication handler, I also access query string > parameters. When I do this, the downstream content handler finds > that $r->param() is empty. Search the Guide for PERL_STASH_POST_DATA. 73, Ged.

Re: Memory Usage

2000-11-06 Thread G.W. Haywood
Hi there, On Mon, 6 Nov 2000, Buddy Lee Haystack wrote: > The morning after "logrotate" runs on my system, the memory usage > increases by about 30 megabytes, and continues to do so after each > weekly run of the "logrotate" utility. What happens if you then do a graceful restart? > Has anyon

Re: how do I really proof, that my script is running under apaches mod_perl?

2000-11-06 Thread G.W. Haywood
Hi there, On Mon, 6 Nov 2000, [iso-8859-1] Alexander Förster wrote: > Q:Is it normal, that under linux, running apache with mod_perl, for > requests on a script a separate system process is starting ? Not unless you intentionally start one from your script. > I wrote a script, included it via

Re: Apache::Scoreboard returns incomplete information to Apache::Watchdog::RunAway.

2000-11-06 Thread G.W. Haywood
Hi there, On Mon, 6 Nov 2000, Jayme Frye wrote: > I am setting up Apache::Watchdog::RunAway and have come across a > problem with Apache::Scoreboard that breaks Watchdog. [snip] > Apache compile time options: > > SL_BASE=SYSTEM \ > EAPI_MM=SYSTEM \ > CC="egcs" \ > OPTIM="-O9 Extract f

Re: [ADMIN] Keep those @$%#$ quotes down (was: dynamic vs. mostly static data)

2000-11-05 Thread G.W. Haywood
Hi all, On Sun, 5 Nov 2000, Ask Bjoern Hansen wrote: > Sending a 3.5KB message to write two misspelled lines are a %@$%$ > waste. Those 3.5KB goes to ~1500 people. Your outburst (with which I have to agree, although maybe we might talk about banner ads later:) prompted me to publish a document

<    1   2   3   4   5   >