Whatever message this page gives is out now! Go check it out!
# Silent Properties file for Adobe ColdFusion Server Auto-Lockdown Installer
# Web Server : Apache
# Platform : Linux
INSTALLER_UI=SILENT
#Enter the directory where ColdFusion is installed. Ex: /opt/coldfusion.
SILENT_CF_SERVER_LOCATION=
#The Web Server Apache is selected for configuring the connector in ColdFusion.
#Apache will also be locked down along with ColdFusion.
SERVER_APACHE=1
SERVER_IIS=0
#ColdFusion Server instance intended for Lockdown Ex:cfusion
APP_SERVER_INSTANCE=
#Update ColdFusion to the latest update. Allowed : 1, if you want to update ColdFusion, 0 if not.
UPDATE_CF_TRUE=1
#Allowed : 1 for Automatic Update, 0 for Manually updating ColdFusion
AUTO_UPDATE_CF_TRUE=1
#If auto-update is false, provide the path where hotfix.jar is present. Give full path.
HF_UPDATE_JAR_PATH=
#Apache Windows
#ColdFusion Configuration
#Enter the ColdFusion Administrator credentials and the built-in Web Server port.
CF_ADMIN_USERNAME=
CF_ADMIN_PASSWORD=
CF_ADMIN_PORT=
#OS Administrator Account Details.
#Enter the user account details of the OS administrator.
SYSTEM_ADMIN_USER=
SYSTEM_ADMIN_PWD=
SYSTEM_ADMIN_DOMAIN=
# Allowed :1 if you have a user already created for running CF Services, 0 otherwise.
USER_CF_SERVICE_TRUE=
# Details for User for configuring ColdFusion services and file system permissions. If not existing, a user will be created
CF_USER_UNAME=
CF_USER_PWD=
CF_USER_GRP=
# Enter the user account to run Web Server with, post lockdown.
#The user account will be granted file system permissions to the ColdFusion connector directories and the Web Server webroot(s)/document root.
# 1 if you have a user created for running Apache Services, 0 otherwise.
APACHE_DEFAULT_USER_TRUE=
APACHE_DEFAULT_USERNAME=apache
APACHE_DEFAULT_GROUP=
APACHE_DEFAULT_PASSWORD=
#Enter the conf directory path of the Web Server.
#This folder must contain the httpd.conf or apache2.conf file.Ex: /etc/apache2.
WEBSERVER_CONF_DIR=
#Enter the binary file path of the Web Server. Ex: /usr/sbin/apache2
APACHE_BIN_FILE_PATH=
#Enter the webroot path of the Web Server.
#The required file system permissions will be granted to this folder.Ex; /var/www/html
WEBROOT_PATH=
#If you want to upload files to your website, specify the path of the folder where these files are to be placed.
#This folder will also be granted write permissions.
#Allowed: 1 if you want files to be uploaded through your website, 0 otherwise
USER_FILE_UPLOAD_TRUE=
USER_FILE_UPLOAD_PATH=
#Enter an alias for /cf_scripts/scripts to block all calls to /cf_scripts/scripts.
CF_SCRIPTS_ALIAS=
#Allowed: 1 if you want to change the shutdown port, 0 otherwise
CHANGE_SHUTDOWN_PORT_TRUE=1
# New shutdown port number
SHUTDOWN_PORT_NEW=ColdFusion_<version>_Lockdown_WWEJ_win64.exe -f silent.properties -i silent# Silent Properties file for Adobe ColdFusion Server Auto-Lockdown Installer
# Web Server : Apache
# Platform : Windows(All)
INSTALLER_UI=SILENT
#Enter the directory where ColdFusion is installed. Ex: C:/ColdFusion.
SILENT_CF_SERVER_LOCATION=C:/ColdFusion
#The Web Server Apache is selected for configuring the connector in ColdFusion.
#Apache will also be locked down along with ColdFusion.
SERVER_APACHE=1
SERVER_IIS=0
#ColdFusion Server instance intended for Lockdown Ex:cfusion
APP_SERVER_INSTANCE=
#Update ColdFusion to the latest update. Allowed : 1, if you want to update ColdFusion, 0 if not.
UPDATE_CF_TRUE=1
#Allowed : 1 for Automatic Update, 0 for Manually updating ColdFusion
AUTO_UPDATE_CF_TRUE=1
#If auto-update is false, provide the path where hotfix.jar is present. Give full path.
HF_UPDATE_JAR_PATH=
#Apache Windows
#ColdFusion Configuration
#Enter the ColdFusion Administrator credentials and the built-in Web Server port.
CF_ADMIN_USERNAME=
CF_ADMIN_PASSWORD=
CF_ADMIN_PORT=
#OS Administrator Account Details.
#Enter the user account details of the OS administrator.
SYSTEM_ADMIN_USER=
SYSTEM_ADMIN_PWD=
SYSTEM_ADMIN_DOMAIN=
# Allowed :1 if you have a user already created for running CF Services, 0 otherwise.
USER_CF_SERVICE_TRUE=
# Details for User for configuring ColdFusion services and file system permissions. If not existing, a user will be created
CF_USER_UNAME=
CF_USER_PWD=
CF_USER_GRP=
# Enter the user account to run Web Server with, post lockdown.
#The user account will be granted file system permissions to the ColdFusion connector directories and the Web Server webroot(s)/document root.
# 1 if you have a user created for running Apache Services, 0 otherwise.
APACHE_DEFAULT_USER_TRUE=
APACHE_DEFAULT_USERNAME=apache
APACHE_DEFAULT_GROUP=
APACHE_DEFAULT_PASSWORD=
#Enter the conf directory path of the Web Server.
#This folder must contain the httpd.conf or apache2.conf file.Ex: C:/Apache24/conf.
WEBSERVER_CONF_DIR=
#Enter the binary file path of the Web Server. Ex: C:/Apache24/bin/httpd.exe
APACHE_BIN_FILE_PATH=
#Enter the webroot path of the Web Server.
#The required file system permissions will be granted to this folder.Ex C:/Apache24/htdocs
WEBROOT_PATH=
#If you want to upload files to your website, specify the path of the folder where these files are to be placed.
#This folder will also be granted write permissions.
#Allowed: 1 if you want files to be uploaded through your website, 0 otherwise
USER_FILE_UPLOAD_TRUE=
USER_FILE_UPLOAD_PATH=
#Enter an alias for /cf_scripts/scripts to block all calls to /cf_scripts/scripts.
CF_SCRIPTS_ALIAS=
#Allowed: 1 if you want to change the shutdown port, 0 otherwise
CHANGE_SHUTDOWN_PORT_TRUE=1
# New shutdown port number
SHUTDOWN_PORT_NEW=# Silent Properties file for Adobe ColdFusion Server Auto-Lockdown Installer
# Web Server : IIS
# Platform : Windows(All)
INSTALLER_UI=SILENT
#Enter the directory where ColdFusion is installed. Ex: C:/ColdFusion
SILENT_CF_SERVER_LOCATION= C:/ColdFusion
#The Web Server IIS is selected for configuring the connector in ColdFusion.
#The IIS website(s) will also be locked down with ColdFusion.
SERVER_IIS=1
SERVER_APACHE=0
#ColdFusion Server instance intended for Lockdown Ex: cfusion
APP_SERVER_INSTANCE=
#Enter the IIS Website(s) you are planning to Lockdown(comma separated). Ex: site1,site2
SILENT_WEBSITES_TO_LOCKDOWN=
#Application Pool(s) for chosen website(s) (comma separated). Ex: site1AppPool,site2AppPool
SILENT_APP_POOL_IIS_WEBSITES=
#Webroot(s) folder for chosen website in IIS (comma separated) Ex: C:/inetpub/site1,C:/inetpub/site2
SILENT_WEBROOT_IIS_WEBSITES=
#Update ColdFusion to the latest update. Allowed : 1, if you want to update ColdFusion, 0 if not.
UPDATE_CF_TRUE=1
#Allowed : 1 for Automatic Update, 0 for Manually updating ColdFusion
AUTO_UPDATE_CF_TRUE=1
#If auto-update is false, provide the path where hotfix.jar is present. Give full path.
HF_UPDATE_JAR_PATH=
#ColdFusion Configuration
#Enter the ColdFusion Administrator credentials and the built-in Web Server port.
CF_ADMIN_USERNAME=
CF_ADMIN_PASSWORD=
CF_ADMIN_PORT=
#OS Administrator Account Details.
#Enter the user account details of the OS administrator.
SYSTEM_ADMIN_USER=
SYSTEM_ADMIN_PWD=
SYSTEM_ADMIN_DOMAIN=
# Allowed :1 if you have a user already created for running CF Services, 0 otherwise.
USER_CF_SERVICE_TRUE=1
#Enter the user account to run ColdFusion with, post lockdown.
#The user account will be granted file system permissions to ColdFusion and the Web Server webroot(s)/document root.
CF_USER_UNAME=
CF_USER_DOMAIN=
CF_USER_PWD=
# Allowed :1 if you want to change the shutdown port, 0 otherwise
CHANGE_SHUTDOWN_PORT_TRUE=1
# New shutdown port number
SHUTDOWN_PORT_NEW=# Silent Properties file for Adobe ColdFusion Server Auto-Lockdown Installer
# Web Server : IIS
# Platform : Windows(All)
INSTALLER_UI=SILENT
# Enter the details for the user account that was used to configure ColdFusion during lockdown.
# In case the user was created during the server lockdown, the user account will be deleted.
CF_USER_UNAME_OLD=
CF_USER_PWD_OLD=
CF_USER_DOMAIN_OLD=
# Enter the user account to run ColdFusion with post uninstallation of lockdown.
# The given user must already exist in the system.
CF_USER_UNAME=
CF_USER_PWD=
CF_USER_DOMAIN=
# Enter the username, password and internal webserver port for the ColdFusion Administrator.
# Any changes made to ColdFusion during lockdown will be reverted using these credentials.
CF_ADMIN_USERNAME=
CF_ADMIN_PASSWORD=
CF_ADMIN_PORT=# Silent Properties file for Adobe ColdFusion Server Auto-Lockdown Installer
# Web Server : Apache
# Platform : Windows, Solaris, Linux
INSTALLER_UI=SILENT
# Enter the details for the user account that was used to configure ColdFusion during auto-lockdown.
# In case the user was created during the server auto-lockdown, the user account will be deleted.
CF_USER_UNAME_OLD=
CF_USER_PWD_OLD=
CF_USER_DOMAIN_OLD=
# Enter the OS user account to run ColdFusion with post uninstallation of auto-lockdown.
# The given user must already exist in the system.
CF_USER_UNAME=
CF_USER_PWD=
CF_USER_DOMAIN=
# Enter the username, password, and internal webserver port for the ColdFusion Administrator.
# Any changes made to ColdFusion during lockdown will be reverted using these credentials.
CF_ADMIN_USERNAME=
CF_ADMIN_PASSWORD=
CF_ADMIN_PORT=# Silent Properties file for Adobe ColdFusion Server Lockdown Guide Installer
# Web Server : Apache
# Platform : Solaris
INSTALLER_UI=SILENT
#ColdFusion Installation Location
SILENT_CF_SERVER_LOCATION=/opt/coldfusion
#Choosing Web Server
SERVER_APACHE=1
SERVER_IIS=0
#ColdFusion Server instance intended for Lockdown
APP_SERVER_INSTANCE=cfusion
#Update ColdFusion to the latest update. Allowed : 1, if you want to update ColdFusion, 0 if not.
UPDATE_CF_TRUE=1
#Allowed : 1 for Automatic Update, 0 for Manually updating ColdFusion
AUTO_UPDATE_CF_TRUE=1
#If auto-update is false, provide the path where hotfix.jar is present. Give full path.
HF_UPDATE_JAR_PATH=
#Apache Solaris
#ColdFusion Administrator details
CF_ADMIN_USERNAME=
CF_ADMIN_PASSWORD=
CF_ADMIN_PORT=
#System Admin
SYSTEM_ADMIN_USER=
SYSTEM_ADMIN_PWD=
SYSTEM_ADMIN_DOMAIN=
# 1 if you have a user created for running CF Services, 0 otherwise.
USER_CF_SERVICE_TRUE=
# Details for User for configuring ColdFusion services and file system permissions. If not existing, a user will be created
CF_USER_UNAME=
CF_USER_PWD=
CF_USER_GRP=
# Details for apache user
# 1 if you have a user created for running Apache Services, 0 otherwise.
APACHE_DEFAULT_USER_TRUE=
APACHE_DEFAULT_USERNAME=apache
APACHE_DEFAULT_GROUP=
APACHE_DEFAULT_PASSWORD=
#Apache Webroot folder path. If does not exist, one will be created.
WEBROOT_PATH=
#conf directory path for Webserver
WEBSERVER_CONF_DIR=
#Path of apache bin file
APACHE_BIN_FILE_PATH=
# 1 if you want files to be uploaded through your website, 0 otherwise
USER_FILE_UPLOAD_TRUE=
# Folder where the file upload should be allowed (inside webroot)
USER_FILE_UPLOAD_PATH=
# alias for cf_scripts
CF_SCRIPTS_ALIAS=
# 1 if you want to change the shutdown port, 0 otherwise
CHANGE_SHUTDOWN_PORT_TRUE=1
# New shutdown port number
SHUTDOWN_PORT_NEW=# Silent Properties file for Adobe ColdFusion Server Automated Lockdown Guide Uninstaller
# Web Server : Apache
# Platform : Solaris
INSTALLER_UI=SILENT
# New user details. Post uninstallation, ColdFusion will run using this user.
CF_USER_UNAME=
CF_USER_PWD=
# Group
CF_USER_DOMAIN=
# Old user details. This user will be deleted during uninstallation.
CF_USER_UNAME_OLD=
CF_USER_PWD_OLD=
CF_USER_DOMAIN_OLD=
# ColdFusion Administrator Details
CF_ADMIN_USERNAME=
CF_ADMIN_PASSWORD=
CF_ADMIN_PORT=