Re: [mp1] Help with Apache::MP3

2003-02-20 Thread Ged Haywood
On Thu, 20 Feb 2003, Wilcox, Curtis wrote: [snip,snip] tried installing apache-1.3.27 and mod_perl-1.27, following the instructions in INSTALL.simple, included in the mod_perl source. Unfortunately when I add the following to httpd.conf, the apachectl configtest segfaults: Location /Songs

Re: convert file

2003-02-19 Thread Ged Haywood
. 73, Ged. -- From [EMAIL PROTECTED] Wed Feb 19 11:57:34 2003 Date: Mon, 27 Jan 2003 13:46:12 + (GMT) From: Ged Haywood [EMAIL PROTECTED] To: koudjo ametepe [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: sftp Hello

Re: problems upgrading mod_perl

2003-02-16 Thread Ged Haywood
Hi there, On Sun, 16 Feb 2003, Robert Krueger wrote: I'm currently upgrading an old installation (mod_perl 1.25, perl 5.005, apache 1.3.12 - mod_perl 1.27, perl 5.8.0, apache 1.3.27) and [snip] Can't locate loadable object for module Apache::Log [snip] letting apache warm up...\c Syntax

Re: Server returns nothing (solved)

2003-02-14 Thread Ged Haywood
Hi there, On Thu, 13 Feb 2003, Viljo Marrandi wrote: On Thu, 13 Feb 2003, Ged Haywood wrote: Hi there, On Thu, 13 Feb 2003, Viljo Marrandi wrote: DBIx::Recordset::Fetchsizewarn = 0; while the correct is: $DBIx::Recordset::Fetchsizewarn = 0; Only one missing

Re: Server returns nothing (solved)

2003-02-13 Thread Ged Haywood
Hi there, On Thu, 13 Feb 2003, Viljo Marrandi wrote: My code checks $tt-error() and it didn't show anything. But I found the problem, it still was perl and it was very, very stupid mistake. In that weird module I defined: DBIx::Recordset::Fetchsizewarn = 0; while the correct is:

Re: compile apache with mod_perl

2003-02-13 Thread Ged Haywood
Hi there, On Wed, 12 Feb 2003, Jozwiak, Paul wrote: Does anyone know why I keep getting: [Wed Feb 12 10:35:03 2003] [notice] child pid 312 exit signal Segmentation Fault (11) in my error_log? No. I have tried rebuilding the machine, installing older versions of apache, different C

RE: compile apache with mod_perl

2003-02-13 Thread Ged Haywood
memory consumption. Something I was trying to avoid. Your programming will have more effect than your use of static linking. (Have another look at those docs... :) 73, Ged. -Original Message- From: Ged Haywood [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 13, 2003 4:03 AM

Re: Help-me

2003-02-12 Thread Ged Haywood
Hello there, On Wed, 12 Feb 2003, Rangel, Luciano wrote: Please help-me with error. waiting for server to start: .[Wed Feb 12 14:56:58 2003] [info] 20 Apache:: modules loaded [Wed Feb 12 14:56:58 2003] [info] 5 APR:: modules loaded [Wed Feb 12 14:56:58 2003] [info] base server + 5

Re: mod_perl Installation and Configuration (fwd)

2003-02-10 Thread Ged Haywood
Hi there, On Mon, 10 Feb 2003, Devi .M wrote: I want to install mod_perl with apache and configure for it in Linux m/c. I have tried this and started the server also. When typed ./httpd -l in apache/bin it showed the following output http_core.c [snip] mod_perl.c Well

Re: test failed; =pod directive in t/httpd.conf

2003-02-08 Thread Ged Haywood
Hi there, On Fri, 7 Feb 2003, Vicki Brown wrote: I'm trying to build (rebuild) mod_perl for Apache 1.3.26. I swear I did this before but it was over a year ago maybe it wasn't a static build. Maybe you'll keep some records this time? :) Following the instructions in INSTALL-apaci I ran

Re: test failed; ... t/httpd.conf

2003-02-08 Thread Ged Haywood
Hello again, On Sat, 8 Feb 2003, Vicki Brown wrote: At 09:27 + 2003-02-08, Ged Haywood wrote: It's not clear to me what you did BEFORE these steps, and that's important. It's very clear, actually, since I did nothing before these steps :) Then please ask of the person who logged

Re: Apache::Registry incompatible with CGI ?

2003-02-04 Thread Ged Haywood
Hi there, On Tue, 4 Feb 2003, Rob Lambden wrote: I have written a request handler in Perl. I recently changed some code in this to convert from using CGI within mod_perl to using Apache::Registry. It's generally best to write handlers. If you have written a handler, in general I think you

Re: Possible bug with a 206 Partial Response

2003-02-02 Thread Ged Haywood
Hi there, On Sun, 2 Feb 2003, David Dick wrote: Got a bit of a weird set of behaviour with a mod_perl Apache::Registry type script. [snip] More information about this error may be available in the server error log.P [snip] Anyone got any ideas? What does it say in the error_log? 73, Ged.

Re: Possible bug with a 206 Partial Response

2003-02-02 Thread Ged Haywood
Hi there, On Sun, 2 Feb 2003, David Dick wrote: Forgot to mention that the error log is completely empty. :) Are you getting core dumps? 73, Ged.

Re: Possible bug with a 206 Partial Response

2003-02-02 Thread Ged Haywood
Hi again, On Mon, 3 Feb 2003, David Dick wrote: not even getting a broken connection. So somehow mod_perl doesn't _really_ think it's an error. Check out DEBUGGING in 'perldoc Apache::Registry'. Apache::Registry won't always return what you'd think it should. This has snookered more than

Re: Installation help

2003-01-28 Thread Ged Haywood
Hi there, On Tue, 28 Jan 2003, Blankenship, Scott R wrote: Basically, I extract mod_perl 1.27, and apache 1.3.1 [snip] What am I doing wrong? Are you sure you want to use Apache 1.3.1? I'm using 1.3.27 for new builds... 73, Ged.

Re: sftp

2003-01-27 Thread Ged Haywood
Hello there, On Mon, 27 Jan 2003, koudjo ametepe wrote: Do someone know how to connect to a distant host with perl (via sftp Please read http://perl.apache.org/maillist/email-etiquette.html 73, Ged.

Re: [OT] MLDBM Size Limit??

2003-01-21 Thread Ged Haywood
Hi there, On Tue, 21 Jan 2003, Jim Morrison [Mailinglists] wrote: Sorry this is a little off topic... Is there a size limit on DBM's? (Or Linux files for that matter.. ) [snip] Thing is I'm getting a write error and it seems to always happen when the DBM gets to 2.0Gb .. [snip] Linux

Re: [mp2] e-Commerce

2003-01-20 Thread Ged Haywood
Hi there, On Mon, 20 Jan 2003, Udlei Nattis wrote: hi, sorry my english ;) It's ok. :) modperl 2 with apache 2 thread is stable enought for start one big project of ecommerce? If it were my decision I'd say not yet, use mod_perl 1.27 with Apache 1.3.27. 73, Ged.

Re: mod_perl invokation valid?

2003-01-10 Thread Ged Haywood
Hi Charlie, On Fri, 10 Jan 2003, Charlie Smith wrote: Thanks for your quick response. I was informed that we were not running mod Perl, but at the same time the env hash indicated we were, Read the Guide, it has a section specifically addressing this issue. So, I'll try and clarify my

Re: Sticky pnotes conclusion

2003-01-09 Thread Ged Haywood
Hi there, On Wed, 8 Jan 2003, John Heitmann wrote: Over the weekend I posted here with questions about a problem where variables stored in pnotes did not get garbage collected. Thanks to some very helpful hints I was able to determine that mod_perl was leaking pnotes in a request with an

Re: mod_perl invokation valid?

2003-01-06 Thread Ged Haywood
Hi there, On Mon, 6 Jan 2003, Charlie Smith wrote: [snip,snip] assume we'll see a speed up after upgrading mod_perl? Your question is not clear. It depends on what you're doing with it. If you're already using mod_perl then simply upgrading it won't give you a substantial performance

RE: Install Problem: make test: modules/src.t

2002-12-22 Thread Ged Haywood
Hi there, On Sun, 22 Dec 2002, Mark Hawkes wrote: Thanks Beau, but that didn't solve anything :-( 'make test' needs to run as root or it can't write to the Apache directory. [snip] -Original Message- From: Mark Hawkes [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 21, 2002

Re: web link broken when access cgi-bin

2002-12-22 Thread Ged Haywood
Hi there, On Sat, 21 Dec 2002, eric lin wrote: The image file:///home/enduser/mytest.jpg cannot be displayed, because it contains errors I think I understand your question but I am not sure of it. It seems that you have sent a request to Apache, received a response, and saved the response

Re: Shroud+ Perl obfuscator....

2002-12-21 Thread Ged Haywood
Hi all, On Sat, 21 Dec 2002, kyle dawkins wrote: Are you for real? [snip] You may not know this, but...[snip] Er, I think you'd better have a look at the Camel Book before you dig yourself any deeper into that particular hole. :) And I really don't think this discussion should go any

Re: What's On-topic and what's Off-topic on this list

2002-12-17 Thread Ged Haywood
Hi all, On Tue, 17 Dec 2002, Nick Tonkin wrote: One thing that's useful for both people who don't know where else to turn and people who don't want anything that's not pure mod_perl is simply to preface your subject line with [OT] ... it's then very simple to filter out unwanted messages in

Re: pass-thru/redirect/DECLINE to *.jpg

2002-12-17 Thread Ged Haywood
Hi there, On Tue, 17 Dec 2002, Aaron J Mackey wrote: I have a completely mod_perl handler-based web app set up as so: Location ~ ^/myapp PerlHandler Client::WWW SetHandler perl-script PerlSetVar ConfigFile /home/ajm6q/myapp/data/www-config

Re: in window, mod perl 1, how to get time?

2002-12-16 Thread Ged Haywood
Hello there, On Sun, 8 Dec 2002, eric wrote: so how can I get the time display? in my .pl file, two lines as - my @time = time; print Right now, the elements of the time are: @time; Please read the email-etiquette document. It's on the

Re: How big are your httpd's?

2002-12-14 Thread Ged Haywood
Hi there, On Sat, 14 Dec 2002, Jonathan M. Hollin wrote: harm wrote: PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME COMMAND 19019 http 9 0 19844 14M 3884 S 3.9 0.7 0:13 apache.perl.new 19419 http 9 0 19852 15M 4388 S 2.6 0.7 0:14

Re: 0x444ba45b in prof_mark () from /usr/lib/perl5/5.6.1/i686-linux/auto/Devel/DProf/DProf.so

2002-12-09 Thread Ged Haywood
Hi Stas, On Sun, 8 Dec 2002, Stas Bekman wrote: I see no reason why we should mislead readers, saying do not upgrade to 5.8.0, but to 5.7.2 instead. I'm sorry if I misled anyone. I thought it was clear that my own personal recommendation was at least 5.7.2 and that there are those who would

Re: 0x444ba45b in prof_mark () from /usr/lib/perl5/5.6.1/i686-linux/auto/Devel/DProf/DProf.so

2002-12-08 Thread Ged Haywood
Hi there, On Sat, 7 Dec 2002, Richard Clarke wrote: I seem to have hit a slight stumbling block in my mod_perl development. [snip] As you can see from the topic, the segv happens in the DProf library. Yup, that'll do it. Try upgrading to Perl 5.7.2 at least. It worked for me. There are

Re: 0x444ba45b in prof_mark () from /usr/lib/perl5/5.6.1/i686-linux/auto/Devel/DProf/DProf.so

2002-12-08 Thread Ged Haywood
Hi Stas, On Sun, 8 Dec 2002, Stas Bekman wrote: Ged Haywood wrote: [...] Try upgrading to Perl 5.7.2 at least. It worked for me. There are those who would recommend 5.8.0 minimum, but I'm not one. (Yet:). Eh? 5.8.0 is almost the same as 5.7.2, with mucho bugs fixed. I don't

Re: segmentation fault using a startup file

2002-11-27 Thread Ged Haywood
Hi there, On 27 Nov 2002, Jan Theofel wrote: Am Mon, 2002-11-25 um 17.46 schrieb Jan Theofel: (Re)starting apache results in the following segmentation fault: The problem with this segmentation fault is XML::Simple [snip] All I could find is that you can either: 1. Compile your own

Re: segmentation fault using a startup file

2002-11-27 Thread Ged Haywood
Hi Jan, On 27 Nov 2002, Jan Theofel wrote: Am Mit, 2002-11-27 um 17.33 schrieb Ged Haywood: What is it about compiling your own Apache that troubles you? It is a lot of work to do. Only the first couple of times. Takes me about two minutes nowadays. Especially because we use SuSE

Re: NEWBIE$B!'(Bmod_perl included inSolaris package

2002-11-25 Thread Ged Haywood
Hello there, On Mon, 25 Nov 2002, T.Shichijo wrote: I am makeing Solaris package which included Apache1.3.27+mod_perl,mod_ssl on my Server (pkg1). [snip] I'm not sure I understand your question, but I think I'll answer it anyway :), It is important to compile Perl and mod_perl with the same

Re: Apache-Scoreboad parse error when compiling

2002-11-12 Thread Ged Haywood
Hi there, On Tue, 12 Nov 2002, Francesc Guasch wrote: I have a RH8.0 with apache-1.3.27 and mod_perl-1.27. I'm trying to install Apache::VMonitor, but I can't make Apache::Scoreboard-0.10. In file included from DummyScoreboard.xs:14:

Re: how to detect a broken connection using mod_proxy

2002-11-11 Thread Ged Haywood
Hi Stas, Welcome back! How was China? On Mon, 11 Nov 2002, Stas Bekman wrote: Anybody knows of similar to mod_proxy modules that do play nicely with the backend regarding aborted connections? I think dapi said his mod_accel might do that, and wasn't mod_deflate supposed to do something

Re: Trouble building Apache 1.3.27 with mod_perl 1.27 on Solaris 8x86

2002-11-10 Thread Ged Haywood
Hi there, On Fri, 8 Nov 2002, [iso-8859-1] Svavar Örn Eysteinsson wrote: I'm having a big trouble on my Solaris 8 x86. I'm trying to compile Apache v1.3.27 with mod_perl 1.2.27. As for now i'm running Apache/1.3.19 (Unix) PHP/4.0.4pl1 mod_perl/1.25. with Perl 5.6.1 and GCC 3.0.3 Did you

Re: Signal Handling in mod_perl ...

2002-11-08 Thread Ged Haywood
Hi there, On Sat, 9 Nov 2002, Sylbert L wrote: I have this response handler, within which I've written this signal handler. When I pass a signal to that particular process, it is handled only when a request is processed, not when the signal is really received Apache has told its children to

Re: Apache 1.3.27 + Mod_perl(sunOS Solaris) installation problem

2002-11-08 Thread Ged Haywood
Hi there, On Fri, 8 Nov 2002, Manish Anand wrote: I am trying to install Apache1.3.27 + Mod_perl 1.27... I was successful in eventually installing the apache with mod-perl support. I verified that mod-perl was installed by 'httpd -l' command. Everything seemd to be working the way it shoudl,

Re: Trouble using mod_perl and IE5.x, IE6.x

2002-11-07 Thread Ged Haywood
Hi there, On Thu, 7 Nov 2002, simon wrote: The trouble occurs for sample with this little simple script print(html); sleep (5); print(head); Do you first send the HTTP headers somehow? 73, Ged.

RE: Can't locate object method new via package Apache::Request(via Mason)...SOLVED

2002-11-07 Thread Ged Haywood
Hi there, On Thu, 7 Nov 2002, DeAngelo Lampkin wrote: A file called libapreq.so.1 was located in /usr/local/lib (should have been in /usr/lib) [snip] I ended up getting this thing: Syntax error on line 362 of /usr/local/apache/conf/httpd.conf: Can't load

Re: Suspected Apache::AuthenNTLM Bug

2002-11-07 Thread Ged Haywood
Hi there, On 8 Nov 2002, Brett Hales wrote: I believe that there is a bug in the Apache::AuthenNTLM module. Did you see this? 73, Ged. -- Date: Thu, 7 Nov 2002 17:46:15 -0600 (CST) From: Gerald Combs [EMAIL PROTECTED] To:

Re: Apache lifecycle: can I choose which VirtualHost?

2002-11-04 Thread Ged Haywood
Hi there, On Mon, 4 Nov 2002, Larry Leszczynski wrote: Suppose a request comes in which would normally get sent to the default VirtualHost (because it's missing a Host header, or the name in the Host header isn't recognized, or whatever). Is there any mod_perlish way to explicitly handle

Re: MOD_Perl Converter

2002-11-01 Thread Ged Haywood
Hi there, On Fri, 1 Nov 2002, Frank Naude (FJ) wrote: Sorry if this is a FAQ, So read the docs already! :) but, is there any mod_cgi to mod_perl converter available? Have a look at Apache::Registry. 73, Ged.

