File sarg-apache.conf of Package sarg

Alias /sarg /srv/www/sarg

<Directory /srv/www/sarg>
    DirectoryIndex index.html
    
    <IfModule mod_authz_core.c>
      # Apache 2.4
      Require local
      # Require host .your.domain	# this must change to domain which sould have access
    </IfModule>
    <IfModule !mod_authz_core.c>
      # Apache 2.2
      Order deny,allow
      Deny from all
      Allow from 127.0.0.1
    </IfModule>    
    
</Directory>

openSUSE Build Service is sponsored by