cvs commit: modperl-2.0/src/modules/perl mod_perl.c

2002-06-06 Thread dougm
dougm 2002/06/06 09:45:41 Modified:src/modules/perl mod_perl.c Log: need to run open_logs,post_config,child_init hooks APR_HOOKS_FIRST so they are run before those in modperl_hooks.c Revision ChangesPath 1.123 +3 -3 modperl-2.0/src/modules/perl/mod_perl.c

cvs commit: modperl-2.0/src/modules/perl modperl_handler.c

2002-06-06 Thread dougm
dougm 2002/06/06 10:32:51 Modified:src/modules/perl modperl_handler.c Log: add support for Perl*Handler +Apache::Foo Revision ChangesPath 1.11 +14 -0 modperl-2.0/src/modules/perl/modperl_handler.c Index: modperl_handler.c

File-upload problem with netscape and Internet-Explorer

2002-06-06 Thread oklein
Hello, I build a simple File-Upload form: html form action=test_upload enctype=multipart/form-data method=post input type=text name=text input type=FILE name=Tfile accept=*/* input type=submit value=upload /form/html and a script test_upload, which is called from the form: %perl my $file

Re: File-upload problem with netscape and Internet-Explorer

2002-06-06 Thread Stas Bekman
[EMAIL PROTECTED] wrote: Hello, I build a simple File-Upload form: html form action=test_upload enctype=multipart/form-data method=post input type=text name=text input type=FILE name=Tfile accept=*/* input type=submit value=upload /form/html and a script test_upload, which is called from

Re: File-upload problem with netscape and Internet-Explorer

2002-06-06 Thread oklein
Stas Bekman writes: Try: http://perl.apache.org/release/docs/1.0/guide/snippets.html#File_Upload_wi th_Apache__Request Thats where i got the idea for my script - but it doesnt work for me. Perhaps the $r (im using Mason 1.04 under debian) isnt a really Apache::Request? I use Mason with

Re: separating C from V in MVC

2002-06-06 Thread Andy Wardley
On Thu, Jun 06, 2002 at 12:02:47AM -0600, Rob Nagler wrote: These are the reserve words of TT: [...] Looks an awful lot like the same keywords in any general-purpose programming language. Yep, I agree. You can use it like a programming language and it gives you more than enough rope to hang

Re: Separating Aspects (Re: separating C from V in MVC)

2002-06-06 Thread wsheldah
Ow. That philosophy of 'make it impossible for the programmer to mess up' sounds too reminiscent of Pascal and other straightjacket development environments. I don't think there's any real substitute for well-disciplined, thinking programmers. So my own quest right now is to develop more of the

Re: RPM for apache/mod_perl/mod_ssl

2002-06-06 Thread Fran Fabrizio
In the spirit of the teach a man to fish proverb (sorry if that's a random reference), maybe I should really be asking what's involved in making such an rpm? Is it a case of just figuring out which files are installed by openssl/mod_ssl/mod_perl/apache and making a big ole spec file, or is

Re: RPM for apache/mod_perl/mod_ssl

2002-06-06 Thread fliptop
Fran Fabrizio wrote: In the spirit of the teach a man to fish proverb (sorry if that's a random reference), maybe I should really be asking what's involved in making such an rpm? Is it a case of just figuring out which files are installed by openssl/mod_ssl/mod_perl/apache and making

Re: Separating Aspects (Re: separating C from V in MVC)

2002-06-06 Thread Perrin Harkins
Sam Tregar wrote: Now, I don't use HTML::Template::Expr. I think it's generally not such a good idea. But it's there if you want it... For posterity, and possible inclusion in the next rev of the templating tutorial, how would you recommend people handle this sort of situation without

Re: tutorials (was: Re: rfc Apache::Dynagzip)

2002-06-06 Thread Per Einar Ellefsen
At 03:37 06.06.2002, Slava Bizyayev wrote: It's going to be something like Features of Content Compression for Different Web Clients for Part IV: Client side facts and bugs. We'll be able to discuss details next week. Ok, great Slava, thanks a lot! -- Per Einar Ellefsen [EMAIL PROTECTED]

RE: Doing security for backend applications

2002-06-06 Thread Ken Miller
Thanks the for info! Where my design was coming from was trying to enforce access control completely outside of application - if a request made it to an application, then the application could be assure that the user was allowed to be there. But I think implementing this would be rather

[OT] MVC soup (was: separating C from V in MVC)

2002-06-06 Thread Bill Moseley
I, like many, find these discussion really interesting. I always wish there was some write up for the mod_perl site when all was said and done. But I guess one of the reasons it's so interesting is that there's more than one correct point of view. My MVC efforts often fall apart in the C an M

Re: [OT] MVC soup (was: separating C from V in MVC)

2002-06-06 Thread Rafiq Ismail (ADMIN)
On Thu, 6 Jun 2002, Bill Moseley wrote: Anyone have links to examples of MVC Perl code (mostly controller code) that does a good job of M and C separation, and good ways to propagate errors back to the C? http://pagekit.org,; might be interesting. Fiq

RE: [OT] MVC soup (was: separating C from V in MVC)

2002-06-06 Thread Jesse Erlbaum
Hi Bill -- I, like many, find these discussion really interesting. I always wish there was some write up for the mod_perl site when all was said and done. But I guess one of the reasons it's so interesting is that there's more than one correct point of view. I expect to complete an

Re: [OT] MVC soup (was: separating C from V in MVC)

2002-06-06 Thread Rafiq Ismail (ADMIN)
On Thu, 6 Jun 2002, Bill Moseley wrote: Anyone have links to examples of MVC Perl code (mostly controller code) that does a good job of M and C separation, and good ways to propagate errors back to the C? I'm working on my own impelmentation at the moment and am planning to have a

RE: [OT] MVC soup (was: separating C from V in MVC)

2002-06-06 Thread Jeff
From: Jesse Erlbaum [mailto:[EMAIL PROTECTED]] Sent: 06 June 2002 19:34 To: 'Bill Moseley'; [EMAIL PROTECTED] First off, it is less of an MVC crime to combine your Model and Controller than it is to combine your Controller and View. I disagree - coupling Controller and Model

Re: Separating Aspects (Re: separating C from V in MVC)

2002-06-06 Thread Sam Tregar
On Thu, 6 Jun 2002, Perrin Harkins wrote: For posterity, and possible inclusion in the next rev of the templating tutorial, how would you recommend people handle this sort of situation without using HTML::Template::Expr? Suppose you have a model object for a concert which includes a date.

Re: rfc Apache::Dynagzip

2002-06-06 Thread Valerio_Valdez Paolini
On Thu, 6 Jun 2002, Slava Bizyayev wrote: I'd prefer to address it the point where the web server administrator has to fix the Accept-Encoding HTTP header, if one is incorrectly issued by buggy web client. I really like your idea, in a perfect world shouldn't be that fixup :) Ciao, Valerio

OT: MVC alphabet soup (= MVP?)

2002-06-06 Thread Jeff
and so my research into the world of MCV continues, and suddenly I feel cheated when I discover that the MVC world moved on years ago to something brighter, shinier and newer? MVP - Model-View-Presenter So for us poor folks lagging behind, do any of the MVC pundits have any comments on

RE: [OT] MVC soup (was: separating C from V in MVC)

2002-06-06 Thread Jeff
From: Bill Moseley [mailto:[EMAIL PROTECTED]] Sent: 06 June 2002 19:06 To: [EMAIL PROTECTED] My MVC efforts often fall apart in the C an M separation. My M parts end up knowing too much about each other -- typically because of error conditions e.g. data that's passed to an M that

RE: MVC alphabet soup (= MVP?)

2002-06-06 Thread Jesse Erlbaum
Hey Jeff -- All in all, the additions that led to MVP do not seem particularly applicable to web development - it seems to me that a simplified MVC may work better here. Do others concur? YES! I would agree whole-heartedly. As I said in my first message on this thread, a pattern is not a

RE: MVC alphabet soup (= MVP?)

2002-06-06 Thread Jeff
From: Jesse Erlbaum [mailto:[EMAIL PROTECTED]] Sent: 06 June 2002 23:21 To: 'Jeff'; [EMAIL PROTECTED] All in all, the additions that led to MVP do not seem particularly applicable to web development - it seems to me that a simplified MVC may work better here. Do others concur? YES! I

Re: [OT] MVC soup (was: separating C from V in MVC)

2002-06-06 Thread Rob Nagler
Bill Moseley writes: Anyone have links to examples of MVC Perl code (mostly controller code) that does a good job of M and C separation, and good ways to propagate errors back to the C? I humbly (do believe that ;-) submit http://petshop.bivio.biz Every page contains the control logic which

OSC early bird and mod_perl T-Shirts

2002-06-06 Thread Stas Bekman
1. http://use.perl.org/article.pl?sid=02/06/06/1810253 gnat writes Early registration for the Open Source Convention (which includes The Perl Conference) ends June 10. You can save up to $750 if you register before then. 2. We want T-Shirts. Is there some kind company to sponsor the mod_perl

Building high load mod_perl/Mason servers

2002-06-06 Thread Eric Frazier
Hi, I just got the chance to be in charge of a very busy website, and its future growth. Currently it is running with PHP on two round robin servers with a separate mysql db server. We are going to be moving to mod_perl, but I am worried about how to keep from getting into the same kind of trap