File racktables.conf.snipplet of Package RackTables


Alias /racktables "/usr/share/RackTables/wwwroot"

<IfModule mod_php7.c>
    Include /etc/apache2/conf.d/php7.conf
</IfModule>
<IfModule mod_php5.c>
    Include /etc/apache2/conf.d/php5.conf
</IfModule>

<Directory "/usr/share/RackTables/wwwroot">
      <IfModule mod_apparmor.c>
            AAHatName racktables
  </IfModule>
      Options Indexes FollowSymLinks
      AllowOverride None
  <IfModule mod_authz_core.c>
     <RequireAll>
        Require all granted
     </RequireAll>
  </IfModule>
  <IfModule !mod_authz_core.c>
     Order allow,deny
     Allow from all
  </IfModule>
</Directory>
openSUSE Build Service is sponsored by