Ask a Question related to Macromedia ColdFusion, Design and Development.
-
rob@whizbang.net #1
Is there a CFMX tag to skip CF processing?
We've got large access log files in our secure intranet. They're stored as
..TXT files, and not being processed by CFMX, which in itself is not an issue.
The problem is that the security routines in application.cfm don't run when a
..txt file is called.
What I want to do is store the logs in .cfm files, but not waste valuable CPU
processes by attemping to parse the megabytes of data in each log. Is there a
tag that will skip the processing of data?
ie:
<CFBYPASS>
tons of data here... all to be ignored by CFMX
</CFBYPASS>
Thanks for help that anyone can give.
Rob
rob@whizbang.net Guest
-
How to skip the unbounded column...? new bie
Hello groups, I got one problem i am using <%# DataBinder.Eval(Container.DataItem, "Column1")%> in the itemtemplate of the datagrid for the... -
Prevent CFMX Processing in Directory
jsm, You were close. Instead of setting execute permissions, you have to remove the App Mappings for .cfm. There should be a button next to... -
RIS - skip auth. proces
Hi there, is there any way to skip the authentication on the beginning of a RIS installation proces ??? regards, Christian -
Skip to chapter...
Being a great one for learning things from the middle on out, I would like to make a button in Flash MX for my plain-HTML website. I'm familiar... -
[PHP] htmlentities -- can it skip tags
Justin French wrote: You'll have to build one. If you know what characters are causing trouble, you could just use str_replace on them. Or... -
dempster #2
Re: Is there a CFMX tag to skip CF processing?
Are you storing the logs in .cfm files just to add security so they can't be
viewed outside the application.cfm rules?
If so, a better solution would be to store the logs in a directory on the
server that is outside the web document root. Use the server to restrict access
to the files/directories, then use a ColdFusion program to view or process the
log files.
Does that make sense?
-Paul
dempster Guest
-
Mr Black #3
Re: Is there a CFMX tag to skip CF processing?
<!---
tons of data here... all to be ignored by CFMX
---!>
Mr Black Guest
-
Mike Greider #4
Re: Is there a CFMX tag to skip CF processing?
I agree with dempster, but also .. what about cfabort?
Mike Greider Guest



Reply With Quote

