Re: Content management systems

2002-04-08 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 fro

RE: Content management systems

2002-04-08 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 Mess

Content management systems

2002-04-08 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: mod_perl-1.99_01 make test fails

2002-04-08 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: >

mod_perl-1.99_01 make test fails

2002-04-08 Thread Jie Gao
Hi Doug, Apache 2.0.35 + modperl_20020409042640 uname -a: Linux xxx.xxx.xx.xx 2.4.18-01-shuckle #4 Fri Apr 5 12:42:54 EST 2002 i686 unknown perl -V Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration: Platform: osname=linux, osvers=2.4.17-0.13smp, archname=i386-linux

Re: Thanks and GoodBye

2002-04-08 Thread ___cliff rayman___
i have a set of detailed plans that allows for a mod_ssl front end with mutliple backends, of which i have built mod_perl and mod_php. this version works in a virtualhost environment (i did not setup the php for virtualhost, but that is trivial). it has not yet been tested in a heavy production e

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-08 Thread Stas Bekman
> I would appreciate any comments of similar experiences or help in regards to > making a core file. http://perl.apache.org/preview/modperl-docs/dst_html/docs/2.0/devel/debug_c/debug_c.html#Getting_the_core_File_Dumped __ Stas Bekm

mod_perl & restart vs. graceful

2002-04-08 Thread John E. Leon Guerrero
i'm interested in understanding the consequences of restart vs. graceful better. i've seen where the mod_perl guides recommend stopping and then restarting a mod_perl apache rather than doing a graceful restart. i only saw indications that memory does not get cleaned up "cleanly" if this is done

Re: Newbie Alert: Q: References to Authenticating a User to MS-SQL 2000?

2002-04-08 Thread Peter Bi
Darren: you can subclass the authentication() method in the module AccessCookieMaster.pm I posted just a hour ago, if you won't mind asking your users enable cookies. ie: replacing "select 1 from url_user.table where username='username' and password='password'" by "select 1 from ... AND url='$re

Newbie Alert: Q: References to Authenticating a User to MS-SQL 2000?

2002-04-08 Thread Darren Ward
Hi All, Subject line says it all really. I have a need to authenticate users against a MS-SQL 2000 Server which has a table with 'username' and 'password' fields but also on the Apache side need to be able to use a third field in the table 'url' to control what url's the user can access. The ur

[±¤'°í]ÃÖ°íÀÇ »ç³» ÀÎÆ®¶ó³Ý ±¸Ãàºñ¿ë=ÃÊÆ¯°¡ 468¸¸¿ø!!

2002-04-08 Thread news
Title: Untitled Document ¼ö½Å°ÅºÎ: ¸ÞÀÏ ¼ö½ÅÀ» ¿øÇÏÁö ¾Ê´Â °æ¿ì ¿©±â¸¦ ´­·¯ÁֽʽÿÀ.

dear administrator, Unsubscribe me please

2002-04-08 Thread Upal
Dear Administrator of mod-perl discussion group, Please unsubscribe me from this group. With regards, Upal Nath = Upal. __ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/

[JOB] mod_perl/DBI programmer in Fairfax, VA

2002-04-08 Thread Robert Landrum
Capitol Advantage Fairfax, VA, USA Description: Online Congressional Directory publisher is looking for a lead programmer (or programmers) to maintain our existing codebase (written in mod_perl) and develop new additional components for the system. Skills Required: Perl, mod_perl, Apache, L

[announce] Apache::AccessCookie --- cookie based access control

2002-04-08 Thread Peter Bi
Download the module from here: http://mod_perl.home.att.net I used Apache::AuthCookie for a long time until Netscape 6.2 came out. AuthCookie caches the login screen as the first redirecting URL even when the user successfully logs in. I then tried to make some changes in the module, and to add e

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-08 Thread Ged Haywood
Hi there, On Mon, 8 Apr 2002, Kevin A. McGrail wrote: > help in regards to making a core file. Check the debug section of the Guide: http://perl.apache.org/guide Also see the file .../mod_perl-x.xx/SUPPORT for advice on what information should be posted with a reort such as yours. 73, Ged.

off: DJBDNS

2002-04-08 Thread Udlei Nattis
hi i have one webinterface writting in modperl i looking for one people to translator to english becausa my english is very bad ;) if you interesting please, contact-me mail: [EMAIL PROTECTED] icq: 62598138 bye nattis

[JOB WABTED] [OT]

2002-04-08 Thread Ged Haywood
Hi all, Sorry this is somewhat off-topic. A colleague who is seeking work (preferably contract) has asked me to let people know. His name is Bill Horsman. I've known him for several years, he's a good man. Hope this is useful to someone. 73, Ged.

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-08 Thread Kevin A. McGrail
Synopsis: My servers, installed per instructions at http://www.peregrinehw.com/downloads/apached/devel, were originally compiled in July of Last year. On February 6th of this year, without warning or change, we began segfault 11'ing for the first time in years on multiple servers with enough diff

Re: take23.org 500 internal server error (probably OT)

2002-04-08 Thread Matt Sergeant
On Monday 08 April 2002 7:44 pm, David Nelson wrote: > Hello all, > > Thanks to everyone for helping promote open source! > What a great feeling it is to be a part of this > movement. http://www.take23.org is down due to an > internal server error at the moment. If anyone knows > who maintains t

Re: take23.org 500 internal server error (probably OT)

2002-04-08 Thread Luciano Miguel Ferreira Rocha
On Mon, Apr 08, 2002 at 11:44:24AM -0700, David Nelson wrote: > Since I'm posting, I'll share one more quick question. > Does anyone know how to license software as GPL but > have it only be able to be used by non-profit > companies? Then you can't use GPL. GPL isn't against people making money o

take23.org 500 internal server error (probably OT)

2002-04-08 Thread David Nelson
Hello all, Thanks to everyone for helping promote open source! What a great feeling it is to be a part of this movement. http://www.take23.org is down due to an internal server error at the moment. If anyone knows who maintains this and can email them, they'd probably appreciate it. Sorry if

Re: tt2 using mason tags

2002-04-08 Thread Perrin Harkins
Rafiq Ismail (ADMIN) wrote: > It's just the fact that in spite of my specifying that it should use > inline_perl, it didn't interpolate the inline code which uses custom > modules in mason tags. I've got it to try and interpolate now, however it > seems to warn that "$VARNAME's" are odd symbols.

Re: tt2 using mason tags

2002-04-08 Thread Rafiq Ismail (ADMIN)
> Mark Fowler wrote: > Agreed. Also, any significant Mason component is likely to use Mason's > built-in object model, which is not part of TT. You will probably have > to port some code before it will run. Understood, but it's a small application which is more custom o.o. perl and inline perl

Re: [announce] mod_perl-1.99_01

2002-04-08 Thread Kee Hinckley
At 9:18 AM +0100 4/8/02, Ged Haywood wrote: >Then print only the messages you want people to see. In my view there >is far too much output from a typical build and install (of anything:). I have to agree with this. Installers are notorious for this, with compilers following close behind. I re

Re: mod_perl and open files limit

2002-04-08 Thread Perrin Harkins
Ged Haywood wrote: > I'd suggest setting MaxRequestsPerChild to a low value (I generally > use something in the range of 50-100 but Perrin will tell you that's > *very* low... :) to avoid leak problems. A setting of 0 is fine, as long as you are using Apache::SizeLimit or Apache::GTopLimit. In

Re: Ordering in %INC for PerlRestart

2002-04-08 Thread Perrin Harkins
Ged Haywood wrote: > Hi there, > > On Tue, 2 Apr 2002, [iso-8859-1] Sreeji K Das wrote: > > >>I use PerlFreshRestart on to reload my modules. > > [snip] > >>However, here my modules are getting loaded before the >>PerlRequire'd is loaded (since %INC is a hash). >> >>First, can some1 suggest a

Re: Configuration of mod-perl and cgi-bin in appach conf file

2002-04-08 Thread Geoffrey Young
"Wong, Connie" wrote: > > Hello Geoffrey, hi... these types of questions are probably more suited to the general mod_perl list, so I've cc'd them. > > My host is running an Apache server with mod-perl, and I have all the html > files resided in the "/usr/local/apache/htdocs" directory and all

Re: tt2 using mason tags

2002-04-08 Thread Perrin Harkins
Mark Fowler wrote: > Sounds like you're getting confused between [% %] for template code > and [% PERL %] ... [% END %] for actual real perl code Agreed. Also, any significant Mason component is likely to use Mason's built-in object model, which is not part of TT. You will probably have to p

Re: tt2 using mason tags

2002-04-08 Thread Mark Fowler
On Mon, 8 Apr 2002, Rafiq Ismail (ADMIN) wrote: > Converting Mason to TT2 stuff Hi. May I suggest you repost this to the template toolkit list? http://www.template-toolkit.org/mailman/listinfo/templates Sounds like you're getting confused between [% %] for template code and [% PERL %] ... [%

tt2 using mason tags

2002-04-08 Thread Rafiq Ismail (ADMIN)
Hi, I'm experimenting with conversion of a mason template based system to tt2. I tried to set TT2Tags to mason and then to <% > however this, even with the evaluate option to on, doesn't seem to work. (Apache::Template) I then wrote a custom handler which uses a custom parser, which I've constru

Re: PDF's [OT I THINK]

2002-04-08 Thread Rafiq Ismail (ADMIN)
Hi Geoff, > not sure where to start looking for some info, so I thought here first > > I need to be able to print pdf's from an apache webserver using perl... > I know usually that just an link to the file is sufficient, but these files > are outside of the /var/www/path to webserver. In such

PDF's [OT I THINK]

2002-04-08 Thread Geoff Ellis
not sure where to start looking for some info, so I thought here first I need to be able to print pdf's from an apache webserver using perl... I know usually that just an link to the file is sufficient, but these files are outside of the /var/www/path to webserver. 2 questions really.. 1st

RE: PDF generation

2002-04-08 Thread Jeff
Of course others have already told you about Text::PDF, and no doubt you googled the group Yahoo! http://groups.yahoo.com/group/perl-text-pdf-modules/messages You can do anything you want with PDFs, but the interface is hard to grok and you really need to wrap it. I have a framework that we use

Re: [announce] mod_perl-1.99_01

2002-04-08 Thread Stas Bekman
John Siracusa wrote: > On 4/8/02 2:41 AM, Stas Bekman wrote: > >>I've searched google, but didn't find any info regarding Term::ANSIColor >>and suggesting good cross-platform, cross-terminal colors. > > > Maybe I didn't understand the earlier part of your message, but can't you > specify both t

Re: [announce] mod_perl-1.99_01

2002-04-08 Thread John Siracusa
On 4/8/02 2:41 AM, Stas Bekman wrote: > I've searched google, but didn't find any info regarding Term::ANSIColor > and suggesting good cross-platform, cross-terminal colors. Maybe I didn't understand the earlier part of your message, but can't you specify both the foreground and the background co

Re: PDF generation

2002-04-08 Thread Thomas Eibner
On Mon, Apr 08, 2002 at 01:32:58PM +0200, Patrick wrote: > Few seconds, at least for my cases (and by doing PUSHs to the Web > client it let it know exactly where we are at the generation). Okay, that sounds bareable. > You should also consider, if possible, to generate files in advance > of use

Re: PDF generation

2002-04-08 Thread Patrick
On Sun, Apr 07, 2002 at 07:51:42PM +0200, Thomas Eibner took time to write: > > More precisely I have LaTeX templates, I use CGI::FastTemplate to > > fill them in with dynamic data, run pdflatex, and then have a nice > > PDF file. > > Sounds like an interesting solution, but how long does it take

Re: [announce] mod_perl-1.99_01

2002-04-08 Thread Stas Bekman
Ged Haywood wrote: > Hi Stas, > > On Mon, 8 Apr 2002, Stas Bekman wrote: > > >>John Siracusa wrote: >> >>>downside (see attached screenshot). >> >>the idea was to make certain messages more outstanding > > > Then print only the messages you want people to see. In my view there > is far too m

Re: [announce] mod_perl-1.99_01

2002-04-08 Thread Ged Haywood
Hi Stas, On Mon, 8 Apr 2002, Stas Bekman wrote: > John Siracusa wrote: > > downside (see attached screenshot). > > the idea was to make certain messages more outstanding Then print only the messages you want people to see. In my view there is far too much output from a typical build and insta