I am trying to install IBM HTTP Server from an archive. I have extracted the archive and run the postinstall.sh script from IHS root directory which setups httpd.conf and other files.
I want to use port 8080 and not port 80 for http request listening. I know can change that from httpd.conf file after running postinstall.sh script, but is there any way I can pass the argument to postinstall.sh script and it will set the HTTP Port to 8080 and not 80?
Regards