Re: Files problem, pulling my dam hair out

2001-11-30 Thread Hans Poo
El Jue 29 Nov 2001 19:37, Chuck Carson escribió: I have the following config: apache 1.3.22 with perl 1.26 built statically I want to use perl to dynamically generate html pages, so I have .pl files under DOCUMENT_ROOT. I have this config: Alias /perl /usr/local/apache/cgi-bin

Files problem, pulling my dam hair out

2001-11-29 Thread Chuck Carson
I have the following config: apache 1.3.22 with perl 1.26 built statically I want to use perl to dynamically generate html pages, so I have .pl files under DOCUMENT_ROOT. I have this config: Alias /perl /usr/local/apache/cgi-bin Directory /usr/local/apache/cgi-bin SetHandler

RE: Files problem, pulling my dam hair out

2001-11-29 Thread Chuck Carson
Where would this go? In the Directory section of the Files section? -Chuck -Original Message- From: Knox, Laurie A, NPONS [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 29, 2001 3:17 PM To: Chuck Carson; [EMAIL PROTECTED] Subject: RE: Files problem, pulling my dam hair out

RE: Files problem, pulling my dam hair out

2001-11-29 Thread Knox, Laurie A, NPONS
, November 29, 2001 6:23 PM To: Knox, Laurie A, NPONS; [EMAIL PROTECTED] Subject: RE: Files problem, pulling my dam hair out Where would this go? In the Directory section of the Files section? -Chuck -Original Message- From: Knox, Laurie A, NPONS [mailto:[EMAIL PROTECTED]] Sent: Thursday

RE: Files problem, pulling my dam hair out

2001-11-29 Thread Chuck Carson
: Thursday, November 29, 2001 3:29 PM To: Chuck Carson; [EMAIL PROTECTED] Subject: Re: Files problem, pulling my dam hair out On Thursday 29 November 2001 14:37, Chuck Carson wrote: I have the following config: apache 1.3.22 with perl 1.26 built statically I want to use perl to dynamically

RE: Files problem, pulling my dam hair out

2001-11-29 Thread Kyle Oppenheim
to by TypesConfig) - Set it dynamically from your scripts using $r-content_type('text/html') - Kyle -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Chuck Carson Sent: Thursday, November 29, 2001 2:38 PM To: [EMAIL PROTECTED] Subject: Files problem, pulling my dam

Re: Files problem, pulling my dam hair out

2001-11-29 Thread Stas Bekman
Chuck Carson wrote: I have the following config: apache 1.3.22 with perl 1.26 built statically I want to use perl to dynamically generate html pages, so I have .pl files under DOCUMENT_ROOT. I have this config: Alias /perl /usr/local/apache/cgi-bin Directory