Re: [request] modperl mailing lists searchable archives wanted

2001-10-16 Thread Stas Bekman
Joshua Chamas wrote: Stas Bekman wrote: dev@@perl.apache.org - 2.5, but their search engines suck [EMAIL PROTECTED] - none [EMAIL PROTECTED] - none [EMAIL PROTECTED] - none [EMAIL PROTECTED] - 1 Hey Stas, I have the asp list getting archived at:

Re: search engine module?

2001-10-16 Thread Ged Haywood
Hi all, On Mon, 15 Oct 2001, Ask Bjoern Hansen wrote: On Fri, 12 Oct 2001, Perrin Harkins wrote: [...] Plus lots of other stuff like Glimpse and Swish which interface to C-based engines. I've had good luck with http://swish-e.org/2.2/ Please make sure that it's possible to do a

RE: search engine module?

2001-10-16 Thread Matt Sergeant
-Original Message- From: Ged Haywood [mailto:[EMAIL PROTECTED]] Hi all, On Mon, 15 Oct 2001, Ask Bjoern Hansen wrote: On Fri, 12 Oct 2001, Perrin Harkins wrote: [...] Plus lots of other stuff like Glimpse and Swish which interface to C-based engines. I've had

Re: search engine module?

2001-10-16 Thread Perrin Harkins
Please make sure that it's possible to do a plain ordinary literal text string search. Nothing fancy, no case-folding, no automatic removal of puctuation, nothing like that. Just a literal string. Last night I tried to find perl -V on all the search engines mentioned on the mod_perl home

Re: [OT] search engine module?

2001-10-16 Thread Bill Moseley
At 02:04 PM 10/16/2001 +0100, Ged Haywood wrote: Plus lots of other stuff like Glimpse and Swish which interface to C-based engines. I've had good luck with http://swish-e.org/2.2/ Please make sure that it's possible to do a plain ordinary literal text string search. Nothing fancy, no

Re: Mod_perl component based architecture

2001-10-16 Thread Radovan Semancik
Gargi Bodke wrote: hi i have been asked to suggest an architecture to seperate the business logic from the html. how is this done in modperl? i guess by using functions for the business logic. is there any other way? also does modperl support object oriented programming? One

Re: Mod_perl component based architecture

2001-10-16 Thread Brett W. McCoy
On Tue, 16 Oct 2001, Gargi Bodke wrote: i have been asked to suggest an architecture to seperate the business logic from the html. how is this done in modperl? i guess by using functions for the business logic. is there any other way? There are several solutions you can explore, that are

Re: Mod_perl component based architecture

2001-10-16 Thread Jim Smith
On Tue, Oct 16, 2001 at 07:41:46PM +0530, Gargi Bodke wrote: hi i have been asked to suggest an architecture to seperate the business logic from the html. how is this done in modperl? i guess by using functions for the business logic. is there any other way? There are a large number of

RE: Mod_perl component based architecture

2001-10-16 Thread Matt Sergeant
-Original Message- From: Gargi Bodke [mailto:[EMAIL PROTECTED]] hi i have been asked to suggest an architecture to seperate the business logic from the html. how is this done in modperl? i guess by using functions for the business logic. is there any other way? There's

Re: Mod_perl component based architecture

2001-10-16 Thread Dominique Quatravaux
also does modperl support object oriented programming? Well yes it does indeed (see any good book on Perl, such as «advanced Perl programming» from O'Reilly). As for the remaining of the question, I've been wondering for myself if there is a MVC (model-view-controller) framework for WWW

Re: Mod_perl component based architecture

2001-10-16 Thread Scott Lanning
On Tue, 16 Oct 2001, Gargi Bodke wrote: i have been asked to suggest an architecture to seperate the business logic from the html. how is this done in modperl? i guess by using functions for the business logic. is there any other way? Maybe HTML::Mason, http://www.masonhq.com/ also does

Re: Mod_perl component based architecture

2001-10-16 Thread kyle dawkins
Gargi On October 16, 2001 10:11 am, Gargi Bodke wrote: i have been asked to suggest an architecture to seperate the business logic from the html. how is this done in modperl? i guess by using functions for the business logic. is there any other way? Absolutely; mod_perl fully supports OO

Re: Mod_perl component based architecture

2001-10-16 Thread Dave Hodgkinson
Gargi Bodke [EMAIL PROTECTED] writes: hi i have been asked to suggest an architecture to seperate the business logic from the html. how is this done in modperl? i guess by using functions for the business logic. is there any other way? By using one of the many available templaters, my

cgi to mod_perl question

2001-10-16 Thread Brice D Ruth
I have a perl script that was running fine under IIS/5.0 with ActivePerl 6xx - I'll put the salient parts here: use IO::Socket; use CGI; $in = new CGI; $server = IO::Socket::INET-new( PeerAddr= ...,PeerPort= ...,Proto=tcp,Type= SOCK_STREAM) or die Error message ... $@;

Re: Mod_perl component based architecture

2001-10-16 Thread Robin Berjon
On Tuesday 16 October 2001 17:13, Dominique Quatravaux wrote: As for the remaining of the question, I've been wondering for myself if there is a MVC (model-view-controller) framework for WWW publishing in Perl ? I gather there exist quite a few for Java, but I couldn't find anything

Re: mod_perl 2 apache 2?

2001-10-16 Thread Stas Bekman
Michael Wojcikiewicz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Has anyone tried getting mod_perl to work in Apache v2 (the latest beta?)... Just a quick try resulted in mod_perl2 trying to compile against apache 1.3.20... Wasnt mod_perl v2 supposed to be for Apache v2?...

Re: PerlModule not updating %INC

2001-10-16 Thread Stas Bekman
David Pisoni wrote: At 18.23 -0400 10/11/2001, Perrin Harkins wrote: At 18.07 -0400 10/11/2001, Perrin Harkins wrote: We are using perl 5.6.0 for Apache 1.3/20, with mod_perl 1.26. Are you sure? There was a problem with %INC and PerlModule, but I thought it was fixed in 1.26. - Perrin

Re: Mod_perl component based architecture

2001-10-16 Thread Brett W. McCoy
On Tue, 16 Oct 2001, Dominique Quatravaux wrote: As for the remaining of the question, I've been wondering for myself if there is a MVC (model-view-controller) framework for WWW publishing in Perl ? I gather there exist quite a few for Java, but I couldn't find anything significant under

New Installation...

2001-10-16 Thread El Capitan
I'm trying to install apache 1.3.22 and modperl 1.26 and am running into some issues. I tried running: perl Makefile.PL DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 APACHE_PREFIX=/mydir/apache and everything looked ok. Then I ran make test and got this: ... ... cp t/conf/mod_perl_srm.conf

Re: New Installation...

2001-10-16 Thread Ged Haywood
Hi there, On Tue, 16 Oct 2001, El Capitan wrote: The error_log file has: [Tue Oct 16 11:26:01 2001] [crit] (98)Address already in use: make_sock: could not bind to port 8529 Anyone have suggestions? Check to see if you already have an Apache running before you try to start another

RE: Mod_perl component based architecture

2001-10-16 Thread Henigan, Timothy
Title: RE: Mod_perl component based architecture You should really check out OpenInteract (http://www.openinteract.org). It sounds like it has a lot of the hooks you're looking for (user management, templates, online content editing, etc) as well as a few you'll be looking for later

Re: Mod_perl component based architecture

2001-10-16 Thread Brett W. McCoy
On Tue, 16 Oct 2001, Michael wrote: Quite a few, as the other posts in thread have already made reference to. In addition, there is also CGI::Application, which supports templating via HTML::Template and uses an MVC architecture as well. Are any of the packages mentioned particularly

Re: cgi to mod_perl question

2001-10-16 Thread Brice D Ruth
What is the difference between doing the following: close( $server ); # $server-close(); # $server-shutdown(); ?? Sincerely, Brice Ruth Brice D Ruth wrote: I have a perl script that was running fine under IIS/5.0 with ActivePerl 6xx - I'll put the salient parts here: use IO::Socket;

Re: Mod_perl component based architecture

2001-10-16 Thread Chris Winters
* Michael ([EMAIL PROTECTED]) [011016 15:37]: Are any of the packages mentioned particularly suited to client content management packages where the client can manage some limeted page content text/graphics but not really mess with the overall page layout and site content. I'm about to start

Re: Mod_perl component based architecture

2001-10-16 Thread Bill Moseley
I've been looking at OpenInteract, too. I've got a project where about 100 people need to edit records in a database via a web-based interface. And I'd like history tracking of changes (something like CVS provides, where it's easy to see diffs and to back out changes). And I need access

OT: Re: cgi to mod_perl question

2001-10-16 Thread ___cliff rayman___
Brice D Ruth wrote: What is the difference between doing the following: close( $server ); functional interface. flush and close the file handle for this instance of the program. # $server-close(); object interface - same as above. # $server-shutdown(); object interface. cause

Re: cgi to mod_perl question

2001-10-16 Thread Brice D Ruth
Why OT? I have a script that works under IIS/5 using CGI Perl that doesn't work under Apache with mod_perl - I'd say that's on-topic for this list! -Brice ___cliff rayman___ wrote: [EMAIL PROTECTED]"> Brice D Ruth wrote: What is the difference between doing the following:close(

Re: Mod_perl component based architecture

2001-10-16 Thread Nick Tonkin
I do almost nothing but the kind of work you are describing, including a comprehesive student record management system for a large California College. I find that providing a custom interface to data is a lot more like static content than dynamic when it comes to design. My apps tend to look

OT: Re: cgi to mod_perl question

2001-10-16 Thread ___cliff rayman___
hi brice, because this particular question is one of basic perl, and not mod_perl. this just alerts all mod_perl readers that they can safely skip this particular question/answer and not miss any relevant mod_perl content. u sound upset - no reason to be - u got the answer u were looking for.

Re: Mod_perl component based architecture

2001-10-16 Thread Chris Winters
* Bill Moseley ([EMAIL PROTECTED]) [011016 16:49]: I'm just bored with html forms. Seems like I do this kind of project too often -- read a record, post, validate, update... Even with good templating and code reuse between projects I still feel like I spend a lot of time re-inventing the

Re: cgi to mod_perl question

2001-10-16 Thread Perrin Harkins
It *seems* that the script can run once, but that the next time it is accessed, it cannot connect to the $server anylonger, it dies with a 'connection timed out' message ... What 'gotcha' is causing this? It sounds like this problem:

Re: Mod_perl component based architecture

2001-10-16 Thread Chris Winters
* Nick Tonkin ([EMAIL PROTECTED]) [011016 17:28]: ... I guess in general I favor independent component APIs upon which you can build, a la Apache::Session, rather than the monster Application Servers ... it seems that you get the same effect but with more control. Of course, I've had the

Re: cgi to mod_perl question

2001-10-16 Thread Brice D Ruth
Yeah, I thought about that earlier today ... I did that and the script is still crappin' out ... basically, the first time through, it works. The next time, it doesn't seem to be able to build the connection, but it doesn't 'die' at that line, either. I'll go check out the links you sent me

IPC::Shareable

2001-10-16 Thread Rasoul Hajikhani
Pardon the off topic thread, I am trying to make IPC::Shareable work with my script, however I get this error: IPC::Shareable::SharedMem: shmget: Permission denied at /usr/local/lib/perl5/site_perl/5.005/IPC/Shareable.pm line 456 [Tue Oct 16 14:44:15 2001] [error] Could not create shared memory

[OT] Re: IPC::Shareable

2001-10-16 Thread Stephen Adkins
Hi, The shared memory segment was already created by another user, and it was created without permissions for you to write to it. Try the ipcs command to view existing shared memory segments. Try the ipcrm command to remove an old one. Stephen At 03:02 PM 10/16/2001 -0700, Rasoul Hajikhani

Re: IPC::Shareable

2001-10-16 Thread Luciano Miguel Ferreira Rocha
Make sure that you're not creating a too big shared memory segment and that you're (apache) running with an uid that is allowed to create shared memory segments. From the apache configuration file: # . On HPUX you may not be able to use shared memory as nobody, and the #suggested

Re: IPC::Shareable

2001-10-16 Thread Perrin Harkins
I am trying to make IPC::Shareable work with my script, however I get this error: IPC::Shareable::SharedMem: shmget: Permission denied at /usr/local/lib/perl5/site_perl/5.005/IPC/Shareable.pm line 456 [Tue Oct 16 14:44:15 2001] [error] Could not create shared memory segment: Permission

Re: Mod_perl component based architecture

2001-10-16 Thread Gunther Birznieks
At 11:13 PM 10/16/01, Dominique Quatravaux wrote: also does modperl support object oriented programming? Well yes it does indeed (see any good book on Perl, such as «advanced Perl programming» from O'Reilly). As for the remaining of the question, I've been wondering for myself if there

Re: IPC::Shareable

2001-10-16 Thread Rasoul Hajikhani
Perrin Harkins wrote: I am trying to make IPC::Shareable work with my script, however I get this error: IPC::Shareable::SharedMem: shmget: Permission denied at /usr/local/lib/perl5/site_perl/5.005/IPC/Shareable.pm line 456 [Tue Oct 16 14:44:15 2001] [error] Could not create shared

Re: mod_perl-1.2.6 for Cygwin 1.x (using apache_1.3.22, perl-5.6.1)

2001-10-16 Thread Gerrit P. Haase
Stipe Tolj schrieb am 2001-10-16 13:19: --- src/modules/perl/Makefile Tue Oct 16 10:57:46 2001 +++ src/modules/perl/Makefile.cygwin Tue Oct 16 10:56:40 2001 @@ -13,7 +13,7 @@ EXTRA_CFLAGS=-DUSEIMPORTLIB -DPERL_USE_SAFE_PUTENV -DHAS_SBRK_PROTO -fno-strict-aliasing `$(SRCDIR)/apaci`

mod_perl-1.2.6 for Cygwin 1.x (using apache_1.3.22, perl-5.6.1)

2001-10-16 Thread Stipe Tolj
Hi, I'm the maintainer of the Apache for Cygwin port, various apache modules and the CAMP binary distribution. After releasing the latest CAMP package which contains many popular modules (mod_php, mod_ssl, mod_dav, etc) there have been requests from Apache for Cygwin users to included mod_perl

Re: IPC::Shareable

2001-10-16 Thread Perrin Harkins
is there a delete method/operation any where? Could not find anything in the perldoc docs indicating a method like that! It supports the same interface as normal hashes, so you can delete keys in the same way. You may also want to read the MLDBM documentation if you haven't already. - Perrin

Re: cgi to mod_perl question

2001-10-16 Thread Brice D Ruth
Perrin Harkins wrote: 00a601c1568c$224f0a20$18020c0a@PerriHar"> It *seems* that the script can run once, butthat the next time it is accessed, it cannot connect to the $serveranylonger, it dies with a 'connection timed out' message ... What'gotcha' is causing this? It sounds

Re: cgi to mod_perl question

2001-10-16 Thread Brice D Ruth
Brice D Ruth wrote: [EMAIL PROTECTED]"> Perrin Harkins wrote: 00a601c1568c$224f0a20$18020c0a@PerriHar"> It *seems* that the script can run once, butthat the next time it is accessed, it cannot connect to the $serveranylonger, it dies with a 'connection timed out' message

Re: Mod_perl component based architecture

2001-10-16 Thread Dave Rolsky
On Wed, 17 Oct 2001, Gunther Birznieks wrote: I would venture to say that some of the mod_perl-only toolkits have some cases of being better designed than ours, but they are mostly mod_perl only. In fact, I don't know if I know any other toolkits than ours that are not mod_perl only of the

Re: cgi to mod_perl question

2001-10-16 Thread Perrin Harkins
Unfortunately, I've now noticed that my server is unbearably slow - setting 'ThreadsPerChild 1' in my httpd.conf made my server slow to a snails pace (and it really is a pretty quick server on a T1 line dedicated to it, pretty much). That's odd. On Win32, mod_perl runs as a single blocking

Re: Mod_perl component based architecture

2001-10-16 Thread Ilya Martynov
On Tue, 16 Oct 2001 22:07:47 -0500 (CDT), Dave Rolsky [EMAIL PROTECTED] said: DR On Wed, 17 Oct 2001, Gunther Birznieks wrote: I would venture to say that some of the mod_perl-only toolkits have some cases of being better designed than ours, but they are mostly mod_perl only. In fact, I

Apache::Session WindowsNT File Locking problems

2001-10-16 Thread Chui G. Tey
Hi, I'm using the precompiled binaries of Apache 1.3.20 + mod_perl on WinNT. I have grabbed Apache::Session 1.54 and nmake test fails at 99dbfile.t. The test routine basically hangs, and the culprit is in one of the last lines: tied(%$s)-delete; It seems to be some kind of file locking

Re: Mod_perl component based architecture

2001-10-16 Thread Gunther Birznieks
At 01:28 PM 10/17/01, Ilya Martynov wrote: On Tue, 16 Oct 2001 22:07:47 -0500 (CDT), Dave Rolsky [EMAIL PROTECTED] said: DR On Wed, 17 Oct 2001, Gunther Birznieks wrote: I would venture to say that some of the mod_perl-only toolkits have some cases of being better designed than ours, but

Re: Mod_perl component based architecture

2001-10-16 Thread Rob Nagler
As for the remaining of the question, I've been wondering for myself if there is a MVC (model-view-controller) framework for WWW publishing in Perl ? I gather there exist quite a few for Java, but I couldn't find anything significant under Perl. Check out http://www.bivio.net/hm/why-bOP

cvs commit: modperl-site index.html

2001-10-16 Thread stas
stas01/10/16 01:16:36 Modified:.index.html Log: - add the link to the asp mail archive Revision ChangesPath 1.90 +1 -0 modperl-site/index.html Index: index.html === RCS file:

cvs commit: modperl-2.0/t/response/TestModperl interp.pm

2001-10-16 Thread dougm
dougm 01/10/16 20:20:02 Added: t/modperl interp.t t/response/TestModperl interp.pm Log: add a test that uses the same interpreter each time Revision ChangesPath 1.1 modperl-2.0/t/modperl/interp.t Index: interp.t

cvs commit: modperl-2.0/ModPerl-Registry/lib/ModPerl RegistryCooker.pm

2001-10-16 Thread stas
stas01/10/16 22:35:34 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: - add a D_NONE const - now the DEBUG const can be overriden from httpd.conf Revision ChangesPath 1.2 +10 -7 modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm