segmentation faults

2000-12-13 Thread Dr. Fredo Sartori
Apache produces segmentation faults when receiving arbirary requests. I am running apache-1.3.14 with php-4.0.3pl1, mod_ssl-2.7.1 and mod_perl-1.24_02 (from the CVS tree) on solaris 2.7. The perl version installed is 5.6.0. According to the backtrace of gdb the problem seems to be located in

Recompiling modperl ?

2000-12-13 Thread Petter Larsson
Hi, Is it possible to recompile mod_perl to add features (for example PERL_AUTHEN=1) without having to recompile apache itself ? Lets say that one has compiled apache 1.3.x with mod_perl and mod_ssl and later finds out that features are missing from mod_perl. I know that this is probably a

Re: Recompiling modperl ?

2000-12-13 Thread Steven Cotton
On Wed, 13 Dec 2000, Petter Larsson wrote: Hi, Is it possible to recompile mod_perl to add features (for example PERL_AUTHEN=1) without having to recompile apache itself ? Only if you load mod_perl via DSO. -- steven 1;

Re: Mod_perl vs mod_php

2000-12-13 Thread Roger Espel Llima
"Jimi Thompson" [EMAIL PROTECTED] wrote: Does anyone have any mod_perl vs. mod_php benchmarks? Speaking of PHP, does anyone here know how mod_php handles the memory bloat / precompilation problem? Preloading scripts is obviously a good thing (eg with the PerlStart directive), we all know this

Re: Article idea: mod_perl + JSP

2000-12-13 Thread Chris Winters
* Gunther Birznieks ([EMAIL PROTECTED]) [001212 23:53]: Of course, we have a toolkit that we use to develop apps in both Perl and Java which helps, but it's still interesting that business logic for people experienced in the language of their choice isn't that bad in terms of delivery

Help me beat Java.

2000-12-13 Thread jleidigh
I have written a awsome mod_perl module for Apache and now my companie wants to transform it to Java (ik). Nothing personal against java but 95% of the program is regular expressions. Perl is king in this area. In java they are using Oroinc 3rd party classes for the regexs. With some prliminary

Re: Help me beat Java.

2000-12-13 Thread Stas Bekman
[some intro snipped] and Apache/mod_perl. My main concern is the fact that apache/mod_perl child proccess can be as big as 12 MB. even as big as 12.5MB :) Specifically my question is 1. Is there a way to make mod_perl multi-threaded? http://perl.apache.org/~dougm/modperl_2.0.html

Re: Help me beat Java.

2000-12-13 Thread Nigel Hamilton
I have written a awsome mod_perl module for Apache and now my companie wants to transform it to Java (ik). Nothing personal against java but 95% of the program is regular expressions. Perl is king in this area. In java they are using Oroinc 3rd party classes for the regexs. With some

Re: Problems with Apache::ASP, SSI/Filter, and Redirects

2000-12-13 Thread Mark T. Dame
Joshua Chamas wrote: Your exact config worked for me, I have the latest installed of everything ( 2.07 is latest ASP ) and I got: CPAN only has 2.03... I would check the error_log, The error log didn't give anything (except the "need AuthName" warning). and double check that you

Re: Problems with Apache::ASP, SSI/Filter, and Redirects

2000-12-13 Thread Mark T. Dame
"Mark T. Dame" wrote: Joshua Chamas wrote: Your exact config worked for me, I have the latest installed of everything ( 2.07 is latest ASP ) and I got: CPAN only has 2.03... OK, I found and installed 2.07 and I get the same results... -m -- ## Mark T. Dame: mailto:[EMAIL

Re: Help me beat Java.

2000-12-13 Thread Gunther Birznieks
At 10:24 AM 12/13/00 -0300, jleidigh wrote: I have written a awsome mod_perl module for Apache and now my companie wants to transform it to Java (ik). Why would your company want to redevelop something from scratch in another language instead of making use of the product they have now that

Re: Article idea: mod_perl + JSP

2000-12-13 Thread Greg Cope
Chris Winters wrote: * Gunther Birznieks ([EMAIL PROTECTED]) [001212 23:53]: ... A well-specified app is always easier to code regardless of Java or Perl. Over the years I've become more of a fan of seeing the benefits of good software engineering than really thinking a particular

RE: help with custom Error documents/redirection

