This is an old revision of the document!
APACHE\\: Config files, in /etc/apache
conf-available # is more for Virtual-Host settings (subdomains, http/https) conf-enabled
sites-available # and the config-folder is for module configuration (can be as well webservices like owncloud or phpmyadmin that are available on a subfolder sites-enabled
mods-available mods-enabled
- To generate SSO, we have apache virtual host like the one attached. if we want to use an API and override the SSO, we can add another virtual host. Location is /etc/httpd/conf.d/observium.conf
sso_example1.txt
SSO notes:
There's a double authentication, one from the user with google + one from apache to google (after that)