• hi,

    In our server setup, mod_php has been turned off to use php-cgi …

    Headers are getting rewritten with REDIRECT_ because of internal rerouting…and breaking the plugin..

    “SERVER_SOFTWARE”]=> string(22) “Apache/2.2.15 (CentOS)”
    [“REQUEST_URI”]=> string(31) “/wp-login.php?action=shibboleth”
    [“USER”]=> string(6) “apache”
    [“HOME”]=> string(8) “/var/www”
    [“FCGI_ROLE”]=> string(9) “RESPONDER”
    [“REDIRECT_SCRIPT_URL”]=> string(13) “/wp-login.php”
    [“REDIRECT_SCRIPT_URI”]=> string(43) “xxxxxx”
    [“REDIRECT_Shib_Application_ID”]=> string(7) “default”
    [“REDIRECT_Shib_Session_ID”]=> string(33) “_096590b800ec60a254f731e6846276b1”
    [“REDIRECT_Shib_Identity_Provider”]=> string(50) “https://xxxxx/idp/shibboleth”
    [“REDIRECT_Shib_Authentication_Instant”]=> string(24) “2014-10-09T19:08:03.488Z”
    [“REDIRECT_Shib_Session_Index”]=> string(33) “_60cb7ed9ac25b7ebd1264cfe4284e586”
    [“REDIRECT_Shib_DisplayName”]=> string(14) “xxxxx”
    [“REDIRECT_Shib_EduPersonPrincipalName”]=> string(14) “xxxxx”
    [“REDIRECT_Shib_Email”]=> string(20) “xxxxx”
    [“REDIRECT_Shib_GivenName”]=> string(7) “xxxx”
    [“REDIRECT_Shib_Surname”]=> string(6) “xxxx”
    [“REDIRECT_Shib_Uid”]=> string(6) “xxxx”

    Is there something I can do to fix this behavior

    https://www.ads-software.com/plugins/shibboleth/

  • The topic ‘$_SERVER setting with fcgi and rewrites’ is closed to new replies.