2000-12-13 Thread Geoffrey Young
-Original Message- From: B. Burke [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 13, 2000 10:44 AM To: [EMAIL PROTECTED] Subject: help with custom Error documents/redirection I'm looking to implement custom error handling, and I'm hitting a snag. I'm hoping to do

Mem Sizing tool [was: splitting the code sets across more than one mod_perl server]

2000-12-13 Thread martin langhoff
hi, [now to the list, also] maybe all of these mathematical formulae can be made into a smallish perl script that grabs this info from `top ax`. I am not sure that top is the proper source of memory usage across platforms. In fact, as I am not a unix old-timer, I

Re: Mem Sizing tool [was: splitting the code sets across more thanone mod_perl server]

2000-12-13 Thread Stas Bekman
On Wed, 13 Dec 2000, martin langhoff wrote: hi, [now to the list, also] maybe all of these mathematical formulae can be made into a smallish perl script that grabs this info from `top ax`. I am not sure that top is the proper source of memory usage across platforms.

Re: Segmentation fault

2000-12-13 Thread Vivek Khera
"PM" == Per Moeller [EMAIL PROTECTED] writes: PM The only difference I can see, is that I installed perl 5.6.0 before PM installing the mod_perl apache, should that cause any problems? PM The system is running on FreeBSD 4.2. A mod_perl snapshot from CVS as of yesterday works just fine with

Re: Recompiling modperl ?

2000-12-13 Thread Vivek Khera
"PL" == Petter Larsson [EMAIL PROTECTED] writes: PL Is it possible to recompile mod_perl to add features (for example PL PERL_AUTHEN=1) without having to recompile apache itself ? If mod_perl is statically linked, then no, you must recompile Apache. If mod_perl is dynamically linked, then yes,

Re: Help me beat Java.

2000-12-13 Thread Vivek Khera
"j" == jleidigh [EMAIL PROTECTED] writes: j faster. But now they want to do super tuning and also j compare Resource consumption between JRun/Java Servlets j and Apache/mod_perl. My main concern is the fact that j apache/mod_perl child proccess can be as big as 12 MB. j Specifically my

memory leak in win32

2000-12-13 Thread Son Chang
Hi, I'm experiencing a memory leak with Apache 1.3.14 with mod_perl 1.23 and perl5.6.0 on Windows NT4.0 and Windows2000. I've been running some test with a very simple ModPerl handler which just outputs an HTML page with hello world in it. Also, I made sure to undef all variables that I use. In

Mod_perl tutorials

2000-12-13 Thread J. J. Horner
Jeff, I was looking around Stas' site and found a discussion in which you stated that you taught some underlings about mod_perl in 2 five hour sessions. What is the story on these tutorials? Is it something you can distribute, or did most of it come off of the top your head? Thanks, Jon --

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: Mod_perl tutorials

2000-12-13 Thread Nathan Torkington
J. J. Horner writes: What is the story on these tutorials? Is it something you can distribute, or did most of it come off of the top your head? Tutorials seems like a deadend for effort. I've had zero (0) responses to my offer of my "Introduction to mod_perl" tutorial. If nobody's

Re: DHTML Support in CGI/Perl

2000-12-13 Thread dreamwvr
hi , DHTML is simply a subset of SGML.. IMHO anyhow.. perl will support pretty much anything if your ready and willing to get your hands dirty;-)) Manhar Goindi wrote: Hi,Does CGI/Perl support DHTML? Is there any reference material available where we can get this information whether it is

Has anyone built mob_perl on SuSE 7 or RH 7???

2000-12-13 Thread Carson, Chuck
I have been trying to no end to get mod_perl-1.24 to compile with Apache-1.3.14 on SuSE 7.0 and Red Hat 7.0. Here are some procedures I have tried. Note, each time I have started with freshly upacked tarballs of mod_perl-1.24 and apache-1.3.14. 1) unpack and configure apache: ./configure

Re: Re[2]: Mod_perl tutorials

2000-12-13 Thread Nathan Torkington
Allen Wilson writes: I for one...would like to see some tutorials. I am just starting to use mod_perl and it hard getting a firm start. http://prometheus.frii.com/~gnat/mod_perl is the only freely-available tutorial that I know of. There are a few (ahem) bugs in the code, but the tutorial is

Re: Mod_perl tutorials

2000-12-13 Thread Jay Jacobs
snip all other notes on it I've seen a few folks say "my tuturial is at http://xxx", etc. But it would be great if someone could put them all in a single place (take23?) with a blurb about each. I've been trying to keep the email with the links to the various presentations and tutorials for

Re: Mod_perl tutorials

