Re: HTML::Template

2002-08-18 Thread Stas Bekman
Pierre Vaudrey wrote: > I'm trying to run the following HTML::Template simple example : [...] > Could anybody help me to fix it ? Pierre, you are asking an HTML::Template question at the wrong forum, seems that this is the place where you want to ask this instead: http://search.cpan.org/author/S

HTML::Template

2002-08-18 Thread Pierre Vaudrey
I'm trying to run the following HTML::Template simple example : use HTML::Template; # open the html template my $template = HTML::Template->new(filename => "treeTest.tmpl"); # fill in some parameters $template->param(Title => "Pierre",IMAGE_SRC => "vignette.gif"); # send the obli

Re: Apache/2.0.40 (Win32) mod_perl/1.99_05-dev Perl/v5.6.1

2002-08-18 Thread Stas Bekman
> The only problem left is "perl-status". It still does not work. > My relevant entry in the config is: > > > SetHandler perl-script > PerlHandler Apache::Status > Order deny,allow > Deny from all > Allow from 127.0.0.1 > > The error log says: > [Sun Aug 18 21:02:08 2002] [erro

RE: NTLM module

2002-08-18 Thread Kaye-Smith Adam
Thanks for your advice Gerald. I have found a compromise buy having the directive of Authtype Basic but the perl code has been changed to run the NTLM check as well as SMB (regardlesss of the config file) and if both authentications fail, the standard mod_auth code will then be run. Thanks onc

Re: guide pdf documentation

2002-08-18 Thread Rich Duzenbury
Thanks. I didn't see the [pdf] button! >>I tried cvs'ing the data and doing the build deal referenced on >>perl.apache.org, but I'm missing something as I get an error from >>DocSet/Util.pm. It's trying to load Template.pm on line 13, but I don't >>have a Template.pm on my system anywhere.

Re: Mod_perl Application Development

2002-08-18 Thread James G Smith
Chris Winters <[EMAIL PROTECTED]> wrote: >On Sat, 2002-08-17 at 19:31, Jonathan Lonsdale wrote: >> I'm curious to know how people approach application development with >> mod_perl in situations where there could be dozens of distinct >> screens/interfaces. I'm currently using the HTML::Template sy

Apache/2.0.40 (Win32) mod_perl/1.99_05-dev Perl/v5.6.1

2002-08-18 Thread Walter Stingl
Hi Mr. Kobes,   After including the startup-script my cgi-scripts are now working ok with mod_perl-2. The problem was the missing "use Apache2 ();". My fault. Sorry about that. I owe you some six-packs.   The only problem left is "perl-status". It still does not work. My relevant entry in the

Re: Mod_perl Application Development

2002-08-18 Thread Chris Winters
On Sat, 2002-08-17 at 19:31, Jonathan Lonsdale wrote: > I'm curious to know how people approach application development with > mod_perl in situations where there could be dozens of distinct > screens/interfaces. I'm currently using the HTML::Template system. > > Here's a few approaches I thought

Re: Apache/2.0.40 (Win32) mod_perl/1.99_05-dev Perl/v5.6.1

2002-08-18 Thread Randy Kobes
On Sun, 18 Aug 2002, Walter Stingl wrote: > Hi to all, > > first thanks to Mr. Bekman for his quick answer. But i am still > having problems to track it down, where the script hangs. > "perl-status" delivers a blank window in the browser. > > One more question. Should Apache be started as a ser

Re: win32 apache2.0.40 mod_perl-2

2002-08-18 Thread Randy Kobes
On Fri, 16 Aug 2002, Paul Simon wrote: > They do work as ordinary CGI scripts (thank goodness!). The > same scripts worked under ModPerl::Registry before I upgraded > everything. There are no messages in the error logs. If I > call the cgi page under ModPerl::Registry via a browser, it > just

Re: Mod_perl Application Development

2002-08-18 Thread Ken Y. Clark
On Sun, 18 Aug 2002, Jonathan Lonsdale wrote: > Date: Sun, 18 Aug 2002 00:31:03 +0100 > From: Jonathan Lonsdale <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Mod_perl Application Development > > I'm curious to know how people approach application development with > mod_perl in situations

Apache/2.0.40 (Win32) mod_perl/1.99_05-dev Perl/v5.6.1

2002-08-18 Thread Walter Stingl
Hi to all,   first thanks to Mr. Bekman for his quick answer. But i am still having problems to track it down, where the script hangs. "perl-status" delivers a blank window in the browser.    One more question. Should Apache be started as a service or in console-mode, when mod_perl is integra

RE : Mod_perl Application Development

2002-08-18 Thread Frédéric SCHWIEN
Check CGI::Application from CPAN, Very useful. It uses differents "Run Mode" for Application. Originally, it uses HTML::Template, but can be easily subclassed to use another Template System. We use it with Text::Template. Fred -Message d'origine- De : Jonathan Lonsdale [mailto:[EMAIL

Re: guide pdf documentation

2002-08-18 Thread allan juul
Quoting Rich Duzenbury <[EMAIL PROTECTED]>: > Hello list, > > Does anyone have a working link to a pdf version (mod_perl 1.27) of the > guide? Found one in the archives that no longer works... i found this one perl.apache.org->documentation->mod_perl 1.0 Documentation->User Guide->PDF LINK