load the coldfusion module 
add application type .cfm

On Fri, 5 Apr 2002, Jim Curran wrote:

> Hi all,
> 
> I'm installing Coldfusion 5 under RedHat Linux 7.1 for the first time. Went
> through all the install steps as directed and the coldfusion processes are
> all running, but .cfm documents are processed just as straight-ahead
> txt/html documents.
> 
> I've been over this a number of times, even tried uninstalling and clean
> re-installing but the situation remains the same. I'm guessing I'm missing
> something fairly simple, probably in the Apache setup?
> 
> Any help would be greatly appreciated.
> thanks,
> 
> -j
> 
> -----Original Message-----
> From: Ian Lurie [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 05, 2002 4:43 PM
> To: CF-Talk
> Subject: RE: RegEx newbie help...
> 
> 
> Yup, as soon as I saw it it made sense - one of those days for me, I
> guess...
> 
> -----Original Message-----
> From: Jerry Johnson [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 05, 2002 1:41 PM
> To: CF-Talk
> Subject: Re: RegEx newbie help...
> 
> 
> And if you are wondering why,
> 
> <[^>]*>
> 
> in english:
> 
> a < followed by zero or more characters that are not a > followed by a >
> 
> Jerry Johnson
> 
> 
> >>> [EMAIL PROTECTED] 04/05/02 04:26PM >>>
> rereplace(st,'<[^>]*>','',"all")  should do it
> 
>          +
>          ~
> Don Vawter
> 
> ----- Original Message -----
> From: "Ian Lurie" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Friday, April 05, 2002 2:21 PM
> Subject: RegEx newbie help...
> 
> 
> > Hi all,
> >
> > Just started messing with Regular Expressions - I need to replace all
> > instances of < and >, and any characters in between them, with "".
> >
> > What's the right statement? I tried:
> >
> > #rereplacenocase((left(summary,200)),"(<*>)","")#
> >
> > and
> >
> > #rereplacenocase((left(summary,200)),"<*>","")#
> >
> > but can't seem to get it right.
> >
> > Thanks in advance,
> >
> > Ian
> >
> > Portent Interactive
> > Helping clients build customer relationships on the web since 1995
> > Consulting, design, development, measurement
> > http://www.portentinteractive.com
> >
> >
> 
> 
> 
> 
______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to