SetEnv SIMPLESAMLPHP_CONFIG_DIR /home/vagrant/code/appsaml/config
Alias /simplesaml /home/vagrant/code/vendor/simplesamlphp/simplesamlphp/www
<Directory /home/vagrant/code/vendor/simplesamlphp/simplesamlphp/www>
<IfModule !mod_authz_core.c>
# For Apache 2.2:
Order allow,deny
Allow from all
</IfModule>
<IfModule mod_authz_core.c>
# For Apache 2.4:
Require all granted
</IfModule>
</Directory>/simplesaml/simplesaml/module.php/core/frontpage_welcome.phpNo input file specified."name": "simplesamlphp/simplesamlphp",
"version": "v1.15.0"Your requirements could not be resolved to an installable set of packages.
Problem 1 - Installation request for simplesamlphp/simplesamlphp 1.16 -> satisfiable by simplesamlphp/simplesamlphp[1.16.0]. - simplesamlphp/simplesamlphp 1.16.0 requires robrichards/xmlseclibs dev-master#93f8c07976b36b6050ab341ab5850484dc897ce0 as 3.0.2 -> satisfiable by robrichards/xmlseclibs[dev-master] but these conflict with your requirements or minimum-stability.
[Mon Oct 01 06:54:39.670582 2018] [proxy_fcgi:error] [pid 1398:tid 139657220183808] [client 192.168.10.1:59717] AH01071: Got error 'Unable to open primary script: redirect:/index.php/frontpage_welcome.php (No such file or directory)\n'
192.168.10.1 - - [01/Oct/2018:09:40:01 +0000] "GET /simplesaml/ HTTP/1.1" 302 3402 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36"192.168.10.1 - - [01/Oct/2018:09:40:01 +0000] "GET /simplesaml/module.php/core/frontpage_welcome.php HTTP/1.1" 404 283 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36"
[Mon Oct 01 09:40:01.454367 2018] [proxy_fcgi:error] [pid 5619:tid 140175082551040] [client 192.168.10.1:64020] AH01071: Got error 'Unable to open primary script: redirect:/index.php/frontpage_welcome.php (No such file or directory)\n'Error log:[Mon Oct 01 09:40:01.454367 2018] [proxy_fcgi:error] [pid 5619:tid 140175082551040] [client 192.168.10.1:64020] AH01071: Got error 'Unable to open primary script: redirect:/index.php/frontpage_welcome.php (No such file or directory)\n'
<IfModule mod_ssl.c>
<VirtualHost *:443>
ServerAdmin webmaster@localhost
ServerName somesite.test
ServerAlias www.somesite.test
DocumentRoot /home/vagrant/code
SetEnv SIMPLESAMLPHP_CONFIG_DIR /home/vagrant/code/somesitesaml/config
Alias /simplesaml /home/vagrant/code/vendor/simplesamlphp/simplesamlphp/www
<Directory /home/vagrant/code/vendor/simplesamlphp/simplesamlphp/www>
RewriteEngine off
</Directory>
<Directory /home/vagrant/code>
AllowOverride All
Require all granted
</Directory>
#LogLevel info ssl:warn
ErrorLog ${APACHE_LOG_DIR}/somesite.test-error.log
CustomLog ${APACHE_LOG_DIR}/somesite.test-access.log combined
#Include conf-available/serve-cgi-bin.conf
# SSL Engine Switch:
# Enable/Disable SSL for this virtual host.
SSLEngine on
#SSLCertificateFile /etc/ssl/certs/ssl-cert-snakeoil.pem
#SSLCertificateKeyFile /etc/ssl/private/ssl-cert-snakeoil.key
SSLCertificateFile /etc/nginx/ssl/somesite.test.crt
SSLCertificateKeyFile /etc/nginx/ssl/somesite.test.key
#SSLCertificateChainFile /etc/apache2/ssl.crt/server-ca.crt
#SSLCACertificatePath /etc/ssl/certs/
#SSLCACertificateFile /etc/apache2/ssl.crt/ca-bundle.crt
#SSLCARevocationPath /etc/apache2/ssl.crl/
#SSLCARevocationFile /etc/apache2/ssl.crl/ca-bundle.crl
#SSLVerifyClient require
#SSLVerifyDepth 10
<FilesMatch "\.(cgi|shtml|phtml|php)$">
SSLOptions +StdEnvVars
</FilesMatch>
<Directory /usr/lib/cgi-bin>
SSLOptions +StdEnvVars
</Directory>
<IfModule mod_fastcgi.c>
AddHandler php7.1-fcgi .php
Action php7.1-fcgi /php7.1-fcgi
Alias /php7.1-fcgi /usr/lib/cgi-bin/php7.1
FastCgiExternalServer /usr/lib/cgi-bin/php7.1 -socket /var/run/php/php7.1-fpm.sock -pass-header Authorization
</IfModule>
<IfModule !mod_fastcgi.c>
<IfModule mod_proxy_fcgi.c>
<FilesMatch ".+\.ph(ar|p|tml)$">
SetHandler "proxy:unix:/var/run/php/php7.1-fpm.sock|fcgi://localhost/"
</FilesMatch>
</IfModule>
</IfModule>
BrowserMatch "MSIE [2-6]" nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0
# MSIE 7 and newer should be able to use keepalive
BrowserMatch "MSIE [17-9]" ssl-unclean-shutdown
</VirtualHost>
</IfModule>

cgi.fix_pathinfo=1