Re: Using mod_php and mod_perl

2005-02-14 Thread Nick Phillips
lly I find Template Toolkit easier to use than Mason when I want to do the kind of things that I would once upon a time have done with PHP... Cheers, Nick -- Nick Phillips / +64 3 479 4195 / [EMAIL PROTECTED] # these statements are my own, not those of the University of Otago

Re: [mp2] DESTDIR does not apply to mod_perl.so and includes

2005-02-08 Thread Nick Phillips
y universe, it's *that* one that should be called something else. It seems from what I remember to be more similar to autotools' ${prefix}. Cheers, Nick -- Nick Phillips / +64 3 479 4195 / [EMAIL PROTECTED] # these statements are my own, not those of the University of Otago

Re: Fail to configure mod_perl and build apache

2004-10-31 Thread Nick Phillips
On 30/10/2004, at 7:19 AM, Stas Bekman wrote: CN wrote: Hi! Because "perl Makefile.PL" did not find LWP::UserAgent and HTML::HeadParser in my Debian box, I did "apt-get install libapache-mod-perl". Then I did "dpkg -P libapache-mod-perl" to remove that package. Since then "perl Makefile.PL" seems t

Re: [mp2] & Apache2: undefined symbol: PL_localizing

2004-10-11 Thread Nick Phillips
weren't previously packaged, for example. And gcc 3.3... Cheers, Nick -- Nick Phillips / +64 3 479 4195 / [EMAIL PROTECTED] # these statements are my own, not those of the University of Otago -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modpe

Re: ModPerl::Registry: Software caused connection abort

2004-08-04 Thread Nick Phillips
using SSL to test this. I seem to recall a known IE bug with the way it drops connections when using SSL. Maybe google for "ssl-unclean-shutdown" together with "MSIE"? I think it also suffers when keepalive is used, in that sometimes it will send incorrect content-length hea

Re: Apache::Cookie not finding cookies ...

2004-03-29 Thread Nick Phillips
gout { my ($self) = @_; my $authtype = $self->{apr}->auth_type; if (defined $authtype) { $authtype->logout($self->{apr}); } else { # ?? } } ...that works fine. Cheers, Nick -- Nick Phillips / +64 3 479 4195 / [EMAIL PROTECTED] # these stateme

Re: Apache::AuthCookieDBI and SecretKeyFile

2004-03-23 Thread Nick Phillips
imilar. This is because it is read in a BEGIN block, and there is no current request and hence no appropriate virtual host at that stage. It's in the docs, IIRC. Cheers, Nick -- Nick Phillips / +64 3 479 4195 / [EMAIL PROTECTED] # these statements are my own, not those of the Univ

Re: Apache::AuthCookie LOGIN action, where / is protected

2004-03-14 Thread Nick Phillips
owing aliases. Could someone suggest a configuration that would permit LOGIN to invoke Apache::AuthCookie->login correctly but still protect the entire docroot? Are you currently using or tags to configure protection for the main body of your content? Cheers, Nick -- Nick Phillips / +

Fwd: Testing

2003-12-14 Thread Nick Phillips
Begin forwarded message: From: Stas Bekman <[EMAIL PROTECTED]> Date: 15 December 2003 9:32:14 AM To: Nick Phillips <[EMAIL PROTECTED]> Subject: Re: Testing Nick, can you please repost your reply back to the thread on the list? THanks. Sure... Nick Phillips wrote: On 12/12/2003, at 5

Fwd: Testing

2003-12-11 Thread Nick Phillips
(such interaction is usually Bad, in my experience). Any top tips? Cheers, Nick -- Nick Phillips / +64 3 479 4195 / [EMAIL PROTECTED] # these statements are my own, not those of the University of Otago -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html

Re: Testing

2003-12-11 Thread Nick Phillips
On 12/12/2003, at 8:34 AM, Garrett Goebel wrote: Nick Phillips wrote: > > Just wondering whether anyone here has any cunning ways of > unit testing code that uses the various Apache:: modules; > the only vaguely useful thing I've managed to find so far > is Apache::FakeReq

Testing

2003-12-11 Thread Nick Phillips
urely *someone* has done it before?... Cheers, Nick -- Nick Phillips / +64 3 479 4195 / [EMAIL PROTECTED] # these statements are my own, not those of the University of Otago -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html