ProxyRequests Off # matches for ee port NSSOptions +StdEnvVars +ExportCertData +StrictRequire +OptRenegotiate NSSVerifyClient none ProxyPassMatch ajp://[PKI_MACHINE_NAME]:[PKI_AJP_PORT]/ ProxyPassReverse ajp://[PKI_MACHINE_NAME]:[PKI_AJP_PORT]/ # matches for admin port NSSOptions +StdEnvVars +ExportCertData +StrictRequire +OptRenegotiate NSSVerifyClient none ProxyPassMatch ajp://[PKI_MACHINE_NAME]:[PKI_AJP_PORT]/ ProxyPassReverse ajp://[PKI_MACHINE_NAME]:[PKI_AJP_PORT]/ # matches for agent port and eeca port NSSOptions +StdEnvVars +ExportCertData +StrictRequire +OptRenegotiate NSSVerifyClient require ProxyPassMatch ajp://[PKI_MACHINE_NAME]:[PKI_AJP_PORT]/ ProxyPassReverse ajp://[PKI_MACHINE_NAME]:[PKI_AJP_PORT]/ # static content NSSOptions +StdEnvVars +ExportCertData +StrictRequire +OptRenegotiate NSSVerifyClient none ProxyPassMatch ajp://[PKI_MACHINE_NAME]:[PKI_AJP_PORT]/ ProxyPassReverse ajp://[PKI_MACHINE_NAME]:[PKI_AJP_PORT]/