Re: Image manipulation recommendation?

2002-06-29 Thread Ian D. Stewart
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 28 June 2002 13:29, Goehring, Chuck Mr., RCI - San Diego wrote: Ryan, I couldn't get the requisites for the gd.pm and related modules to work on Windows. Although these things apparently have worked great for years on UNIX, they may

Re: Naming convention for Apache 2 modules.

2002-06-18 Thread Ian D. Stewart
On 2002.06.18 09:57 Stas Bekman wrote: [CC'ing Andreas again] Stas is right. The only problem I see with MP_INST_APACHE2 is the fact that using the CPAN.pm module to download the module would fetch the newest version of the module, regardless of whether you wanted the one for mod_perl

Re: Referencing Directives

2002-05-29 Thread Ian D. Stewart
On 2002.05.28 01:23 Per Einar Ellefsen wrote: Or... maybe you could try using Apache class methods inside Perl sections (like document_root) -- however I think that'd be pretty shaky. Hmm...something to tinker with as time permits... Thanx, Ian

Re: Configuring mod_perl on Debian

2002-05-28 Thread Ian D. Stewart
On 2002.05.28 04:03 Jeff A wrote: From: Andrew McNaughton [mailto:[EMAIL PROTECTED]] Sent: 27 May 2002 21:02 To: Ian D. Stewart ... You miss most of the advantage of debian's package management if you start building core components independently. Debian looks after you pretty well

Re: Configuring mod_perl on Debian

2002-05-27 Thread Ian D. Stewart
On 2002.05.27 11:43 Lucas M. Saud wrote: maybe you can try a chmod 755 in the script...and check the perl path in first line of the script...and set the directory permission to 777 Tried all of those. Still no good. I've downloaded the source for both Apache and mod_perl, and will be

Re: Configuring mod_perl on Debian

2002-05-27 Thread Ian D. Stewart
On 2002.05.27 12:57 Andrew McNaughton wrote: Sounds to me like you're not setting your content-type correctly for some reason. Have a look at the headers being sent out. It's either not sending this header, or it's sending something the browser doesn't know what to do with. This is the

Re: Configuring mod_perl on Debian

2002-05-27 Thread Ian D. Stewart
On 2002.05.27 12:59 Eric wrote: On Mon, May 27, 2002 at 12:20:00PM -0400, Ian D. Stewart wrote: On 2002.05.27 11:43 Lucas M. Saud wrote: maybe you can try a chmod 755 in the script...and check the perl path in first line of the script...and set the directory permission to 777

Re: Configuring mod_perl on Debian

2002-05-27 Thread Ian D. Stewart
On 2002.05.27 12:49 Randy Kobes wrote: I didn't cc the list, as I've lost the original message, but from what I remember, you had Options ExecCGI in a configuration. Does Options +ExecCGI make a difference? Also, as far as I remember, you had PerlSendHeader On Depending on

Re: Configuring mod_perl on Debian

2002-05-27 Thread Ian D. Stewart
Well, I haven't had any better luck with the debian package but I have gotten Apache and mod_perl running by building from source. Thanx for all the help, Ian On 2002.05.27 13:06 Ian D. Stewart wrote: On 2002.05.27 12:59 Eric wrote: On Mon, May 27, 2002 at 12:20:00PM -0400, Ian D. Stewart

Referencing Directives

2002-05-27 Thread Ian D. Stewart
Is it possible to reference the value of one Directive within another Directive (e.g., PerlSetVar VariableName ${DocumentRoot}/subdir) ? Thanx, Ian

Re: Referencing Directives

2002-05-27 Thread Ian D. Stewart
On 2002.05.27 15:39 Per Einar Ellefsen wrote: At 21:13 27.05.2002, Ian D. Stewart wrote: Is it possible to reference the value of one Directive within another Directive (e.g., PerlSetVar VariableName ${DocumentRoot}/subdir) ? If you use Perl sections, yes. Perl $DocumentRoot = '/home

Configuring mod_perl on Debian

2002-05-26 Thread Ian D. Stewart
Dear List, I have been trying for the better part of the day to get Apache w/mod_perl working on a Debian Woody system. With the help of the Configuration section of the mod_perl Guide, I have set up httpd.conf w/ mod_perl support, I have setup a /perl location with Apache::Registry as the