Skip to Content.
Sympa Menu

comanage-users - [comanage-users] FCCN-COmanage problems

Subject: COmanage Users List

List archive

[comanage-users] FCCN-COmanage problems


Chronological Thread 
  • From: "Pedro Severino" <>
  • To: <>
  • Subject: [comanage-users] FCCN-COmanage problems
  • Date: Tue, 21 Jul 2015 17:26:48 +0100
  • Organization: FCCN

Hello,

 

I’m an employee of the Portuguese NREN, FCCN. We are thinking of doing some tests with COmanage, but we are having some issues with our setup.

We already installed it and integrated COmanage with our IDP/SP development system.

 

We are using CentOS release 6.6, PHP 5.3.3 and Apache/2.2.15 and everything looks fine at start. But when we try to explore a little more we get to pages were the content is not being rendered, like for example:

·         Going to the webpage /registry/co_people/canvas/1 give us a normal looking page but the content only says “../Standard/edit.ctp”

 

We did some digging around, but we couldn’t find the solution. We thought that it could be something about our apache configuration.

 

Our apache conf file looks like this:

<VirtualHost _default_:443>

        DocumentRoot "/var/www"

        ServerName vo-demo.fccn.pt

        # Use separate log files for the SSL virtual host; note that LogLevel

        # is not inherited from httpd.conf.

        ErrorLog /var/log/httpd/ssl_error_log

        TransferLog /var/log/httpd/ssl_access_log

        LogLevel warn

        SSLEngine on

        SSLProtocol all -SSLv2

        SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW

        SSLCertificateFile /etc/pki/tls/certs/vo-demo_fccn_pt.crt

        SSLCertificateKeyFile /etc/pki/tls/private/vo-demo_fccn_pt.key

        SSLCertificateChainFile /etc/pki/CA/certs/DigiCertCA.crt

 

        <Directory "/var/www/registry/">

            Options Indexes FollowSymLinks

            DirectoryIndex index.php

            AllowOverride All

            Order allow,deny

            Allow from all

        </Directory>

 

        <Directory /var/www/registry/auth/login>

          AuthType shibboleth

          ShibRequestSetting requireSession 1

          require valid-user

        </Directory>

 

        <Files *.sso>

                setHandler shib-handler

        </files>

</VirtualHost>

 

Can you help us? Do you have any ideia what could be the problem.

 

Regards,

 

Pedro Severino

Attachment: smime.p7s
Description: S/MIME cryptographic signature




Archive powered by MHonArc 2.6.16.

Top of Page