-
-
Notifications
You must be signed in to change notification settings - Fork 888
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP / FastCGI Installation Problem #2446
Comments
Hello, |
It is indeed there! I removed the above code from the top level and appended it to that file - and I still get a pass. So I guess the tests aren't working in my case. @Alkarex I am not that familiar with htaccess conditionals but would be happy to help debug. |
@Alkarex Having looked into this a bit more I've found the following references:
Experimenting more with the
works while
does not for me. Further simply adding
also works fine. If either of those two solutions are acceptable I'd be happy to send a PR |
According to the link above you need at least 2.4.13 for the |
Thanks for the debugging @rnc |
Would anyone be actually be using 2.4.10 in reality as its vulnerable to multiple CVEs? Looking at my own hosting provider they have updated to 2.4.39. Alternatively is it feasible to use @Alkarex Can you give me any advice on how to do that - this is on my shared hosting account where I have limited access. |
Linux distributions with long term maintenance provide security patches in older Apache / PHP / ... packages, so yes, people will most likely have old versions in production. See e.g. https://distrowatch.com/table.php?distribution=CentOS For the HTTP headers at Apache level, would you happen to have / be able to install https://httpd.apache.org/docs/current/mod/mod_log_forensic.html ? |
@rnc Debian backports security fixes. https://www.debian.org/security/faq#oldversion Specifics for Apache2 can be found here: |
@Alkarex Unfortunately because I reproduced the issue on a shared hosting account where I do not have root access I am not able to install things like that. As far as I can tell there is no way to do the equivalent of using wireshark to extract the headers. |
…Auth is version is high enough
* Issue FreshRSS#2446 : Fix passing authentication headers. Use CGIPassAuth is version is high enough * Issue FreshRSS#2446 : Remove CGIPassAuth due to potential issues with AllowOverride rights. * Tabs
* Issue FreshRSS#2446 : Fix passing authentication headers. Use CGIPassAuth is version is high enough * Issue FreshRSS#2446 : Remove CGIPassAuth due to potential issues with AllowOverride rights. * Tabs
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:
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
(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.
The text was updated successfully, but these errors were encountered: