h2020-westlife-eu / wp6-repository

https://h2020-westlife-eu.github.io/wp6-repository/
MIT License
0 stars 0 forks source link

HTTP 500 Internal Server Error when integrating to West-Life AAI #1

Closed TomasKulhanek closed 7 years ago

TomasKulhanek commented 7 years ago

HTTP 500 Internal Server Error

[root@localhost ~]# cat /var/log/httpd/error_log [Thu Oct 12 10:28:08.185188 2017] [core:notice] [pid 4120] SELinux policy enabled; httpd running as context system_u:system_r:httpd_t:s0 [Thu Oct 12 10:28:08.186000 2017] [suexec:notice] [pid 4120] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using localhost.localdomain. Set the 'ServerName' directive globally to suppress this message [Thu Oct 12 10:28:08.209302 2017] [auth_digest:notice] [pid 4120] AH01757: generating secret for digest authentication ... [Thu Oct 12 10:28:08.210181 2017] [lbmethod_heartbeat:notice] [pid 4120] AH02282: No slotmem from mod_heartmonitor [Thu Oct 12 10:28:08.213712 2017] [mpm_prefork:notice] [pid 4120] AH00163: Apache/2.4.6 (Scientific Linux) configured -- resuming normal operations [Thu Oct 12 10:28:08.213733 2017] [core:notice] [pid 4120] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND' [Thu Oct 12 10:28:49.873547 2017] [autoindex:error] [pid 4124] [client 10.0.2.2:54027] AH01276: Cannot serve directory /var/www/html/: No matching DirectoryIndex (index.html) found, and server-generated directory index forbidden by Options directive [Thu Oct 12 10:28:56.021076 2017] [:error] [pid 4121] [client 10.0.2.2:54032] Error adding IdP to lasso server object. Please verify the following configuration directives: MellonIdPMetadataFile and MellonIdPPublicKeyFile.

TomasKulhanek commented 7 years ago

caused by bad Directory and Location configuration for mellon module in apache. Defined configuration in / and enable using 'Require valid-user' fix the issue.