Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I prevent having to grant script permissions on a ColdFusion server?

0
Posted

How can I prevent having to grant script permissions on a ColdFusion server?

0

Open up your web site properties and click on the ‘Home directory’ tab. Click the ‘Configuration’ button and select the ‘app mappings’ tab and select the ‘.cfm’ extension and click ‘edit’. You should see a check box called ‘script engine’ with this on CF will work with script access, with it off you will need execute access. CF installs itself by default (as per 4.01, haven’t checked 4.0 but who cares) as a script engine. This is emminently better from a security perspective as it prevents any ‘stray’ executables from being executed on the server. http://forums.allaire.com/devconf/index.cfm?

0

Open up your web site properties and click on the ‘Home directory’ tab. Click the ‘Configuration’ button and select the ‘app mappings’ tab and select the ‘.cfm’ extension and click ‘edit’. You should see a check box called ‘script engine’ with this on CF will work with script access, with it off you will need execute access. CF installs itself by default (as per 4.01, haven’t checked 4.0 but who cares) as a script engine. This is emminently better from a security perspective as it prevents any ‘stray’ executables from being executed on the server.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123