And get met with “Not found” The requested URL was not found on this server.
I have installed Apache web server and appears to be running via the Chrome Browser > IPAddress
Icinga --version = 2.12.3
Php --version = 7.1.24
At this point I am not sure how to access the GUI of this and not sure if I have missed something or need to do something, any help would be greatly appreciated and I hope I have provided enough details.
Hello I have the same problem after installing on RHEL9 (with subscription).
Apache OK,… http://myip/icingaweb2/setup → not found
this directory is empty !!! /var/www/html/ ??
Did I miss a step in the installation ? Why nothing, no files on the apache web server
Why should there by anything in /var/www/html/?
Most of the time it’s only used for personal experiments and static placeholder pages.
In your /etc/httpd/sites-enabled/icingaweb2 or something like that, it should be declared, what Apache is supposed to do if a browser requests a page under http://myip/icingaweb2.
Maybe retrace your steps trough the icingaweb2 install instructions or go the other way and trace the request from the browser, trough the server config, the php config and down to the code files.
/etc/httpd/conf.d/icingaweb2.conf is also fine and should work.
The first line above states that all /icinagweb2 is actually /usr/share/icingaweb2/public so now you know where the pages are coming from.
Did you setup php-fpm?
Do you see anything related to icingaweb2 in the apache/httpd logs?
Ansible is packaged by most distributions, so you can just install it.
First you need to build your inventory and then you can run add-hock or playbooks against your machines.