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

    Topics created by Brian Huxtable

    • B

      In Deploy, Hangs at Checking Queue

      FOG Problems
      • • • Brian Huxtable
      6
      0
      Votes
      6
      Posts
      2.5k
      Views

      B

      Seems I found the culprit. I use an SSL cert for the web interface and use mod-rewrite to redirect all traffic to https://

      This apparently is not something FOG’s web service can handle so I modified my rule set as follows:

      RewriteEngine on RewriteCond %{SERVER_PORT} ^80$ RewriteCond %{REQUEST_URI} !^/fog/service [NC] RewriteRule ^(.*)$ [url]https://%{SERVER_NAME}$1[/url] [L,R] RewriteLog "/var/log/apache2/rewrite.log" RewriteLogLevel 2

      For anyone else that wants to run their FOG web interface with SSL, I hope this helps. I’ll post anything else related to this if it comes up.

    • B

      Failed to Connect to DefaultMember

      FOG Problems
      • • • Brian Huxtable
      8
      0
      Votes
      8
      Posts
      7.5k
      Views

      C

      Eddieduce, please start a new thread and post your relevant setup information such as FOG version, OS version, how many FOG servers you’re setting up and what type of installation you performed (normal or storage node).

    • 1 / 1