Jump to content

SAML Server: Difference between revisions

(→‎Configuring Apache Server: 000-default.conf)
Line 152:
*Pointing Apache to SimpleSAMLphp
sudo nano /etc/apache2/sites-available/000-default.conf
<pre>
{{UC}}
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html
 
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
 
Alias /simplesaml /var/simplesamlphp/www/
<Directory /var/simplesamlphp/www/>
Require all granted
</Directory>
 
</VirtualHost>
</pre>
 
*Now check if application is accessible over HTTP:
Cookies help us deliver our services. By using our services, you agree to our use of cookies.