<VirtualHost *>
ServerName 127.0.0.1
DocumentRoot /Users/gabriela/Documents/ufrn/projeto/simplesamlphp/www/127.0.0.1
SetEnv SIMPLESAMLPHP_CONFIG_DIR /Users/gabriela/Documents/ufrn/projeto/simplesamlphp/config
Alias /simplesaml /Users/gabriela/Documents/ufrn/projeto/simplesamlphp/www/
<Directory /Users/gabriela/Documents/ufrn/projeto/simplesamlphp/www/>
<IfModule !mod_authz_core.c>
# For Apache 2.2:
Order allow,deny
Allow from all
</IfModule>
<IfModule mod_authz_core.c>
# For Apache 2.4:
Require all granted
</IfModule>
</Directory>
</VirtualHost>