Re: Should I be coding with mod_perl 2 yet?

2002-11-01 Thread Ged Haywood
Hi there, On 1 Nov 2002, Clinton Gormley wrote: I'm struggling to get anything much working with mod_perl 2. [snip] I have read all of the documentation on perl.apache.org. Are you sure? :) If these things should be working, Well it does say on the home page that it's the Bleeding Edge.

Re: [OTish] Version Control?

2002-10-31 Thread Ged Haywood
Hi all, On Thu, 31 Oct 2002, Iain 'Spoon' Truskett wrote: experimenting with perforce [which, so far, appears nicer than CVS] ) Yikes! Josh, you got anything to say about that? 73, Ged.

Re: reverse_proxy ?

2002-10-30 Thread Ged Haywood
Hi there, On Wed, 30 Oct 2002, Scott Alexander wrote: [snip] Our production server is one machine running only one instance of apache/mod_perl and another machine for the database. [snip] Any ideas how I can have the documents on the front_end and still maintain some level of security. This

re: solaris 2.6, mod_perl 1.27, apache 1.3.27, make test fails

2002-10-29 Thread Ged Haywood
Hi there, On Mon, 28 Oct 2002, John E. Mendenhall wrote: We built our own Perl 5.8.0, as well as Perl 5.6.1. We had different problems with 5.6.1. [snip] Any other suggestions? What were the problems with 5.6.1? Have you got a spare machine/disc pack that you can use to do a completely

re: solaris 2.6, mod_perl 1.27, apache 1.3.27, make test fails

2002-10-28 Thread Ged Haywood
Hi there, On Mon, 28 Oct 2002, John E. Mendenhall wrote: I have compiled mod_perl 1.27 with apache 1.3.27 under perl 5.8.0, solaris 2.6, using gcc 2.7.2.3. When I run the make test, it fails Did you build your Perl 5.8.0? I ask because the general advice is that the same compiler must build

Re: Apache::Clean, Apache::Compress, mod_gzip/deflate, cross sitescripting and more.

2002-10-27 Thread Ged Haywood
Hi there, On Sun, 27 Oct 2002, Slava Bizyayev wrote: Let me introduce to you (and to the list ;) my Content Compression FAQ (attached in M$ WORD format). Thanks, but if you're going to publish things for this List I think most people will want POD or plain text. Definitely not M$ Word

RE: Making a module-It can't be this hard.

2002-10-26 Thread Ged Haywood
Hi there, On Sat, 26 Oct 2002, Per Einar Ellefsen wrote: At 00:01 26.10.2002, Robert Covell wrote: The modules I have declared do contain a package name. Is it not possible or easy to just use/require/include a pl or pm file that contains a set of function for me to reuse. Also: have

RE: Problems compiling mod_perl1.27 under IRIX64...

2002-10-25 Thread Ged Haywood
Hi there, On Thu, 24 Oct 2002, DeAngelo Lampkin wrote: All the sources are in places I own What compiler are you using? Did you post the output of 'perl -V'? Did you build it yourself? Sorry if you already said, I deleted all the old stuff. 73, Ged.

Re: Problems compiling mod_perl1.27 under IRIX64...

2002-10-24 Thread Ged Haywood
Hi there, On Wed, 23 Oct 2002, DeAngelo Lampkin wrote: Whenever I try to compile mod_perl1.27 on SGI IRIX64 I get the following error message at the end of the make process: Error Output for sanity check cd ..; cc -n32 -DIRIX -DMOD_PERL -DUSE_PERL_SSI

RE: Problems compiling mod_perl1.27 under IRIX64...

2002-10-24 Thread Ged Haywood
Hi there, On Thu, 24 Oct 2002, DeAngelo Lampkin wrote: [snip] the make step ran fine [snip] However, the make install step crapped out and I got the following error: Warning: You do not have permissions to install into /usr/local/lib/perl5/site_perl/5.6.1/IP27-irix at

Re: code evaluation in regexp failing intermittantly

2002-10-23 Thread Ged Haywood
Hi there, On Wed, 23 Oct 2002, Rodney Hampton wrote: Sometimes it does it, sometimes not. Have a look in the mod_perl Guide. You'll find it if you look at the mod_perl home page, http://perl.apache.org There's a section called Sometimes it works. sometimes it doesn't. I'm not telling you

