# Installation Next to installing the `php-saml-sp` package, you also need to install `apache2`, enable some of its modules and install `php-fpm`. ``` $ sudo apt install apache2 php-fpm php-saml-sp $ sudo a2enconf php-saml-sp php$(/usr/sbin/phpquery -V)-fpm $ sudo a2enmod headers rewrite proxy_fcgi $ sudo systemctl restart apache2 $ sudo systemctl restart php$(/usr/sbin/phpquery -V)-fpm ``` This should make the service available under `http://host/php-saml-sp`.