RE: mod_perl v2 Forking

2003-09-16 Thread Gareth Kirwan
Haven't read much of this thread, but is POE an option ? -Original Message- From: Eric Frazier [mailto:[EMAIL PROTECTED] Sent: 16 September 2003 13:17 To: Stephen Hardisty Cc: [EMAIL PROTECTED] Subject: RE: mod_perl v2 Forking :) I think that makes sense. It was created in the

Apache installation not accepting perl-script Handler

2003-08-21 Thread Gareth Kirwan
I have a mod perl installation, but it won't accept a perl-script handler. In a Location directive I set the handler to perl-script. It fails to execute the test file properly. I set it to cgi-script and it executes the file fine ( though I get complaints about doing Apache-request aftter

RE: Apache installation not accepting perl-script Handler

2003-08-21 Thread Gareth Kirwan
.*.com/perl-bin/Inslink.pl line 8.[Thu Aug 21 10:31:07 2003] [error] [client 192.168.234.85] Premature end of script headers: /u/virtual/devel.*.com/perl-bin/Inslink.pl Notice it didn't fail on loading the Apache module, just on calling the request method. Cheers G -----Original M

RE: Apache installation not accepting perl-script Handler

2003-08-21 Thread Gareth Kirwan
:* Gareth Kirwan [mailto:[EMAIL PROTECTED] *Sent:* 21 August 2003 10:23 *To:* [EMAIL PROTECTED] *Subject:* Apache installation not accepting perl-script Handler I have a mod perl installation, but it won't accept a perl-script handler. In a Location directive I set

RE: Apache installation not accepting perl-script Handler

2003-08-21 Thread Gareth Kirwan
-script Handler [all modperl threads must be kept on the list unless requested otherwise] Gareth Kirwan wrote: My original e-mail had the error as it appeared in the error log. Can't locate object method request via package Apache at /u/virtual/devel.*.com/perl- bin/Inslink.pl line 8

RE: internal_redirect and returns

2003-03-06 Thread Gareth Kirwan
Geoff, The reason I was using an internal redirect was that I wanted to maintain the request for the following page. The internal_redirect is being called in several circumstances - From PerlAuthenHandler, PerlAuthzHandler and a PerlHandler for login(). 1) Is there any

internal_redirect and returns

2003-03-04 Thread Gareth Kirwan
type 0x50 arrived from server while idle ) shows in the error log after this - if that helps. Any ideas ? Thanks Gareth Kirwan Programming Development, Thermeon Europe Ltd, [EMAIL PROTECTED] Tel: +44 (0) 1293 864 303 Thermeon Europe e-Card: gbjk -- This message has been scanned for viruses

RE: The best place for mod_perl beginners to get started.

2003-01-15 Thread Gareth Kirwan
You mean you DIDN'T buy Where's Wally ?!!! -Original Message- From: Michael Shirk [mailto:[EMAIL PROTECTED]] To those of you on this mailing that wonder what is the best way to get started with mod_perl should check out Writing Apache Modules with Perl and C. This book is

Apache::AuthCookie and what's required

2003-01-07 Thread Gareth Kirwan
Title: Gareth Stationery Morning all, Diving straight in... This is my first time using Apache::AuthCookie for Authorization and Authentication ... but when I've been pencilling my plan out I'm already afraid I might need to go a different route - so I thought I'd post here and see what

RE: Apache::AuthCookie and what's required

2003-01-07 Thread Gareth Kirwan
Now THAT makes perfect sense to me! However that's not what you'll find here: http://www.perldoc.com/cpan/Apache/AuthCookie.html This will step through the require directives you've given for protected documents and make sure the user passes muster. The require valid-user and require user

RE: Newbie: Why does my script prompt to be downloaded intermittantly?

2002-11-21 Thread Gareth Kirwan
Trevor - is there anything that might be sending output to the I/O handle before the header ? That could disrupt the type Gareth -Original Message- From: Trevor Joerges [SendMIME Software] [mailto:[EMAIL PROTECTED]] Sent: 21 November 2002 17:16 To: [EMAIL PROTECTED] Subject: Newbie:

RE: Can't locate object method new via package Apache::Request (via Mason)...

2002-11-07 Thread Gareth Kirwan
You need to set Mason up better - probably. I'm an avid Mason user, and I've seen this a fair few times. If you want help, you're most likely to get it on the [EMAIL PROTECTED] list. However if you want to tell me the version of mason you're using it might help. You could use a mason-handler.pl

RE: Can't locate object method new via package Apache::Request (via Mason)...

2002-11-07 Thread Gareth Kirwan
something that is not directly Mason related( http://lists.sourceforge.net/lists/listinfo/mason-users ). So I took the advice of the list moderator and posted on the mod_perl list instead. Thanks! DeAngelo -Original Message- From: Gareth Kirwan [mailto:gbjk;thermeoneurope.com] Sent

RE: Can't locate object method new via package Apache::Request (via Mason)...

2002-11-07 Thread Gareth Kirwan
on the mod_perl list instead. Thanks! DeAngelo -Original Message- From: Gareth Kirwan [mailto:gbjk;thermeoneurope.com] Sent: Thursday, November 07, 2002 1:44 AM To: DeAngelo Lampkin; [EMAIL PROTECTED] Subject: RE: Can't locate object method new via package Apache::Request (via