Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Locking down a Coldfusion instance admin page

New Here ,
Jul 22, 2009 Jul 22, 2009

I am have been looking around and cannot find the answer anywhere.  I have a web site running on a coldfusion instance, which now has become a problem because you can reach the admin page (www.domain.com/cfide/administrator/index.cfm) which is causing a security issue.

Obviously we have changed the default passwords for all the default accounts but we need to hide this page from outside viewers.  Since this is the way into the administrator for that instance how do I lock this down?

965
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Advisor , Jul 22, 2009 Jul 22, 2009

You have two options

1. Use the security provided by your web server (Apache or IIS) to restrict access to the admin site.

2. Remove the admin pages from your production web server.

See this article from Adobe.

http://kb2.adobe.com/cps/172/tn_17254.html

Translate
Advisor ,
Jul 22, 2009 Jul 22, 2009

You have two options

1. Use the security provided by your web server (Apache or IIS) to restrict access to the admin site.

2. Remove the admin pages from your production web server.

See this article from Adobe.

http://kb2.adobe.com/cps/172/tn_17254.html

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 22, 2009 Jul 22, 2009
LATEST

I had tried locking it down through IIS but that did not work at first.  So when I recieved your message I tried again by creating a virtual directory and pointing it to the actual folder this time (instead of the fake empty one before) and then locking that down and that worked.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Valorous Hero ,
Jul 22, 2009 Jul 22, 2009

A slight variation that is a combonation of the previous two suggestions.

On our production server we installed the CFIDE instance into a private virtural host that can only be accessed from a limited white list of IP address.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources