File FreeSMS.conf.nonsuse of Package FreeSMS
# Example configuration for a FreeSMS repository
#
# apache can serve the static files directly
Alias /FreeSMS "/srv/www/FreeSMS/"
<Directory /srv/www/FreeSMS/>
AllowOverride AuthConfig Limit
<IfModule mod_authz_core.c>
# Apache 2.4
<RequireAll>
Require all granted
</RequireAll>
</IfModule>
<IfModule !mod_authz_core.c>
# Apache 2.2
Order allow,deny
Allow from all
</IfModule>
</Directory>