2000-12-13 Thread J. J. Horner
On Wed, Dec 13, 2000 at 11:08:44AM -0700, Nathan Torkington wrote: J. J. Horner writes: What is the story on these tutorials? Is it something you can distribute, or did most of it come off of the top your head? Tutorials seems like a deadend for effort. I've had zero (0) responses to

Re: memory leak in win32

2000-12-13 Thread Buddy Lee Haystack
I've had memory leak issues on Linux [so I don't know how appropriate this advise is for Windows], and the fix that worked the best for others myself was to actually kill the apache server restart it. The process takes seconds, and can be automated scheduled for off-hours. If you search the

Re: Mod_perl tutorials

2000-12-13 Thread Randal L. Schwartz
"Matt" == Matt Sergeant [EMAIL PROTECTED] writes: Matt On Wed, 13 Dec 2000, Jay Jacobs wrote: snip all other notes on it I've seen a few folks say "my tuturial is at http://xxx", etc. But it would be great if someone could put them all in a single place (take23?) with a blurb about

Re: Mod_perl tutorials

2000-12-13 Thread Robin Berjon
At 11:17 13/12/2000 -0800, Randal L. Schwartz wrote: "take23" doesn't mean anything for me with respect to "mod_perl" by the way. Is there a secret handshake^Wmnemonic that I can remember the name of that website? perl.apache.org was easy to remember. Spend a few hours trying to figure out how

Re: Mod_perl tutorials

2000-12-13 Thread Matt Sergeant
On 13 Dec 2000, (Randal L. Schwartz) wrote: They really also belong on perl.apache.org, unless take23 is supposed to be taking over that responsibility, or unless take23 will have a VERY PROMINENT link on perl.apache.org. I wouldn't say "taken over" but I can say you'll see more frequent

[OT] Re: Which is good mailing list for perl developers.

2000-12-13 Thread Matt Sergeant
On Wed, 13 Dec 2000, bari wrote: Hi there, i wonder if any one knows which is a good mailing list for perl developer to ask questions. i have a question that how do i represent the contents of two dimensional array in CSV in perl. And i know this is a modperl mailing list. i jsut wanted to

Re: Mod_perl tutorials

2000-12-13 Thread Randal L. Schwartz
"Matt" == Matt Sergeant [EMAIL PROTECTED] writes: Matt On 13 Dec 2000, (Randal L. Schwartz) wrote: They really also belong on perl.apache.org, unless take23 is supposed to be taking over that responsibility, or unless take23 will have a VERY PROMINENT link on perl.apache.org. Matt I

Re: Mod_perl tutorials

2000-12-13 Thread Ken
I am also interested in mod_perl tutorials. If someone is taking names and email addresses, add mine. Make it Ken Creason, [EMAIL PROTECTED] Thanks, _Ken Napa Valley Linux Users Group Napa Valley Perl Mongers At 01:41 PM 12/13/00 -0500, you wrote: On Wed, Dec 13, 2000 at 11:08:44AM -0700,

Re: Mod_perl tutorials

2000-12-13 Thread Matt Sergeant
On 13 Dec 2000, (Randal L. Schwartz) wrote: Well, then, I'd ask for the perl.apache.org folks to "bless" the take23.org site by linking to it prominently, along with a context so that visitors know why some things are on perl.apache.org and others are on take23.org. Well Doug likes the

Re: Which is good mailing list for perl developers.

2000-12-13 Thread Alexander Farber (EED)
bari wrote: i jsut wanted to know a good mailing list for perl developers. http://listserv.ActiveState.com/pipermail/perl-win32-users/

Re: Mod_perl tutorials

2000-12-13 Thread Randal L. Schwartz
"Matt" == Matt Sergeant [EMAIL PROTECTED] writes: Matt Suggestions for ways to help that would be most appreciated. Make a link on the left on the home page "why the name take23?". Then clever people like me can read it, and remember the name much better. /me scuffles off to register

Re: Mod_perl tutorials

2000-12-13 Thread Robin Berjon
Well Doug likes the site, and I'd assume someone is going to add a link fairly shortly to perl.apache.org. There already is, I think Stas added it. It's under "News and Resources for the mod_perl world" in the toc. If you want traffic on your site, pick a way for people to remember it when

Re: Help me beat Java.

2000-12-13 Thread Stas Bekman
On Wed, 13 Dec 2000, G.W. Haywood wrote: 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. It doesn't make the code

Re: Mod_perl tutorials

2000-12-13 Thread Nathan Torkington
Matt Sergeant writes: Basically I see the distinction as news/community vs the official home page. The same as php3.org vs phpbuilder. I think modperl.com should be the webpage that shows modperl to be an active vibrant technology. In other words, I think take23 should really be on

