@sebastian-roth
I ended up doing it. Since we have a monitoring system running on that port.
It did break a lot of stuff. When I reach out to the webserver I get this.
https://localhost:8080/fog/Management
<?php
/**
- The main index presenter
- PHP version 5
- @category Index_Page
- @package FOGProject
- @author Tom Elliott tommygunsster@gmail.com
- @license http://opensource.org/licenses/gpl-3.0 GPLv3
- @link https://fogproject.org
/
/* - The main index presenter
- @category Index_Page
- @package FOGProject
- @author Tom Elliott tommygunsster@gmail.com
- @license http://opensource.org/licenses/gpl-3.0 GPLv3
- @link https://fogproject.org
*/
require ‘…/commons/base.inc.php’;
$FOGPageManager = FOGCore::getClass(‘FOGPageManager’);
if (session_status() != PHP_SESSION_NONE) {
if (isset($_SESSION[‘delitems’])
&& !in_array($sub, array(‘deletemulti’, ‘deleteconf’))
) {
unset($_SESSION[‘delitems’]);
}
}
FOGCore::getClass(‘ProcessLogin’)->processMainLogin();
require ‘…/commons/text.php’;
$Page = FOGCore::getClass(‘Page’);
$nodes = array(
‘schema’,
‘client’,
‘ipxe’