Skip to content

PHP / FastCGI Installation Problem #2446

@rnc

Description

@rnc

I installed the application through cpanel which gave me version 1.14.2.

I have been following https://freshrss.github.io/FreshRSS/en/users/06_Mobile_access.html to setup the system. However on running the API test I got:

Google Reader API configuration test:
    ❌ FAIL get HTTP Authorization header! Wrong Web server configuration.

From reading https://docs.holodyn.com/KnowledgeBase/Hosting/Apache/PHP_FastCGI_Authentication_Headers and https://www.drupal.org/project/restws/issues/2101361 I tried experimenting with adding to a .htaccess file.
Upon adding

RewriteCond %{HTTP:Authorization} ^(.+)
RewriteRule ^(.*)$ $1 [E=HTTP_AUTHORIZATION:%1,PT]

(from the above links) I got a pass. Unfortunately I don't know which directory needed the headers so have added it in the top level.

  • Where is best to add it?
  • Could this be supported internally if this is detected?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions