On Nov 4, 10:05 am, Jared Rypka-Hauer <[EMAIL PROTECTED]> wrote:
> "true", then restarting the CF server. I leave CFIDE and WEB-INF in
> the default location and create a symbolic link to it in the webroot
> of any vhost that needs access to it. You need access to it for the
> scripts and CSS for any AJAX stuff, so it may be important to do
> this. I like having CFIDE in a consistent, central location and
There is an easier way to do this than symbolic links; the Apache
alias directive:
Alias /CFIDE /opt/jrun4/servers/cfusion/cfusion-ear/cfusion-war/CFIDE
You can do this server-wide or on a per vhost basis. I also posted
some ways I further secure my /CFIDE/Administrator directory this
morning after reading your post:
http://www.ghidinelli.com/2008/11/05/access-cfide-with-apache
Brian
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "model-glue" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/model-glue?hl=en
For more about Model-Glue, check http://www.model-glue.com .
-~----------~----~----~----~------~----~------~--~---