Re: What module I have to choose?

2002-10-20 Thread Ged Haywood
Hello! On Sun, 20 Oct 2002, Ruslan U. Zakirov wrote: I've wrote my module that uses Apache::Forward example [snip] Ok, now it's all working fine. Congratulations! [snip] Apache::OutputChain and Apache::Filter. [snip] What different between them? Install them, then try the commands

Re: repost: [mp1.0] recurring segfaults on mod_perl-1.27/apache-1.3.26

2002-10-18 Thread Ged Haywood
Hello there, On Fri, 18 Oct 2002 [EMAIL PROTECTED] wrote: Hardware is definitely not at fault. [snip] Some info: /usr/apache-perl/bin/httpd -l Compiled-in modules: http_core.c mod_env.c mod_log_config.c mod_mime.c mod_negotiation.c mod_status.c mod_include.c

Re: Apache::DBI: number of mysql connections vary wildly

2002-10-17 Thread Ged Haywood
Hi there, On Thu, 17 Oct 2002, John Cameron wrote: I am finding that the number of open number of database connections I have open at one time is varying wildly. Then, Suddenly, the number of connctions jumps up to 50 or more! Sometimes this falls back to below 20, but sometimes this

Re: evil scripts kill the server...

2002-10-16 Thread Ged Haywood
Hi there, On Wed, 16 Oct 2002, Joerg Plate wrote: although it never happened to me i have to fight some rumours. Is it true that you can kill the whole server, not just the script if you do something wrong with mod_perl? (I doubt it) Yes, I'm afraid it is. 73, Ged.

Re: Memory leak on reload when the 'Pg' driver is preloaded

2002-10-16 Thread Ged Haywood
Hi there, On Wed, 16 Oct 2002, Keith G. Murphy wrote: do you mean that the problems with the loadable module overall are so well-known that no one in his right mind should ever use it? It's not as bad as that. Significant improvements have been made in the reliability of mod_perl as DSO and

Re: evil scripts kill the server...

2002-10-16 Thread Ged Haywood
Hi there, On Wed, 16 Oct 2002, Joerg Plate wrote: Is it true that you can kill the whole server, not just the script if you do something wrong with mod_perl? Yes, I'm afraid it is. How? For example by swallowing all the memory, by consuming all the CPU, and of course by making root

