Error message: I am not that experienced with Linux and I am having an issue getting my checkmk host IP accessibly with a domain name. I have included the entry in my DNS server and put the desired web address to point to the checkmk server. However I just get a basic apache page, which is now no longer accessible since attempting to configure ssl. I am just wondering is there any reconfiguration command I can use to configure this stuff - I am a little lost!
Output of “cmk --debug -vvn hostname”: (If it is a problem with checks or plugins)
CMK has no commands or options to configure your systems Apache. The described problems are all Apache related. Empty page problem → configure automatic forwarding inside Apache if no URI for your site is provided.
For the other problem with the HTTPS configuration, your configuration is needed.
First check, whether you get the Apache “It works!” when calling it with the domain name specified in the SSL virtual host, usually the domain name you entered when running certbot.
Then the easiest way to redirect to a site probably is replacing the index.html with one that contains a Javascript Redirect:
We do this with a rewrite and we also forward to https
Place a file with the following content in conf.d of apache. Replace ‘mysite’ with your site name.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.