Re: Configuring mod_perl on Debian

2002-05-29 Thread Stas Bekman
Ian D. Stewart wrote: 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

RE: Configuring mod_perl on Debian

2002-05-28 Thread Jeff A
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, but it's a bit of an all or nothing

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

Re: Configuring mod_perl on Debian

2002-05-28 Thread Andrew McNaughton
On Tue, 28 May 2002, Ian D. Stewart wrote: Date: Tue, 28 May 2002 08:14:26 -0400 From: Ian D. Stewart [EMAIL PROTECTED] To: Jeff A [EMAIL PROTECTED] Cc: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: Configuring mod_perl on Debian On 2002.05.28 04:03 Jeff A wrote: From: Andrew

RE: Configuring mod_perl on Debian

2002-05-27 Thread Lucas M. Saud
PROTECTED] Subject: Configuring mod_perl on Debian 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

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 Eric
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 Tried all of those. Still no good.

Re: Configuring mod_perl on Debian

2002-05-27 Thread Andrew McNaughton
: Sun, 26 May 2002 09:43:46 -0400 From: Ian D. Stewart [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Configuring mod_perl on Debian 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

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 Joe Yates
mod_perl on Debian 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

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

Re: Configuring mod_perl on Debian

2002-05-27 Thread Andrew McNaughton
[EMAIL PROTECTED] To: Ian D. Stewart [EMAIL PROTECTED] Cc: Eric [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: Configuring mod_perl on Debian Well, I haven't had any better luck with the debian package but I have gotten Apache and mod_perl running by building from

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