Re: Which is good mailing list for perl developers.

2000-12-13 Thread Stas Bekman
On Wed, 13 Dec 2000, bari wrote: Hi there, i wonder if any one knows which is a good mailing list for perl developer to ask questions. i have a question that how do i represent the contents of two dimensional array in CSV in perl. And i know this is a modperl mailing list. i jsut wanted to

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 (to make it harder to get to the source

Re: Mod_perl tutorials

2000-12-13 Thread Stas Bekman
On Wed, 13 Dec 2000, Matt Sergeant wrote: On 13 Dec 2000, (Randal L. Schwartz) wrote: They really also belong on perl.apache.org, unless take23 is supposed to be taking over that responsibility, or unless take23 will have a VERY PROMINENT link on perl.apache.org. I wouldn't say

RE: Mod_perl tutorials

2000-12-13 Thread Geoffrey Young
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 13, 2000 3:01 PM To: Matt Sergeant Cc: Jay Jacobs; [EMAIL PROTECTED] Subject: Re: Mod_perl tutorials /me scuffles off to register no-args.org now... :) I'm partial to to

Re: Re[2]: Mod_perl tutorials

2000-12-13 Thread Stas Bekman
On Wed, 13 Dec 2000, Nathan Torkington wrote: Allen Wilson writes: I for one...would like to see some tutorials. I am just starting to use mod_perl and it hard getting a firm start. http://prometheus.frii.com/~gnat/mod_perl is the only freely-available tutorial that I know of. There

STDOUT issues ...

2000-12-13 Thread Homsher, Dave V.
Hi all ... I have searched through the archives for an answer and have found a lot of discussion, but nothing concrete enough to help ... I am using Spreadsheet::WriteExcel to create an Excel doc (hence the name) but I keep getting blank documents back. The module can write to a file or to

Driver to access the MS SQL Server database!!!

2000-12-13 Thread Edmar Edilton da Silva
Hi all, Please, can anyone tell me what driver I can use to access the MS SQL Server database? I am using the freetds_dbd driver, but It doesn't work properly when under heavy workload, the child processes of the apache server are aborted. I think that the problem is the freetds_dbd driver,

RFC: Apache::FileMan

2000-12-13 Thread George Sanderson
I have created a new module that I called, Apache::FileMan.pm. FileMan provides a file manager for a web sites through a web browser. It is a extensive rewrite of the Apache::AutoIndex.pm module (written by Philippe M. Chiasson), which in turn was a remake of the autoindex Apache module. FileMan

RE: memory leak in win32

2000-12-13 Thread Harshy Wanigasekara
Son Chang wrote: Hi, I'm experiencing a memory leak with Apache 1.3.14 with mod_perl 1.23 and perl5.6.0 on Windows NT4.0 and Windows2000. I've been running some test with a very simple ModPerl handler which just outputs an HTML page with hello world in it. Also, I made sure to undef all

Re: Mod_perl tutorials

2000-12-13 Thread brian d foy
On 13 Dec 2000, Randal L. Schwartz wrote: And admittedly, the perl.org/pm.org/perl.com split is never clear to most visitors (or even to the people who maintain it). I'm just afraid of another arbitrary demarcation like this. i assume you mean the www hosts since you are talking about web

Re: Mod_perl tutorials

2000-12-13 Thread Drew Taylor
Dave Kaufman wrote: i have to say i really like the look and feel of Matt's take23.org. (and by the way, for those, like me, who can't seem to keep up with reading *every* message on this list... it's take23.ORG. I went looking for "take23" and i can attest that the cryptic but nicely

Re: RFC: Apache::FileMan

2000-12-13 Thread George Sanderson
Stas Bekman [EMAIL PROTECTED] At 11:11 PM 12/13/00 +0100, you wrote: On Wed, 13 Dec 2000, George Sanderson wrote: At 10:29 PM 12/13/00 +0100, you wrote: Do you want me to email you a *.tar.gz file? No. Please post the URL.

Re: Mod_perl tutorials

2000-12-13 Thread Robin Berjon
At 14:44 13/12/2000 -0800, brian moseley wrote: On Wed, 13 Dec 2000, Robin Berjon wrote: Other people seemed to be interested and said they'd take care of doing something but like me I guess they got flooded by work stuff. That's certainly what happened to me :/ that, and the fact that there

Re: RFC: Apache::FileMan

