SAML Server: Difference between revisions

Content added Content deleted
(→‎Configuring Apache Server: 000-default.conf)
Line 152: Line 152:
*Pointing Apache to SimpleSAMLphp
*Pointing Apache to SimpleSAMLphp
sudo nano /etc/apache2/sites-available/000-default.conf
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:
*Now check if application is accessible over HTTP: