Re: Restrict IP range for machines that use RDS

2003-03-10 Thread Thomas Chiverton
On Monday 10 Mar 2003 10:34 am, Aidan Whitehall wrote:
 With ColdFusion MX is there a way to restrict the IP range of the
 machines that are able to use RDS?

This is one reason we proxy the CF requests through Apache, we can just use 
the normal apache allow/deny directives.

-- 
Tom C
Land of the free, home of the brave... you have to be brave to live there and 
enjoy the freedoms
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Restrict IP range for machines that use RDS

2003-03-10 Thread Aidan Whitehall
 This is one reason we proxy the CF requests through Apache, we can
just
 use the normal apache allow/deny directives.

I'm not sure what you mean by proxy the CF requests. Do you have IIS
and Apache on the same machine, with Apache being the default web server
and handing off all requests for .cfm files to IIS?

And I just tried adding /main/cfide.cfm and setting the permissions on
that in IIS. Didn't work.

Isn't there a setting in IIS that says Check that this file exists,
before it calls CFMX? Maybe enabling that as well might work.


-- 
Aidan Whitehall [EMAIL PROTECTED]
Macromedia ColdFusion Developer
Fairbanks Environmental Ltd  +44 (0)1695 51775


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Restrict IP range for machines that use RDS

2003-03-10 Thread Thomas Chiverton
On Monday 10 Mar 2003 13:17 pm, Aidan Whitehall wrote:
 I'm not sure what you mean by proxy the CF requests. Do you have IIS

We use the weblogic module, and set it as the handler for the '/' location.

 and Apache on the same machine, with Apache being the default web server
 and handing off all requests for .cfm files to IIS?

We don't use IIS.
I guess in your set-up (assuming IIS can't do proxying) you could run your CF 
server (use the JRun it ships with ?), on port X, and install apache on port 
80, proxying all request with mod_proxy or something to port X.

 And I just tried adding /main/cfide.cfm and setting the permissions on
 that in IIS. Didn't work.

It won't for anonymous connections.

-- 
Tom C
Land of the free, home of the brave... you have to be brave to live there and 
enjoy the freedoms
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Restrict IP range for machines that use RDS

2003-03-10 Thread Aidan Whitehall
 We don't use IIS.
 I guess in your set-up (assuming IIS can't do proxying) you could run
your CF 
 server (use the JRun it ships with ?), on port X, and install apache
on port 
 80, proxying all request with mod_proxy or something to port X.

OK. Well, for what I'm after, disabling RDS and using A N Other method
is probably going to be a lot less work. Thanks for the suggestion
anyway.


-- 
Aidan Whitehall [EMAIL PROTECTED]
Macromedia ColdFusion Developer
Fairbanks Environmental Ltd  +44 (0)1695 51775


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Restrict IP range for machines that use RDS

2003-03-10 Thread Thomas Chiverton
On Monday 10 Mar 2003 14:20 pm, Aidan Whitehall wrote:
 disabling RDS and using A N Other method

Best practice is to do this for live sites anyway.

-- 
Tom C
Land of the free, home of the brave... you have to be brave to live there and 
enjoy the freedoms
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Restrict IP range for machines that use RDS

2003-03-10 Thread Aidan Whitehall
 Best practice is to do this for live sites anyway.

Well (and this is déjà vu, having just had this conversation recently on the 
CF-Developer list), it *is* damned handy for very minor changes (simple text edits, 
global variable value alterations, etc) and when your offline copy is half-way through 
a big development update.


-- 
Aidan Whitehall [EMAIL PROTECTED]
Macromedia ColdFusion Developer
Fairbanks Environmental Ltd  +44 (0)1695 51775


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Restrict IP range for machines that use RDS

2003-03-10 Thread Barney Boisvert
Enter version control.  Then it's a snap to get the current production
version to make edits to.  Or you could just FTP the current version down
from production, edit it, and then replace, but that's not nearly as handy.

 -Original Message-
 From: Aidan Whitehall [mailto:[EMAIL PROTECTED]
 Sent: Monday, March 10, 2003 9:22 AM
 To: CF-Talk
 Subject: RE: Restrict IP range for machines that use RDS


  Best practice is to do this for live sites anyway.

 Well (and this is déjà vu, having just had this conversation
 recently on the CF-Developer list), it *is* damned handy for very
 minor changes (simple text edits, global variable value
 alterations, etc) and when your offline copy is half-way through
 a big development update.


 --
 Aidan Whitehall [EMAIL PROTECTED]
 Macromedia ColdFusion Developer
 Fairbanks Environmental Ltd  +44 (0)1695 51775


 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4