HCL-TECH-SOFTWARE / connections-automation

Deployment and upgrade automation scripts for HCL Connections 7.0 based on Ansible
Apache License 2.0
17 stars 31 forks source link

Update httpd.conf.j2 to match official documention (dont block pageHeader) #326

Closed andylwelch closed 6 months ago

andylwelch commented 6 months ago

remove deprecated/unnecessary step to block pageHeader loading

Please see https://opensource.hcltechsw.com/connections-doc/v8-cr4/admin/install/cp_3p_install_ap_services.html as per case number CS0423391.

sabrina-yee commented 6 months ago

Thanks @andylwelch, we were going to fold this change in the CR5 push but thanks for creating a PR. Could you please remove the other instance here too? https://github.com/HCL-TECH-SOFTWARE/connections-automation/blob/0f7116f33bbf5bcd54035fcd5dd8a5f437594feb/roles/third_party/ibm/ihs/ibm-http-httpdconf/templates/httpd.conf.j2#L956-L958

andylwelch commented 6 months ago

Thanks @sabrina-yee. I have removed the other instance too.

andylwelch commented 6 months ago

Thanks for the prompt reply and merge.