Re: Child keeps seg faulting

2001-04-27 Thread karnurme
Hi! I have had similar problems with Linux. I have tried with different combinations: * perl versions 5.005_3, 5.6.0, 5.6.1, ActivePerl 5.6.0 * apache versions from 1.3.9 - 1.3.19 * with and without dso * never with php The combination that seems to work now for us is apache_1.3.14,

Is mod_perl on win32 possible??

2001-04-27 Thread Kurt George Gjerde
Hi again (and thanks to everyone who replied to my last post). Is it at all possible to get mod_perl to work PROPERLY on win32? Using multi-threading? Since win32 can't fork, Apache here uses multi-threading. This actually works very well... except for mod_perl which doesn't use

Re: Is mod_perl on win32 possible??

2001-04-27 Thread Gunther Birznieks
It is probably possible. ActiveState made PerlEx do it on Windows IIS multithreaded. But someone has to care enough to put the work into it. If you care enough, you can contribute your time to making this happen. :) At 04:38 PM 4/27/01 +0200, Kurt George Gjerde wrote: Hi again (and thanks to

an unusual [job request] + taking mod_perl to the commercial world

2001-04-27 Thread Stas Bekman
Well, I've talked to a few mod_perl guys over the last conference and by email lately and we have have all agreed that we are quite sick of generating forms and parsing them, no matter what cool toolkit and hype words we are using to do that. So we all are looking at doing core mod_perl, i.e. we

Re: an unusual [job request] + taking mod_perl to the commercial world

2001-04-27 Thread JR Mayberry
I think there are two paths... mod_perl needs more market-awareness... it needs a PR and marketing company.. then companies will start using it, then there will be more dreams jobs like you described.. simple fact is, I couldn't name more then 3 companies in my area who use it, and I never expect

Apache::ASP extra newline in script output start - killing IE pdf recognition

2001-04-27 Thread Joel W. Reed
Joshua, i think i've got a good one for you. i'm using 2.09 btw. lets say the beginning of a script is %@ LANGUAGE=PerlScript % % do neat perl things % the way Apache::ASP currently processes this we get the following output (please note the TWO NEWLINES after Content-Type below)

Re: an unusual [job request] + taking mod_perl to the commercialworld

2001-04-27 Thread Stas Bekman
I think there are two paths... mod_perl needs more market-awareness... it needs a PR and marketing company.. then companies will start using it, then there will be more dreams jobs like you described.. simple fact is, I couldn't name more then 3 companies in my area who use it, and I never

Much Todo about nothing

2001-04-27 Thread Paul Cotter
If this is the wrong place to post then please adviseFYI:At http://perl.apache.org/from-cvs/modperl-2.0/ when extracting modperl-2.0_20010427110246.tar.gz there is a file called Todo and a directory called todo. This is a 'problem' in a windows environment which is case insensitive.

Re: Apache::ASP extra newline in script output start - killing IEpdf recognition

2001-04-27 Thread Philip Mak
On Fri, 27 Apr 2001, Joel W. Reed wrote: %@ LANGUAGE=PerlScript % % do neat perl things % Have you tried this: @ LANGUAGE=PerlScript %% do neat perl things % -Philip Mak ([EMAIL PROTECTED])

Re: Much Todo about nothing

2001-04-27 Thread Doug MacEachern
On Fri, 27 Apr 2001, Paul Cotter wrote: If this is the wrong place to post then please advise [EMAIL PROTECTED] is the place for 2.0 FYI: At http://perl.apache.org/from-cvs/modperl-2.0/ when extracting modperl-2.0_20010427110246.tar.gz there is a file called Todo and a directory

ANNOUNCE: mod_perl guide ver. 1.29

2001-04-27 Thread Stas Bekman
The updated guide is out, rush and read it before you ask a question :) How to get it: * CPAN: file: $CPAN/authors/id/S/ST/STAS/Apache-mod_perl_guide-1.29.tar.gz size: 469832 bytes md5: 498ae2164b637f59bea34cbe9343b9ac * Online: http://perl.apache.org/guide/ * PDF Book (663pp)

Re: an unusual [job request] + taking mod_perl to the commercial world

2001-04-27 Thread Michael Lazzaro
At 12:00 PM 4/27/01 -0400, JR Mayberry wrote: there will be more dreams jobs like you described.. simple fact is, I couldn't name more then 3 companies in my area who use it, and I never expect to do work with it again. ... on the other hand, even as recently as one year ago, it was almost

Re: Is mod_perl on win32 possible??

2001-04-27 Thread Doug MacEachern
On Fri, 27 Apr 2001, Gunther Birznieks wrote: But someone has to care enough to put the work into it. If you care enough, you can contribute your time to making this happen. :) if anybody wants to invest time in this, it must be done in 2.0. the framework is already there for multithreaded

Re: IPC:Open3 does not work under mod_perl/1.25, perl5.6.0?

2001-04-27 Thread Michael J Schout
I can verify for you that this is a problem. You wouldnt happen to be using Apache::Filter would you? I've posted this problem at least once over the past year, and I have seen it posted by others. I had this porblem trying to oepn3() a pipe to gnupg and encrypt some data. I later switched to

Re: Apache::ASP extra newline in script output start - killing IE pdf recognition

2001-04-27 Thread Joel W. Reed
On Apr 27, [EMAIL PROTECTED] contorted a few electrons to say... Philip On Fri, 27 Apr 2001, Joel W. Reed wrote: Philip Philip %@ LANGUAGE=PerlScript % Philip % Philipdo neat perl things Philip % Philip Philip Have you tried this: Philip Philip @ LANGUAGE=PerlScript %% Philip do

Re: an unusual [job request] + taking mod_perl to the commercialworld

2001-04-27 Thread Doug MacEachern
On Sat, 28 Apr 2001, Stas Bekman wrote: Hey, we have a product -- mod_perl. All we need is to nicely pack it, start selling it, support it and put the money back into mod_perl RD. Covalent does this already. all of the bundle products include mod_perl, and anybody can buy support packages

Re: an unusual [job request] + taking mod_perl to the commercialworld

2001-04-27 Thread Stas Bekman
On Fri, 27 Apr 2001, Doug MacEachern wrote: On Sat, 28 Apr 2001, Stas Bekman wrote: Hey, we have a product -- mod_perl. All we need is to nicely pack it, start selling it, support it and put the money back into mod_perl RD. Covalent does this already. all of the bundle products include

Re: an unusual [job request] + taking mod_perl to the commercial world

2001-04-27 Thread Jim Winstead
On Fri, Apr 27, 2001 at 10:01:39AM -0700, Michael Lazzaro wrote: At 12:00 PM 4/27/01 -0400, JR Mayberry wrote: there will be more dreams jobs like you described.. simple fact is, I couldn't name more then 3 companies in my area who use it, and I never expect to do work with it again. ...

Re: an unusual [job request] + taking mod_perl to the commercialworld

2001-04-27 Thread Doug MacEachern
On Sat, 28 Apr 2001, Stas Bekman wrote: Oh, I didn't know that [Covalent sells mod_perl]. I guess that's because I'm not on the buyer side. Does it announce this fact? So why don't we have a link to Covalent from the perl.apache.org site? I think this is very essential for mod_perl to tell

Failed requests in benchmark

2001-04-27 Thread Philip Mak
$ ./ab -n 100 -c 10 http://www.animelyrics.com/; This is ApacheBench, Version 1.3a ... Time taken for tests: 7.189 seconds Complete requests: 100 Failed requests:11 (Connect: 0, Length: 11, Exceptions: 0) Total transferred: 671524 bytes HTML transferred: 646289 bytes

Re: Failed requests in benchmark

2001-04-27 Thread Joshua Chamas
Philip Mak wrote: $ ./ab -n 100 -c 10 http://www.animelyrics.com/; This is ApacheBench, Version 1.3a ... Time taken for tests: 7.189 seconds Complete requests: 100 Failed requests:11 (Connect: 0, Length: 11, Exceptions: 0) My experience with ab is that it needs content

Re: Apache::ASP extra newline in script output start - killing IEpdf recognition

2001-04-27 Thread Joshua Chamas
Philip Mak wrote: On Fri, 27 Apr 2001, Joel W. Reed wrote: %@ LANGUAGE=PerlScript % % do neat perl things % Have you tried this: @ LANGUAGE=PerlScript %% do neat perl things % This is probably your work around for now. What I'll probably do with this is try to

thttpd v.s. boa (Re: ANNOUNCE: mod_perl guide ver. 1.29)

2001-04-27 Thread Philip Mak
On Sat, 28 Apr 2001, Stas Bekman wrote: * strategy.pod: o added a ref to a light and fast Boa webserver The strategy guide mentions thttpd, khttpd and Boa. khttpd doesn't look to be production quality yet (its website says that it can crash the kernel), so that leaves thttpd and Boa.

New Apache::ASP mailing list

2001-04-27 Thread Joshua Chamas
Hey, I am pleased to announce a new mailing list for Apache::ASP at [EMAIL PROTECTED] To subscribe, just send a message to: [EMAIL PROTECTED] See you there! Josh _ Joshua Chamas Chamas Enterprises

Re: an unusual [job request] + taking mod_perl to the commercial world

2001-04-27 Thread Gunther Birznieks
Well, you know how I feel. :) But the others don't so... I believe the most crucial and missing approach is to put resources into making ready-made applications that work on mod_perl rather than core mod_perl itself. This is also a problem on Linux, but that's another story. A quantity of

Re: Child keeps seg faulting

2001-04-27 Thread Chuck Carson
I have no problems on Linux, my exact same build procedure gives me this error on Solaris 2.7. What is the recommended combo for Solaris 2.7? I am currently using this: apache 1.3.19 mod_perl 1.25 php 4.04pl1 perl 5.6 When I build the server w/o mod_perl, it works fine, although I did not throw

[ANNOUNCE] Cache-Cache-0.08

2001-04-27 Thread DeWitt Clinton
Summary: The Perl Cache package provides Cache::Cache, a generic interface for creating persistent data stores. This interface is implemented by the Cache::MemoryCache, Cache::SharedMemoryCache, Cache::FileCache, Cache::SizeAwareFileCache, Cache::SizeAwareMemoryCache, and

