I want to install SimpleSAMLPHP on my apache2, I don't have a lot of experience on server config and need to ask if this is correct for virtual host setup:
<VirtualHost *:80>
ServerName service.mywebsite.ca
DocumentRoot “/home/mywebsite/public_html”
Alias /simplesaml /var/simplesamlphp/www
</VirtualHost>
Basically I need all request from
service.mywebsite.ca/simplesaml
to hit the default simplesamlphp install directory. There are lot of other services on the server setup by someone else so I need to make sure it does not break anything.