• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. 8dot
    8
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    8dot

    @8dot

    0
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    8dot Unfollow Follow

    Latest posts made by 8dot

    • RE: Change webserver port?

      @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’
      posted in FOG Problems
      8
      8dot