On Tuesday, Aug 19, 2003, at 04:45 US/Pacific, Aidan Whitehall wrote: > If you go to > http://someVirtualHost:80/cfide/administrator/index.cfm > you also get the ColdFusion Administrator, but with all the images > missing.
Yes, the mod_jrun connector intercepts *all* .cfm / .cfc (and .jsp) requests across the entire server. On our setup we use mod_rewrite to rewrite the URLs for the CF Administrator to an error page (we rewrite a lot of URLs in fact!). I'm not sure whether mod_rewrite runs ahead of mod_jrun but you could try that (we don't run mod_jrun because we use hardware load balancing between the web servers and the app servers so we simply proxy traffic from Apache to Big-IP and hence to CFMX - you can read more about our setup in Brandon Purcell's article on macromedia.com... I don't have the URL handy, sorry). Sean A Corfield -- http://www.corfield.org/blog/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 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

