Search results

  1. B

    Set authorization header as env variable

    Hmm, there appear to still be some issues. Like it will work fine for a while then suddenly it will take 5 minutes to load. No idea what's going on there but it should be good enough for now.
  2. B

    Set authorization header as env variable

    So I think that I finally figured it out but I can't delete this post. I still never got the unix socket thing to work but I managed to get a version of PHP working with openlitespeed such that it will actually load the application. I also found out that there was a .htaccess file in the...
  3. B

    Set authorization header as env variable

    I'm actually less sure that the problem is the authorization variable now. I think that the issue is just doing the forwarding properly. Because I saw this in the log recently "MIME type [application/x-httpd-php] for suffix '.php' does not allow serving as static file, access denied!" But why...
  4. B

    Set authorization header as env variable

    I'll add as a note that I have tried running the PHP directly without the unix socket and it just complains about curl not being available even though PHP is compiled with curl support. I'm not sure what that is all about. I am not a PHP person in the slightest so I don't know what fpm or fcgi...
  5. B

    Custom DocumentRoot returns 404

    One thing that I came across is that you also have to add the virtual host to the listener which is super annoying and doesn't make much sense but it caught me off since it is not in the instructions.
  6. B

    Set authorization header as env variable

    Hi all! I have an application (LibreNMS) that I am unable to change. It is currently running under apache. It runs under fast CGI which I have managed to set up. Unfortunately, I still get a 403 error when trying to access the application. The only part of the apache config that I have not yet...
Top