CS.cfg

CS.cfg#

proxy.securePort=[PKI_PROXY_SECURE_PORT]
proxy.unsecurePort=[PKI_PROXY_UNSECURE_PORT]

AJP Connector#

If pki_enable_proxy is set to True, the following element will be added into server.xml:

<Connector port="[PKI_AJP_PORT]"
        protocol="AJP/1.3"
        redirectPort="[PKI_AJP_REDIRECT_PORT]"
        address="[PKI_AJP_HOST]" />

References#