Environment variables in startup.pl

2001-04-27 Thread Scott Alexander
Should this work in a startup.pl file my $hostname = $ENV{HOSTNAME} ; from the prompt I can write echo $HOSTNAME and get the correct hostname of the server. But from within startup.pl I don't get it. Scott

Re: an unusual [job request] + taking mod_perl to the commercialworld

2001-04-27 Thread Jeffrey W. Baker
On Sat, 28 Apr 2001, Gunther Birznieks wrote: Well, you know how I feel. :) But the others don't so... I believe the most crucial and missing approach is to put resources into making ready-made applications that work on mod_perl rather than core mod_perl itself. This is also a problem on

Re: an unusual [job request] + taking mod_perl to the commercial world

2001-04-27 Thread Mark Maunder
Well, hopefully the mod_perl community isn't so small that etoys counted as a sizable fraction :) I'm ex etoys Europe and have set up a mod_perl webdev company in London assembling high traffic web sites, so I guess you can count me in as one of them freed up mod_perl people. I was tempted to

Re: Environment variables in startup.pl

2001-04-27 Thread Philip Mak
On Fri, 27 Apr 2001, Scott Alexander wrote: Should this work in a startup.pl file my $hostname = $ENV{HOSTNAME} ; from the prompt I can write echo $HOSTNAME and get the correct hostname of the server. But from within startup.pl I don't get it. The reason echo $HOSTNAME works from the

Re: an unusual [job request] + taking mod_perl to the commercial world

2001-04-27 Thread barries
On Fri, Apr 27, 2001 at 11:44:49PM +0800, Stas Bekman wrote: Since mod_perl is an open source, it's a tough quest. Basically what I want is get some company that will benefit from me working on open source project full time and pay me a salary. Of course it's probably hard to get a full

$dbh-disconnect with Apache::DBI? (was Re: Failed requests inbenchmark)

2001-04-27 Thread Philip Mak
On Fri, 27 Apr 2001, Joshua Chamas wrote: This is ApacheBench, Version 1.3a Failed requests:11 (Connect: 0, Length: 11, Exceptions: 0) My experience with ab is that it needs content to be returned of identical length from one request to the next, so if your content is

cvs commit: modperl-site/guide CHANGES browserbugs.html config.html control.html correct_headers.html dbm.html debug.html download.html help.html index.html index_long.html install.html intro.html mod_perl_guide.pdf.gz modules.html multiuser.html performance.html perl.html porting.html scenario.html snippets.html start.html strategy.html troubleshooting.html

2001-04-27 Thread sbekman
sbekman 01/04/27 09:57:30 Modified:guideCHANGES browserbugs.html config.html control.html correct_headers.html dbm.html debug.html download.html help.html index.html index_long.html install.html intro.html

cvs commit: modperl/t/conf httpd.conf-win32

2001-04-27 Thread dougm
dougm 01/04/27 10:01:55 Modified:.Changes Makefile.PL ToDo src/modules/win32 mod_perl.dsp t/conf httpd.conf-win32 Log: win32 fixes Revision ChangesPath 1.589 +2 -0 modperl/Changes Index: Changes

cvs commit: modperl-2.0/todo asap.txt

2001-04-27 Thread dougm
dougm 01/04/27 10:04:08 Added: todo asap.txt Removed: .ToDo Log: mv ToDo todo/asap.txt Revision ChangesPath 1.1 modperl-2.0/todo/asap.txt Index: asap.txt ===

cvs commit: modperl-site index.html

2001-04-27 Thread dougm
dougm 01/04/27 10:51:04 Modified:.index.html Log: add commercial support section Revision ChangesPath 1.71 +33 -0 modperl-site/index.html Index: index.html === RCS file:

cvs commit: modperl-2.0/lib/ModPerl BuildOptions.pm

2001-04-27 Thread dougm
dougm 01/04/27 14:07:54 Modified:lib/ModPerl BuildOptions.pm Log: add secret sauce Revision ChangesPath 1.8 +5 -0 modperl-2.0/lib/ModPerl/BuildOptions.pm Index: BuildOptions.pm === RCS

cvs commit: modperl-2.0/lib/Apache Build.pm

2001-04-27 Thread dougm
dougm 01/04/27 14:12:26 Modified:lib/Apache Build.pm Log: warn if apxs query failes Revision ChangesPath 1.43 +3 -1 modperl-2.0/lib/Apache/Build.pm Index: Build.pm === RCS file:

cvs commit: modperl-site index.html

2001-04-27 Thread sbekman
sbekman 01/04/27 21:58:54 Modified:.index.html Log: add embperl and asp lists info Revision ChangesPath 1.72 +90 -0 modperl-site/index.html Index: index.html === RCS file:

cvs commit: modperl-site index.html

2001-04-27 Thread sbekman
sbekman 01/04/27 22:40:02 Modified:.index.html Log: correct the placement of the archive Revision ChangesPath 1.73 +1 -1 modperl-site/index.html Index: index.html === RCS file: