I am trying to use apache for linux in my SAM template.
However, the httpd service port of the apache server uses 8445, not the default port.
The default port (80) works well.
However, after changing the httpd service port to 8445 on the apache server, the test fails.
component test result details:
Testing on target node failed with 'Down' status ('Down' might be different if script exits with a different exit code).
Is it possible to test the apache template successfully even if I change the httpd service port on the apache server?
If possible, please tell me how to apply.
thanks