FOG Project

    • Register
    • Login
    • Search
    • Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Web Gui

    FOG Problems
    5
    6
    2431
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • C
      Cal Sparks last edited by

      I cannot get Fog to display the web gui using the IP address. I get the following message.
      [SIZE=6][B][FONT=Times New Roman][COLOR=#000000]It works![/COLOR][/FONT][/B][/SIZE]

      [SIZE=4][FONT=Times New Roman][COLOR=#000000]This is the default web page for this server.[/COLOR][/FONT][/SIZE]
      [SIZE=4][FONT=Times New Roman][COLOR=#000000]The web server software is running but no content has been added, yet.[/COLOR][/FONT][/SIZE]

      1 Reply Last reply Reply Quote 0
      • Tom Elliott
        Tom Elliott last edited by

        Or go to the proper link displayed at the bottom of the installer:

        [url]http://10.0.0.10/fog/management[/url] for example.

        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

        Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

        Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

        1 Reply Last reply Reply Quote 0
        • Jaymes Driver
          Jaymes Driver Developer last edited by

          You can also edit your apache settings to prefer the php file over the html file.

          WARNING TO USERS: My comments are written completely devoid of emotion, do not mistake my concise to the point manner as a personal insult or attack.

          1 Reply Last reply Reply Quote 0
          • S
            Stephen Roddick last edited by

            alternately change /var/www/index.html to /var/www/index.old.html.

            FOG adds the index.php to the /var/www folder but doesn’t remove the index.html. Unfortunately Apache’s default page entry looks for index.html before it looks for index.php. If index.html (the “It works!” page) exists it shows that regardless if the index.php (the fog redirector) exists or not. renaming it causes the index.php to be shown and for the redirection to happen properly.

            Stephen.

            1 Reply Last reply Reply Quote 0
            • C
              Cal Sparks last edited by

              Great Thanks. Worked Perfectly.

              1 Reply Last reply Reply Quote 0
              • Lee Rowlett
                Lee Rowlett Developer last edited by

                change /var/www/index.html to:

                <html>
                <head>
                <meta http-equiv=“Refresh” content=“0; URL=fog/index.php”> </head> </html>
                otherwise just add /fog in the address bar

                1 Reply Last reply Reply Quote 0
                • 1 / 1
                • First post
                  Last post

                150
                Online

                10.2k
                Users

                16.3k
                Topics

                149.9k
                Posts

                Copyright © 2012-2020 FOG Project