File partkeepr.conf of Package partkeepr
#<VirtualHost *:443>
<VirtualHost *:80>
ServerName partkeepr.suse.de
# Use ssl_settings
DocumentRoot /usr/share/partkeepr/web/
# if not specified, the global error log is used
ErrorLog /var/log/apache2/partkeepr-error_log
CustomLog /var/log/apache2/partkeepr-access_log combined
HostnameLookups Off
UseCanonicalName Off
ServerSignature Off
AcceptPathInfo on
<Directory "/usr/share/partkeepr/web">
Options Indexes FollowSymLinks
AllowOverride None
<IfModule mod_apparmor.c>
AAHatName partkeepr
</IfModule>
<IfModule !mod_authz_core.c>
Order allow,deny
Allow from all
</IfModule>
<IfModule mod_authz_core.c>
Require all granted
</IfModule>
</Directory>
</VirtualHost>