RE: evil scripts kill the server...

2002-10-16 Thread Ged Haywood
Hi there, On Wed, 16 Oct 2002, Joe Breeden wrote: You are making it sound like these problem are unique to mod_perl when they are not. I didn't think I was doing that. I didn't mean to. I have no axe to grind here, and I use mod_perl a great deal. It has never let me down (although I

Re: Memory leak on reload when the 'Pg' driver is preloaded

2002-10-16 Thread Ged Haywood
Hi there, On Wed, 16 Oct 2002, Keith G. Murphy wrote: Significant improvements have been made in the reliability of mod_perl as DSO and nowadays there is much less discussion about it on this list. Are you sure it's not because 'most everyone has silently given up on it? Yes, I'm

Re: Trouble Compiling Mod_Perl 1.27 on SGI

2002-10-15 Thread Ged Haywood
Hi there, On Mon, 14 Oct 2002, Kent, Mr. John wrote: Having trouble building mod_perl-1.27 against Apache_1.3.27 on an SGI Have you looked at the file mod_perl-1.27/SUPPORT ? Did you build the Perl installation on these machines? Could you use a different compiler? 73, Ged.

Re: current state of conf/code, feedback?

2002-10-15 Thread Ged Haywood
Hi there, On Tue, 15 Oct 2002, Paul Simon wrote: I'm currently running a pilot app under win2000 + apache 2.0.42 + perl5.8 + mod_perl. Is there anything here that spells trouble? That win...thing? Seriously though, you're using very new software. If you want real stability I'd suggest

Re: perl script not reloading

2002-10-13 Thread Ged Haywood
Hi there, On Sat, 12 Oct 2002, Michael Grant wrote: I did this and it still doesn't reload the script. I added it just after the LoadModule: LoadModule perl_modulelibexec/apache/libperl.so PerlInitHandler Apache::StatINC It's a single main script, not a module. Have you

Re: How would you organize custom logging?

2002-10-10 Thread Ged Haywood
Hi there, On Thu, 10 Oct 2002, Marcin Kasperski wrote: I am to provide some custom logging in my mod_perl application. [snip] and On Thu, 10 Oct 2002, Victor Tsang wrote: Instead of developing something new, how about extending the combined/common log format? Or you could

Re: Copying Apache/Mod_perl/perl installation

2002-10-08 Thread Ged Haywood
Hi there, (You forgot to cc the List. :) On Tue, 8 Oct 2002, Ganesan M wrote: If I can use RPM under SCO Open Server 5.0.6, and it gives me perl with all the modules, Apache, and mod_perl, I 'd definitely go for that. Anyone used RPM to copy installation under SCO? Never done it myself,

Re: memory usage problem!

2002-10-08 Thread Ged Haywood
Hi there, On Tue, 8 Oct 2002, Plamen Stojanov wrote: I have a ig mem usage problem with perl. I load 2Mb data from a database in perl hash and perl takes 15Mb memory. This isn't a big memory problem unless you only have 32Mb RAM in which case you're going to run out of memory with mod_perl

Re: Copying Apache/Mod_perl/perl installation

2002-10-08 Thread Ged Haywood
Hi guys, On Tue, 8 Oct 2002, Geoffrey Young wrote: [snip] Is there anyway to copy the installation to a similar OS/architecture without going through all the installtion proceedures. In another words, can I copy the installed software/packages to another machine which is of same

RE: error from my .htaccess file

2002-10-06 Thread Ged Haywood
Hello again, Please CC the List with your replies. On Sun, 6 Oct 2002, Mitchel, Jennifer (Jem) wrote: Yes I am sure. -Original Message- From: Ged Haywood [mailto:[EMAIL PROTECTED]] Sent: Saturday, October 05, 2002 3:12 AM To: Mitchel, Jennifer (Jem) Are you sure you're

Re: mod_perl 1.27 core dumps on all requests.

2002-10-05 Thread Ged Haywood
Hi there, On Fri, 4 Oct 2002, Richard Homolka wrote: attaching a core stack trace Haven't seen it. httpd.conf ... no changes at all from what you get installed from apache. ... Other modulkes static or dynamic. If there are no changes to httpd.conf, how do you load the dynamic modules?

Re: error from my .htaccess file

2002-10-05 Thread Ged Haywood
Hi there, On Tue, 1 Oct 2002, Mitchel, Jennifer (Jem) wrote: [snip] Syntax error on line 6 of /web/content/askLucent/password-reset/.htaccess: Invalid command 'PerlAuthenHandler', perhaps mis-spelled or defined by a module not included in the server configuration [snip] and

Re: document contains no data errors (with mod_ssl)

2002-10-01 Thread Ged Haywood
Hi there, On Mon, 30 Sep 2002, Anthony E. wrote: am receiving document contains no data error messages quite frequently. [snip] incidentally, i noticed i am getting a lot of these errors in the error_log: Out of memory! Callback called exit. If you run out of memory then your Apache

Re: Image Problem

2002-09-24 Thread Ged Haywood
Hi there, On Tue, 24 Sep 2002, AdItYa wrote: I'm using httpd -l then mod_perl is in the list. Then I starting Apache, and run Test Page, but the image/icons cannot display just x (unknown.gif). I'm using standard httpd.conf from instalation, without editing. What does it say in the

Re: ModPerl and Net::Z3950

2002-09-24 Thread Ged Haywood
Hi there, On 24 Sep 2002, Ian Stuart wrote: We are using Apache/1.3.26 (on a Sun Solaris box), with mod_perl/1.27, [snip] getting errors saying that the connection dies [snip] This problem occurs randomly, I rather doubt that... :) [snip] problem is cleared if we do a graceful restart