2000-12-13 Thread George Sanderson
At 02:32 PM 12/13/00 -0800 Carlos Ramirez [EMAIL PROTECTED] wrote: Looks very nice and useful! Does it use the default apache icons when the files are listed? when do you plan to make it available to the public on CPAN? docs? Yes, it does use the apache icons, just like Apache::AutoIndex.pm.

[OT] Re: Mod_perl tutorials

2000-12-13 Thread Robin Berjon
At 23:31 13/12/2000 +0100, Stas Bekman wrote: A quick check of nsiregistry.com shows that modperlnews.(com|org|net) are all available. Too bad for you/us. You can be sure that when you will go to register any of the above they will be all taken by a reseller. I've mentioned a few times on

Re: Article idea: mod_perl + JSP

2000-12-13 Thread brian moseley
On Thu, 14 Dec 2000, Gunther Birznieks wrote: So I guess it's a matter of degree. I simply do love Perl, but I don't hate Java, I just merely really like it. I guess you could say I cheat on my Perl gf all the time. :) But unlike in life, I don't think a monogamous relationship with my

Re: Mod_perl tutorials

2000-12-13 Thread brian moseley
On Thu, 14 Dec 2000, Robin Berjon wrote: really notice or care. Most of the content is more or less static, at least it doesn't change all that often. yah. i'm sure wml or it's like would work just as nicely for managing the site. it's just, as everybody on this list knows, a gigantic pain in

Re: Mod_perl tutorials

2000-12-13 Thread Stas Bekman
On Thu, 14 Dec 2000, Gunther Birznieks wrote: I guess part of the problem is that PPT is a binary file so if someone checks out of CVS, and modifies slide 3 and another person modifies slide 1, there's really no way of piecing it together again without being annoyed by CVS update. POD or

RE: Mod_perl tutorials

2000-12-13 Thread Ed Park
My two cents-- I really like the look of the take23 site as well, and I would be happy as a clam if we could get modperl.org. I'd even be willing to chip in some (money/time/effort) to see whether we could get modperl.org. More than that, though, I think that I would really like to see take23

Re: Which is good mailing list for perl developers.

2000-12-13 Thread John Michael Soileau
Excuse me if I make an error. This is my first post to this list and not sure how it all fits together exactly. I just joined the news perl list you selected to have a look at it and now wonder why you don't put this mailing list in the same type of setup. There may be a way to do it that I

[OT] Re: Which is good mailing list for perl developers.

2000-12-13 Thread Jeremy Howard
John Michael Soileau wrote: Excuse me if I make an error. This is my first post to this list and not sure how it all fits together exactly. I just joined the news perl list you selected to have a look at it and now wonder why you don't put this mailing list in the same type of setup.

Re: (Beginner) Is there a Windows zip download of mod_Perl?

2000-12-13 Thread Randy Kobes
On Wed, 13 Dec 2000, Garry Heaton wrote: I'm new to mod_Perl and fairly new to Perl, having just begun my journey through the desert on the back of Camel Mk3. I've successfully installed and configured Apache 1.3 on Windows 98. Trouble is all the mod_Perl downloads are .tar files. Does this

Re: Mod_perl tutorials

2000-12-13 Thread Dave Kaufman
"Ed Park" [EMAIL PROTECTED] wrote: I really like the look of the take23 site as well, and I would be happy as a clam if we could get modperl.org. I'd even be willing to chip in some (money/time/effort) to see whether we could get modperl.org. ok, money is tight and time is short but here's

Re: Mod_perl tutorials

2000-12-13 Thread Andrew Ho
Hello, Just wanted to add to this thread as to the suggestion for a modperl.org. I agree that this would help mod_perl programmers as a whole. The "official" mod_perl site is sort of sparse, sort of slow, and on the whole doesn't inspire confidence in mod_perl as an industrial strength tool. As

Re: Mod_perl tutorials

2000-12-13 Thread Perrin Harkins
Andrew Ho wrote: someone else already mentioned, it also doesn't use mod_perl itself. :) I'm baffled by the insistence of everyone on this thread that a bunch of static pages like the ones on perl.apache.org should be served by mod_perl. Shall I show you all how to change Apache's headers? We

Re: Mod_perl tutorials

2000-12-13 Thread brian moseley
On Thu, 14 Dec 2000, Robin Berjon wrote: I didn't mean to target you particularly there brian :) i know :) But indeed I bumped into the same problem. Back then my todo list included writing Pod::SAX and pod2sax (a pod translator that woudl generate SAX events) and an XML publishing tool,