I have an EC2 instance on AWS with "MediaWiki Certified by Bitnami" installed.
https://aws.amazon.com/marketplace/pp/B00NNZTQWC?qid=1604533010888&sr=0-1&ref_=srh_res_product_title
For setting up the HTTPS, I'm following this tutorial:
https://docs.bitnami.com/aws/how-to/configure-elb-ssl-aws/
And am on this step:
Modify the /opt/bitnami/apps/APPNAME/conf/httpd-prefix.conf
and add the following line at the top of the file.
$ pwd
/opt/bitnami
$ ls
apache bnsupport-regex.ini gonit nami stats
apache2 bnsupport-tool libmod_pagespeed php var
bncert common libmod_pagespeed_ap24 phpmyadmin
bncert-tool configure_app_domain mariadb properties.ini
bnsupport ctlscript.sh mediawiki scripts
$ cd mediawiki/
$ ls
api.php images opensearch_desc.php
autoload.php img_auth.php README.md
cache includes RELEASE-NOTES-1.35
CODE_OF_CONDUCT.md index.php resources
composer.json INSTALL rest.php
composer.local.json-sample jsduck.json SECURITY
COPYING languages skins
CREDITS licenses tests
docs load.php thumb_handler.php
extensions LocalSettings.php thumb.php
FAQ maintenance UPGRADE
HISTORY mw-config vendor
$ cd mw-config/
$ ls
config-cc.css config.css config.js images index.php overrides
I can not find the "httpd-prefix.conf" file.
Any help is appreciated.