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

    Banditev

    @Banditev

    0
    Reputation
    121
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Banditev Unfollow Follow

    Latest posts made by Banditev

    • RE: ISO subfolder redirects to /fog/management over http

      @sebastian-roth

      Hello,

      that works 🙂
      But i had to put the iso in /var/www/html/iso/
      And then i had to know the name of the iso file. (No directory listing)

      Thank you very much.

      RESOLVED !

      posted in FOG Problems
      B
      Banditev
    • RE: ISO subfolder redirects to /fog/management over http

      Thank you for your response.

      I am trying following isos:

      • HirensBootCD 15.2
      • Proxmox PVE 4.4
      • ESET LiveCD

      And in future Win 7/8.1/Server 2016

      Thanks.

      posted in FOG Problems
      B
      Banditev
    • ISO subfolder redirects to /fog/management over http

      Hello,

      i am running a FOG server version 1.4.4 on ubuntu 16.04.3 LTS x64 with PHP 7.1.
      For iPXE boot i created a iso subfolder in /var/www/fog/
      Owner set to www-data:www-data.

      When i try to acces the subfolder over http://{FOG-SERVER-IP}/fog/iso/ then he redirects me
      to http://{FOG-SERVER-IP}/fog/management/index.php.

      my /etc/apache2/sites-enabled/001-fog.conf

      NameVirtualHost *:80
      <VirtualHost *:80>
          KeepAlive Off
          ServerName {FOG-SERVER-IP}
          ServerAlias vmfog
          DocumentRoot /var/www/html
          <Directory /var/www/html/fog/>
              DirectoryIndex index.php index.html index.htm
          </Directory>
          RewriteEngine On
          RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_FILENAME} !-f
          RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_FILENAME} !-d
          RewriteRule ^/(.*)$ /fog/api/index.php [QSA,L]
      </VirtualHost>
      
      

      Any ideas ?

      posted in FOG Problems
      B
      Banditev