You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl@perl.apache.org by Neeme Vool <ne...@codewiser.com> on 2001/09/06 15:11:46 UTC

Coldfusion problem

Hi!

I hope that I find answers here more quickly. Dont ask, but I need to make
files with extension cfm to be parsed with embperl. Only in one dir. But in
the server (Linux) runs also coldfusion server. And regradless of settings
on Apache conf, (With Filesmatch) coldfusion parses cfm files.  Can I make
coldfusion resign from parsing in just one dir?

Neeme Vool

---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org


Re: Coldfusion problem

Posted by Gerald Richter <ri...@ecos.de>.
Hi,

>
> I hope that I find answers here more quickly. Dont ask, but I need to make
> files with extension cfm to be parsed with embperl. Only in one dir. But
in
> the server (Linux) runs also coldfusion server. And regradless of settings
> on Apache conf, (With Filesmatch) coldfusion parses cfm files.  Can I make
> coldfusion resign from parsing in just one dir?
>

Yes, you can. You have to be aware of the order in which Apache scans the
Directory, Files and Location blocks. (Read
http://httpd.apache.org/docs/sections.html). Basicly I would suggest define
the coldfusion thing in a files block inside on directory block and the non
coldfusion thing in another files block inside another directory block,
which comes _after_ the first one in the httpd.conf

Gerald


-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     richter@ecos.de         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org