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

Disable ServerSignature and missing variables in httpd.conf.j2 #286

Closed marde16 closed 8 months ago

marde16 commented 1 year ago

Signature should be disabled in httpd.conf.j2 template.

ServerSignature Off https://github.com/HCL-TECH-SOFTWARE/connections-automation/blob/4e0466a74b400835172d5a83c70ffcbac7e62c4f/roles/third_party/ibm/ihs/ibm-http-httpdconf/templates/httpd.conf.j2#L475

Directories are hardcoded (e.g. '/opt/IBM/WebSphere' or '/opt/IBM/HTTPServer') and don't contain variables like __ihs_install_location or was_install_location

ServerRoot https://github.com/HCL-TECH-SOFTWARE/connections-automation/blob/4e0466a74b400835172d5a83c70ffcbac7e62c4f/roles/third_party/ibm/ihs/ibm-http-httpdconf/templates/httpd.conf.j2#L42

DocumentRoot https://github.com/HCL-TECH-SOFTWARE/connections-automation/blob/4e0466a74b400835172d5a83c70ffcbac7e62c4f/roles/third_party/ibm/ihs/ibm-http-httpdconf/templates/httpd.conf.j2#L231

https://github.com/HCL-TECH-SOFTWARE/connections-automation/blob/4e0466a74b400835172d5a83c70ffcbac7e62c4f/roles/third_party/ibm/ihs/ibm-http-httpdconf/templates/httpd.conf.j2#L257

CustomLog https://github.com/HCL-TECH-SOFTWARE/connections-automation/blob/4e0466a74b400835172d5a83c70ffcbac7e62c4f/roles/third_party/ibm/ihs/ibm-http-httpdconf/templates/httpd.conf.j2#L442

Icons https://github.com/HCL-TECH-SOFTWARE/connections-automation/blob/4e0466a74b400835172d5a83c70ffcbac7e62c4f/roles/third_party/ibm/ihs/ibm-http-httpdconf/templates/httpd.conf.j2#L490

https://github.com/HCL-TECH-SOFTWARE/connections-automation/blob/4e0466a74b400835172d5a83c70ffcbac7e62c4f/roles/third_party/ibm/ihs/ibm-http-httpdconf/templates/httpd.conf.j2#L492

Scripts https://github.com/HCL-TECH-SOFTWARE/connections-automation/blob/4e0466a74b400835172d5a83c70ffcbac7e62c4f/roles/third_party/ibm/ihs/ibm-http-httpdconf/templates/httpd.conf.j2#L507

https://github.com/HCL-TECH-SOFTWARE/connections-automation/blob/4e0466a74b400835172d5a83c70ffcbac7e62c4f/roles/third_party/ibm/ihs/ibm-http-httpdconf/templates/httpd.conf.j2#L521

Error https://github.com/HCL-TECH-SOFTWARE/connections-automation/blob/4e0466a74b400835172d5a83c70ffcbac7e62c4f/roles/third_party/ibm/ihs/ibm-http-httpdconf/templates/httpd.conf.j2#L700

https://github.com/HCL-TECH-SOFTWARE/connections-automation/blob/4e0466a74b400835172d5a83c70ffcbac7e62c4f/roles/third_party/ibm/ihs/ibm-http-httpdconf/templates/httpd.conf.j2#L702

Keyfile/SSLStashFile https://github.com/HCL-TECH-SOFTWARE/connections-automation/blob/4e0466a74b400835172d5a83c70ffcbac7e62c4f/roles/third_party/ibm/ihs/ibm-http-httpdconf/templates/httpd.conf.j2#L1074

https://github.com/HCL-TECH-SOFTWARE/connections-automation/blob/4e0466a74b400835172d5a83c70ffcbac7e62c4f/roles/third_party/ibm/ihs/ibm-http-httpdconf/templates/httpd.conf.j2#L1075

WebSpherePluginConfig https://github.com/HCL-TECH-SOFTWARE/connections-automation/blob/4e0466a74b400835172d5a83c70ffcbac7e62c4f/roles/third_party/ibm/ihs/ibm-http-httpdconf/templates/httpd.conf.j2#L1114

https://github.com/HCL-TECH-SOFTWARE/connections-automation/blob/4e0466a74b400835172d5a83c70ffcbac7e62c4f/roles/third_party/ibm/ihs/ibm-http-httpdconf/templates/httpd.conf.j2#L1116