Re: Documentation for Apache::exit()?

2002-09-24 Thread Ged Haywood
Hi Francisco, On Tue, 24 Sep 2002, Francisco Corella wrote: Thanks for replying. I hope you had a good time in my old country :-) You probably saw the reports on the news about roads being washed away by the rain in Sevilla. I went on a motor-cycle. Camping. If you're writing new code

Re: Documentation for Apache::exit()?

2002-09-21 Thread Ged Haywood
Hi Francisco, Sorry it took a long time to reply. Been to Spain. On Fri, 13 Sep 2002, Francisco Corella wrote: I believe calling Apache::exit doesn't prevent the log phase from being run for the request, does it? That's the way I understand it. You recommend using 'return' rather than

Re: Error when making mod_perl

2002-09-20 Thread Ged Haywood
Hi there, On Thu, 19 Sep 2002, Christophe Mailhe wrote: [snip] * WARNING * mod_perl is unlikely to link with your libperl, suggestions: *) Rebuild Perl with Configure -Accflags=+Z ... [snip] Are you sure you're trying to link to the Perl that you just built?

Re: [NEWBIE] problem with module

2002-09-20 Thread Ged Haywood
Hi there, On Thu, 19 Sep 2002, funkaster wrote: (bbs) using DBI to access a mysql database. [snip] The problem I'm facing right now is that it works the first time. But the second time I make a request to the database (when I pass a $msg_id parameter) it won't work Read the debugging

RE: Error when making mod_perl

2002-09-20 Thread Ged Haywood
Hello again, On Fri, 20 Sep 2002, Christophe Mailhe wrote: Hi there, Sorry I didn't give all the information. I think I have achieved to compile perl 5.8.0 and now mod_perl-1.99_05 using the following commands : For Perl 5.8.0: Is this 5.8.0-RC2 (See mod_perl-1.99_05/README)? I

Re: Documentation for Apache::exit()?

2002-09-12 Thread Ged Haywood
Hi there, On Wed, 11 Sep 2002, Francisco Corella wrote: The Modules book by Lincoln Stein and Doug MacEachern (pp.464-465) says that Apache::exit() can be used to halt script execution without terminating the process and without logging an error. Ask yourself why you want to call an exit()

Re: Seg Fault with PHP and Perl together

2002-09-04 Thread Ged Haywood
Hi there, On Wed, 4 Sep 2002, Jon Harris wrote: I inherited a very happy cobalt raq3 with 2 sites using embedded Perl which work very well. There are about 20 sites on the box. I needed to get PHP running on the same box, so I made the module, added it into the httpd.conf and PHP was

Re: Compiled-in but not recognized

2002-08-11 Thread Ged Haywood
Hi there, On Sun, 11 Aug 2002, Colin wrote: I know this is a recurring problem but bear with me ... :) httpd -l Compiled-in modules: http_core.c mod_so.c mod_perl.c pwd? Syntax error on line 1141 of /usr/local/apache/conf/httpd.conf: Invalid command 'PerlHandler', perhaps

Re: File Problems in Perl-Run?

2002-08-11 Thread Ged Haywood
Hi there, On Sun, 11 Aug 2002, Jeff Crist wrote: We recently migrated to modPerl, but only the Perl-Run parser [snip] randomly (maybe about 1 out of 20 times) only the first line of the file is read. The code looks something like: Hmmm. Something like isn't the sort of thing we like to

Re: Modperl! Your private *UNDERAGE* lolitas and boys!

2002-08-04 Thread Ged Haywood
Hi all, On Sun, 4 Aug 2002, Steven Lembark wrote: -- Michael Poole [EMAIL PROTECTED] Oden Eriksson [EMAIL PROTECTED] writes: How do one keep this kind of shit out of here? I'd like to know, too. The answer, of course, is Perl. The spamassassin module No, I think the answer in

