cvs commit: modperl-2.0/xs typemap

2002-04-09 Thread dougm
dougm 02/04/09 13:19:25 Modified:xs typemap Log: override T_PTROBJ INPUT typemap to croak if object is not a blessed reference, to prevent possible segv from e.g. Apache::Server-process Revision ChangesPath 1.6 +11 -0 modperl-2.0/xs/typemap

Re: mod_perl-1.99_01 make test fails

2002-04-09 Thread Jie Gao
Sorry, I got the wrong version. :-( Jie On Tue, 9 Apr 2002, Jie Gao wrote: Date: Tue, 9 Apr 2002 16:25:24 +1000 (EST) From: Jie Gao [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: mod_perl-1.99_01 make test fails Hi Doug, Apache 2.0.35 + modperl_20020409042640 uname -a: Linux

Content management systems

2002-04-09 Thread Matthew Watson
Heya. I was wondering if there are any content management systems around for modperl , i'm after a similar kind of thing as postnuke for php. I'd much rather something 'out of the box' as I don't have time to develop a system from scratch mysql. Regards

RE: Content management systems

2002-04-09 Thread Jon Coulter
Yeah, the system that runs slashdot (and many other major sites), 'slashcode' is in modperl: www.slashcode.com I think the 'everything' system that runs perlmonks.org is in mod_perl too, might want to check it out (just see the perlmonks' site) Jon Coulter [EMAIL PROTECTED] -Original

Re: Content management systems

2002-04-09 Thread Matt Sergeant
On Tuesday 09 April 2002 7:53 am, Matthew Watson wrote: Heya. I was wondering if there are any content management systems around for modperl , i'm after a similar kind of thing as postnuke for php. I'd much rather something 'out of the box' as I don't have time to develop a system from

Hello again

2002-04-09 Thread John Kolvereid
Hi everyone, After a gruelling 2 weeks of frustration, I am finally able to install mod_perl in my environment. W/ all your help I did it w/ the following Apache configuration: SSL_BASE=../openssl-0.9.6b \ configure \ --prefix=/usr/local/apache \

Typo

2002-04-09 Thread Issac Goldstand
Did I *really* write Apache::expat? Stupid error - Apache::compat.. Sorry :) Issac

Re: Content management systems

2002-04-09 Thread Drew Taylor
At 08:08 AM 4/9/02 +0100, Matt Sergeant wrote: On Tuesday 09 April 2002 7:53 am, Matthew Watson wrote: Heya. I was wondering if there are any content management systems around for modperl , i'm after a similar kind of thing as postnuke for php. I'd much rather something 'out of the

dear administrator, Unsubscribe me please

2002-04-09 Thread Anouk Twijnstra
Dear Administrator of mod-perl discussion group,Please unsubscribe me from this group.With regards, anouk Send and receive Hotmail on your mobile device: Click Here

Re: dear administrator, Unsubscribe me please

2002-04-09 Thread Stas Bekman
Anouk Twijnstra wrote: Dear Administrator of mod-perl discussion group, Please unsubscribe me from this group. the secret is hidden in your mail headers: list-help: mailto:[EMAIL PROTECTED] list-unsubscribe: mailto:[EMAIL PROTECTED]

Re: mod_perl restart vs. graceful

2002-04-09 Thread Issac Goldstand
[snip] we could change the script to do a stop then restart, but we've seen where this method (done manually) was not 100% reliable and would sometimes require a couple of stops before we could really restart apache (never understood why this was so.) It's most likely that the stop is

Re: Content management systems

2002-04-09 Thread Maarten Stolte
On Tue, 2002-04-09 at 16:17, Aaron Ross wrote: For community sites, use Slash - the engine behind slashdot (http://www.slashcode.com) - there's even a book about it. You should also check out scoop (http://scoop.kuro5hin.org/), the engine that runs Kuro5hin.org. It's also written

RE: Content management systems

2002-04-09 Thread Matthew Watson
Zope has plugins to other db's, and there is lots of other apps which do what you want in php (like phpnuke), as for modperl, i don't think the people using modperl build onesizefitsall stuff as much as php people tend to do.. Thats a shame, I really wanted a one size fits all product :)

Re: mod_perl restart vs. graceful

2002-04-09 Thread darren chamberlain
* Dan Wilga [EMAIL PROTECTED] [2002-04-09 10:19]: It's most likely that the stop is actually taking longer than you expect to process. Apachectl just sends the kill and doesn't wait around for everything to exit. Depending on what each of the children is doing, this can take awhile. So the

Unsubscribe me please

2002-04-09 Thread Kirk Rogers
Please unsubscribe me from this group.

Re: Content management systems

2002-04-09 Thread Drew Taylor
At 10:17 AM 4/9/02 -0400, Aaron Ross wrote: Anybody know of something in mod_perl with this out of the box functionality in addition to content management? Metadot bills itself as a portal product. I've even installed it briefly in the past, and it seemed relatively easy to setup customize.

Re: Content management systems

2002-04-09 Thread Maarten Stolte
Anybody know of something in mod_perl with this out of the box functionality in addition to content management? Metadot bills itself as a portal product. I've even installed it briefly in the past, and it seemed relatively easy to setup customize. http://www.metadot.com/ The developer

Re: mod_perl restart vs. graceful

2002-04-09 Thread Stephen Reppucci
Hi Darren, See my suggested refinement below (I don't like to leave the server down any longer than needed...8^): On Tue, 9 Apr 2002, darren chamberlain wrote: For exactly this reason, I always modify apachectl so that the restart option looks like: restart) timeout=${2:-5}

Re: Help Requested: Segfault 11 7 MONTHS after compilation on multiple servers all compiled the same running different code and different Redhat Released all on the same day [BUG]

2002-04-09 Thread Kevin A. McGrail
Stas, I'm much closer thanks to your document*. I now at least I feel like I'm moving forward for the first time in months. OK, so I'm pretty sure short of recompiling Perl, that I have all the correct debug things turned on though the user permission problem still plague me a bit. I just

Re: mod_perl and open files limit

2002-04-09 Thread Mike V. Andreev
Hello people Thank you for all your answers and comments! Unfortunately I can't test your advices right now because of other urgent [as always :-( ] businesses. I'll do it as soon as i'll be able. Thanx a lot!!! Mike Andreev

Re: Unsubscribe me please

2002-04-09 Thread Issac Goldstand
Fran Fabrizio wrote: The info is in too many places: posted many times here (read: search archives), on the front page of perl.apache.org, in the guide (search!) and probably many other places. Not to mention in the header of every single message to this list. -Fran Well, the point

Re: Unsubscribe me please

2002-04-09 Thread Fulko Hew
Issac Goldstand [EMAIL PROTECTED] commented: Fran Fabrizio wrote: The info is in too many places: posted many times here (read: search archives), on the front page of perl.apache.org, in the guide (search!) and probably many other places. Not to mention in the header of every

Re: AuthCookie login ?

2002-04-09 Thread Michael Schout
On Fri, 5 Apr 2002, Geoffrey Young wrote: Since the authentication happens on every trip into the server, and I don't want to run my code (to set up an Apache::Session for the user's session data) until I'm sure I have a valid user on my hands, I can't see a way to do the session setup

Re: Hello again

2002-04-09 Thread David Wheeler
On 4/9/02 8:24 AM, John Kolvereid [EMAIL PROTECTED] claimed: These are GREAT URLs for installing mod_perl. I wish I would have known about them sooner. Whatever. After reading the DSO section I'm not sure I have configured mod_perl as DSO. In fact, I'm not sure what I DO have. httpd -l

Re: Unsubscribe me please

2002-04-09 Thread Kee Hinckley
At 11:45 AM -0400 4/9/02, Fran Fabrizio wrote: The info is in too many places: posted many times here (read: search archives), on the front page of perl.apache.org, in the guide (search!) and probably many other places. Not to mention in the header of every single message to this list. I

Re: Unsubscribe me please

2002-04-09 Thread Andy Lester
Please unsubscribe me from this group. MAybe if we add it to the guide?!? I don't know why all of the sudden people can't do this, but... There's only so much hand-holding and coddling one group can do. -- 'Andy Lester[EMAIL PROTECTED] Programmer/author petdance.com Daddy

Re: Help Requested: Segfault 11 7 MONTHS after compilation on multiple servers all compiled the same running different code and different Redhat Released all on the same day [BUG]

2002-04-09 Thread darren chamberlain
Kevin A. McGrail wrote: 2nd, The segv.cgi at the same location as the Bad:Segv above, segfaults on the command line and through normal CGI but not with mod_perl. Here's the error I get trying to run this script with mod_perl (1.26): [Tue Apr 9 09:53:16 2002] [error] [Tue Apr 9 09:53:16

Re: Help Requested: Segfault 11 7 MONTHS after compilation on multipleservers all compiled the same running different code and different RedhatReleased all on the same day [BUG]

2002-04-09 Thread Stas Bekman
darren chamberlain wrote: Kevin A. McGrail wrote: 2nd, The segv.cgi at the same location as the Bad:Segv above, segfaults on the command line and through normal CGI but not with mod_perl. Here's the error I get trying to run this script with mod_perl (1.26): [Tue Apr 9 09:53:16 2002]

Re: Unsubscribe me please [KILL THIS THREAD]

2002-04-09 Thread Perrin Harkins
Please kill this thread. Some people are not good at dealing with mailing lists. At least this guy was polite. - Perrin

Re: Help Requested: Segfault 11 7 MONTHS after compilation on multipleservers all compiled the same running different code and different RedhatReleased all on the same day [BUG]

2002-04-09 Thread Mark Fowler
On Tue, 9 Apr 2002, Stas Bekman wrote: Looks like you cannot run the Inline code under mod_perl. I remember Brian told me the secret code to make it work under mod_perl :) Ah, this might be it. The first time the Inline code is run the ILSM (Inline Support Module) compiles[1] the code. It

Re: Help Requested: Segfault 11 7 *snip*

2002-04-09 Thread darren chamberlain
* Stas Bekman [EMAIL PROTECTED] [2002-04-09 12:14]: darren chamberlain wrote: Kevin A. McGrail wrote: 2nd, The segv.cgi at the same location as the Bad:Segv above, segfaults on the command line and through normal CGI but not with mod_perl. Here's the error I get trying to run this

Re: mod_perl restart vs. graceful

2002-04-09 Thread Keith G. Murphy
Stephen Reppucci wrote: Hi Darren, See my suggested refinement below (I don't like to leave the server down any longer than needed...8^): On Tue, 9 Apr 2002, darren chamberlain wrote: For exactly this reason, I always modify apachectl so that the restart option looks like:

Re: Hello again

2002-04-09 Thread John Kolvereid
Hi again, Maybe I read it wrong. The list from httpd -l included mod_perl, but not mod_php. Is the list, titled 'Compiled-in modules' those modules which are internal to Apache as the name implises. If so, then I am running mod_perl internally and mod_php externally. Please advise. Thanks.

Re: Content management systems

2002-04-09 Thread dreamwvr
Does anyone know of a more portal oriented engine? in addition to discussions and articles, a calendar, object level access control, polls, approval based content management. A friend has to put together a community portal site for the university he works for, on biological terrorism, no

Help us make the mod_perl Developer's Cookbook better.

2002-04-09 Thread Paul Lindner
Hi there. First of all, thanks to all of those who are now using the mod_perl Developer's Cookbook. We hope that it's made your development easier and more fun. Due to the continued popularity of the book, a 2nd printing is being planned in the next week or so. This is nice because we're

Re: Content management systems

2002-04-09 Thread Claudio Garcia
Metadot is being used a lot in Schlumberger and Sema intranet websites (Sema is a large European IT company) , among many other clients. It's also being used in a big French ceramics company called St. Gobain. The Open Source version is currently lagging behind our latest (closed-source)

RE: Open3

2002-04-09 Thread Vuillemot, Ward W
I tried the following code submitted by Don, but got the following errors. [Tue Apr 9 16:32:38 2002] nul: untie attempted while 1 inner references still exist at C:/apache/Apache/cgi-lib/FLOE/App/Btops.pm line 101. [Tue Apr 9 16:32:38 2002] nul: untie attempted while 1 inner references still

PATH-like module?

2002-04-09 Thread Lyle Brooks
Is there a module that provides a PATH-like capability for URLs? The behavior I was looking for would do something like this... I request a URL /images/background.gif and then the web server (via this module or some other method) would look for the background.gif file in a series of

Re: dear administrator, Unsubscribe me please

2002-04-09 Thread Chuck Goehring
Upal, Outlook hides the stuff that is in the header of the emails. Bill Gates decided for you that you would never need to see this information. I pasted it below. Doubleclick on the list-unsubscribe link below and send the email off. It is an automated system that only reads a few special

Re: PATH-like module?

2002-04-09 Thread Ged Haywood
Hi there, On Tue, 9 Apr 2002, Lyle Brooks wrote: Is there a module that provides a PATH-like capability for URLs? ViLib does this (and truckloads of things you didn't ask for:), sorry I don't have a URI handy but you'll probably find it at utac.net or with a search engine. Failing that

RE: Content management systems

2002-04-09 Thread Jim Helm
Found this site, which has just about every major perl based cms I've run across listed, plus lots more. http://www.clueful.com.au/cgi-bin/cmsdirectory/browse/Products:Free%20sy stems Good luck, and us know what you pick and how it goes. Jim -Original Message- From: