home *** CD-ROM | disk | FTP | other *** search
- <CFIF #CGI.REMOTE_ADDR# IS NOT "127.0.0.1">
- <HTML>
- <HEAD>
- <TITLE>Expression Calculator</TITLE>
- </HEAD>
- <BODY BGCOLOR="#ffffff">
- <A HREF="help.htm"><IMG SRC="expressionevaluator.gif" BORDER=0></A><BR>
-
- <P>In order to prevent unauthorized execution of expressions on your server the
- Expression Evaluator may only be used from the local server IP <B>127.0.0.1</B>. If
- working on the server use this IP reference to link to the Expression Evaluator.
-
- <P>If you are interested in using Expression Evaluator remotely modify the security
- routine in CHECK_IP.CFM which implements this security protection. There are three
- options of implementing remote access securely:
-
- <UL>
- <LI>Disable the routine completely by commenting out the CFIF clause, and impose
- web-server security on the templates of the Expression Evaluator.
- <LI>Add specific remote IPs to the CFIF clause of the security routine.
- <LI>Add specific remote IPs to the CFIF clause of the security routine and impose
- web-server security on the templates of the Expression Evaluator. This is the
- most secure configuration.
- </UL>
- <CFABORT>
- </CFIF>