File froxlor-httpd.conf of Package froxlor
<IfModule mod_alias.c>
Alias /froxlor "/srv/www/froxlor/"
</IfModule>
<IfModule mod_php5.c>
<Directory "/srv/www/froxlor">
AllowOverride None
<IfModule mod_version.c>
<IfVersion < 2.4>
Order allow,deny
Allow from all
</IfVersion>
<IfVersion >= 2.4>
<IfModule mod_authz_core.c>
Require all granted
</IfModule>
<IfModule mod_access_compat.c>
Order allow,deny
Allow from all
</IfModule>
</IfVersion>
</IfModule>
<IfModule !mod_version.c>
Order allow,deny
Allow from all
</IfModule>
</Directory>
</IfModule>