Re: *****SPAM***** Re: Modperl! Your spam awaits you

2002-08-04 Thread Ged Haywood
Hi there, From what I can tell, the original had the following header: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N So did Ged's last response: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N It may have been included when Ged replied, I use SpamAssassin, it flagged the

Re: Some wierd problem with mod_perl and Apache

2002-08-03 Thread Ged Haywood
Hi there, On Fri, 2 Aug 2002 [EMAIL PROTECTED] wrote: sometimes.when I enter the values in the form and click on the change password button, the same screen comes back to me without the change actually happening. After doing this couple of times, I would actually succeed. Have you

Re: Some consideration about my Apache::SessionManager RFC

2002-08-03 Thread Ged Haywood
Hi there, On Sat, 3 Aug 2002, Enrico Sorcinelli wrote: First of all, sorry for my duplicate RFC post to this list. Heh, we all make mistakes. :) [snip,snip] another old RFC with the same namespace has been submitted. However the RFC is out of date (October 2000!!!) I've found this module

RE: Some wierd problem with mod_perl and Apache

2002-08-03 Thread Ged Haywood
Hi there, On Sat, 3 Aug 2002 [EMAIL PROTECTED] wrote: Would like to know if someone can see any obvious problems here: package Apache::ChangePassword; use strict; use Apache::Constants qw(:common); use CGI '-autoload'; Well I wouldn't use CGI.pm just to call param().

RE: Some wierd problem with mod_perl and Apache

2002-08-03 Thread Ged Haywood
Hi there, On Sat, 3 Aug 2002 [EMAIL PROTECTED] wrote: Well I wouldn't use CGI.pm just to call param(). If I don;t use CGI.pm, it complains during compilation - Undefined subroutine Apache::ChangePassword::param. Yup. You need to parse the input some other way. It's not difficult.

Re: [ANNOUNCE] Apache Hello World Benchmarks - Apache C API, HelloDB

2002-07-31 Thread Ged Haywood
Hi Josh, On Tue, 30 Jul 2002, Josh Chamas wrote: Thanks for the feedback still looking for more! Well for one thing you're doing a great job. :) Fo benchmarks to be more realistic, I feel that they need to include chunks of code to do lookups in serious databases, put together very complex

Re: Using Constants from seperate file

2002-07-28 Thread Ged Haywood
Hi there, On Sun, 28 Jul 2002, allan juul wrote: i wish to use use constants defined in a seperate file. my problem is, that sometimes it works sometimes it doesn't. when failing, the error_log says Bareword is not allowed so i guess it sometimes never loads my constants file at all.

RE: CGI Scripts w/mod_perl

2002-07-27 Thread Ged Haywood
Hi all, On Fri, 26 Jul 2002, Mark Coffman wrote: Try running which perl and use that path for your #!/usr/bin/perl line. Then rename your script as .cgi and see if that helps. Of course none of this absolves Christina from reading the Eagle Book, the mod_perl Guide, the Cookbook (Geoff -

Re: File upload fails when size exceeds 67k bytes

2002-07-15 Thread Ged Haywood
Hi there, On Mon, 15 Jul 2002, Ian Colin Jones wrote: all works fine, until the file size exceeds 67,066 bytes. I think it might be POST_MAX in CGI.pm. 73, Ged.

Re: ANNOUNCE: the new perl.apache.org is alive now!

2002-07-13 Thread Ged Haywood
Hi all, On Sat, 13 Jul 2002, allan wrote: We were thinking to try removing font-family completely. Does anybody know of any problems with this approach? I don't think the problem is the font-family for the major part of the content we haven't specified a font-size at all Once I

Re: END subroutine in Apache::Registry

2002-07-12 Thread Ged Haywood
Hi Jim, Stas, On Fri, 12 Jul 2002, Stas Bekman wrote: Jim Schueler wrote: I just read the fine print: :) Good man. Apache::Registry runs BEGIN subroutines just once per child process, but END routines run every time a script is run. The implication is that an otherwise robust

Re: Weird problem with cookies on Netscape with apache running avirtualhost

2002-07-12 Thread Ged Haywood
Hi there, On Fri, 12 Jul 2002, Chris Pizzo wrote: This might be a little off topic. Not if it's the result of a mod_perl upgrade. :) I recently installed apache 1.3.26 with modperl 1.26. [snip] try to retieve or write cookies to a netscape browser from the virtualhost URL it doesn't work.

Re: nice mod_perl statistics to share

2002-07-09 Thread Ged Haywood
Hi there, On Mon, 8 Jul 2002, Mithun Bhattacharya wrote: The company I work for utilizes multiple webservers sitting behind a load balancer which in turn are talking to multiple application servers who in turn are talking to couple of interface servers talking to third party systems. If you

<    1   2   3   4   5   >