Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
135 views

Seeking community wisdom on why the ApacheBench utility consistently returns a lot of "Non-2xx responses" ( 502 Bad Gateway ) when running a benchmark test of my helloworld web app using ...
santa100's user avatar
  • 273
3 votes
1 answer
104 views

I've checked on the questions regarding this issue, they did not help (see what I tried below). I setup a multi-container app on docker with a httpd:2.4 (apache) container acting as reverse-proxy ...
DevelJoe's user avatar
  • 1,552
0 votes
0 answers
58 views

I am trying to rewrite FastCGI extension which was written for Lua Resty module of NGINX by benagricola, but it keeps on failing to connect to any PHP-FastCGI server (throws fastCGI : recv header ...
Zorono's user avatar
  • 75
0 votes
2 answers
112 views

I'm following this (very good) tutorial on how to serve a Flask app over hte intenet. I now have everything working well using Nginx - but I want to use Lighttpd with Fastcgi as that is my main web ...
Doug Conran's user avatar
0 votes
1 answer
101 views

I'm having a problem where the response I get from nginx is truncated, meaning that the source returned just ends part way through. If I run the nginx container locally everything works, the problem ...
Adam Wheeler's user avatar
1 vote
0 answers
114 views

A server of mine sits and resizes images for a living. It can live for days, weeks, or sometimes longer - but always eventually just mysteriously stops working, and all PHP scripts on the box are ...
jamescridland's user avatar
1 vote
1 answer
300 views

I built a server in docker using nginx+php-fpm (nginx/1.18.0, PHP 8.2.3 (fpm-fcgi), Zend Engine v4.2.3) and ran a web page ssrf.php with ssrf vulnerability, where the part of the code that has the ...
Big-K's user avatar
  • 11
0 votes
1 answer
94 views

I have a perl fastcgi script that listens on port 2022 of localhost that I want to use as handler for any file with the extension 'stml'. What has proved to be trivial on every other webserver is ...
Maelstrom's user avatar
0 votes
0 answers
75 views

What does IIS FastCGI do when the number of concurrent connections exceeds the Max Instances setting? eg, Max Instances is set at 1 and 2 requests come in at the same time. Does IIS FastCGI a) queue ...
Jamie Kitson's user avatar
  • 4,180
0 votes
1 answer
378 views

I am using PHP 8.2-FPM with Nginx, and I am trying to set a custom php.ini file using the PHPRC environment variable. I can see that $_SERVER['PHPRC'] is correctly set in the PHP Variables section ...
Seyhmus's user avatar
0 votes
0 answers
163 views

I'm trying to host a Django application on IIS using FastCGI. I've followed the steps to set up IIS with FastCGI and the wfastcgi.py handler for Django. However, I keep encountering an HTTP Error 500....
Himanshu Kaushik's user avatar
1 vote
0 answers
80 views

I am experiencing intermittent redirect loops on my website, which cause temporary downtime. These issues appear randomly but seem to resolve automatically without any changes on my end. I'm using ...
Gulshan Kumar's user avatar
0 votes
0 answers
181 views

the error log for php 8.x, reports that there is an error. It looks like this: 2024/08/15 17:55:10 [error] 1753#1753: *836069 FastCGI sent in stderr: "scoreboard: failed to lock (already locked);...
Kevin Hill's user avatar
1 vote
2 answers
405 views

I am transferring a site that was built on Windows XAMPP to a server running Ubuntu 24.04 (Noble Numbat), Apache 2.4.62, and PHP 7.4.33. Everything is working fine, except PHP files containing spaces ...
Colt's user avatar
  • 11
0 votes
1 answer
199 views

Caddy (2.8.4) is hosting a PHP application through FastCGI (PHP-FPM) but for some reason the $_SERVER['SCRIPT_NAME'] does not contain the full path when I use the caddy handle_path config. :80 { ...
Sebastian's user avatar
  • 6,239
0 votes
2 answers
307 views

I host two WordPress sites on a Windows 2019 Server, IIS 10, PHP 8.2 with FastCGI. The two sites use exactly the same themes and plugins, in same versions. One site works fine and the other generates ...
Eric Malalel's user avatar
0 votes
0 answers
38 views

I have a Django app deployed on IIS with FastCGI. Now, I have installed Django Channels in it and also Daphne to run WebSockets. Everything is working fine locally, but now I am struggling to ...
Simple Sarfi's user avatar
-1 votes
1 answer
105 views

I'm developing a webserver(FCGI) based on using gsoap v2.8. This webserver shall respond to the incoming HTTP GET requests but it's not working. I got to know that gsoap provides HTTP callbacks to ...
mamatha g's user avatar
0 votes
0 answers
78 views

enter image description here I was following this https://medium.com/@dpralay07/deploy-a-python-flask-application-in-iis-server-and-run-on-machine-ip-address-ddb81df8edf3 And i get this error when i ...
Montu Jain's user avatar
0 votes
1 answer
930 views

We use VPS with Debian, Nginx 1.24 + PHP-FPM 8.3 with active Fastcgi cache. Everything works ok, but if we want to purge cache from Wordpress, it removes only cache file, not folders. We use Nginx ...
Nations112's user avatar
-1 votes
1 answer
99 views

My configuration prevents users to browse the file system thanks to limitations set up in php-fpm (How to disable open_basedir and allow_url_fopen in PHP) I have recently discovered a hacked site with ...
Thibault Richard's user avatar
0 votes
1 answer
69 views

I'm beginning to write in HTML::Mason, and trying to generate some page with cookies. The problem is, that all the documentation I can find uses only Apache+mod_perl, and this is not my case. I'm ...
tloudev's user avatar
  • 49
1 vote
1 answer
121 views

I have a server with openSUSE Leap 15.3. On this server I run Apache 2.4.43 with apache2-mod_fcgi. I have the following program: test.fcgi #!/usr/bin/perl use JSON; use CGI::Fast; while (CGI::Fast-&...
mrezzonico's user avatar
0 votes
1 answer
1k views

I'm getting this error (I attach log) and my domain returns an HTTP 500 error, I haven't changed anything unless I enabled WP-debug in the wp-config file, even if I disable it the problem persists, ...
Branko's user avatar
  • 175
1 vote
1 answer
440 views

Attempt to open Symfony web application in browser ends with 502 error. NGINX log contains error for this -- upstream sent too big header while reading response header from upstream. According to many ...
vbulash's user avatar
  • 395
0 votes
0 answers
461 views

I am new in Kubernetes. I had a working setup of separate servers for frontend and backend, all before Kubernetes. A frontend webserver which served a static build of a React App, and a backend server ...
fabpico's user avatar
  • 2,986
0 votes
1 answer
74 views

I would like to know if I can access different folders from the Internet using the same domain. I am using FCGI, which means that for each project I have a different version of php, locally it works ...
Sylar's user avatar
  • 305
0 votes
1 answer
282 views

Setup:A Windows Server, executing php scripts using fastCGI as a service user (i have verified this by doing exec(“whoami”, …)). They launch python scripts using exec (which are also ran as the ...
jqlifice's user avatar
1 vote
0 answers
2k views

I've had this problem with my .php pages for a while now and have not found a solution online for PHP 8 on IIS. I use Windows Server 2022, ISS 10, PHP 8, 12 GB RAM The error occurs when I use my ODBC ...
Gummi's user avatar
  • 47
0 votes
1 answer
1k views

I'm attempting to "rebuild" an infrastructure for the development team in my company using Docker. I accomplished this about 1 year ago, and now I'm working on refactoring and rewriting it ...
glwbr's user avatar
  • 11
0 votes
0 answers
166 views

I'm trying to migrate a python backend application from IIS 8.5 to IIS 10 in a new server. While in the old server the application works just fine, in the new one it is getting a 500 error. I tried to ...
Cesar's user avatar
  • 1
0 votes
1 answer
1k views

Recently, my server froze up, refusing to respond to requests. I was unable to connect via SSH, and finally, after some contact with my hosting provider, the server restarted and resumed working. I ...
Inkbug's user avatar
  • 1,693
0 votes
0 answers
230 views

In Nginx + PHP-FPM configuration I have a .php file with the following content: <?php header("HTTP/1.1 405 Method Not Allowed"); echo 'hi'; ?> Now, if I want to force Nginx to ignore ...
Mohamad Reza's user avatar
0 votes
0 answers
82 views

I been trying to configure a REST API written with PHP and Laravel for a few days, but I can't get the correct HTTP status code according to the error returned (401, 404, 500, etc). IIS always ...
Paulo Cruz's user avatar
0 votes
1 answer
178 views

I have a Flask app with a route defined like this: @app.route("/api/<value>") def foo(value): ... On my local machine, using Flask development server, everything works correctly. ...
isshp's user avatar
  • 312
0 votes
0 answers
520 views

hope you are doing well. I am encountering the following error when running my Symfony project with Nginx and PHP-FPM on local : unable to connect to the PHP FastCGI process: dial tcp :53315: socket: ...
bahahmadou94's user avatar
1 vote
0 answers
116 views

I am using the Python C library and FastCGI to run code in a file and return the output to NGINX. The problem is PyRun_SimpleString outputs to stdout, which is fine for a CLI, but is ignored by ...
Sidney's user avatar
  • 13
0 votes
1 answer
396 views

I am trying deploy the flask app on production on lighttpd webserver. I m using yocto based linux OS. The folder structure is mentioned below: /my_project/ /app.py /app.fcgi /static/ ...
Sameer Sharma's user avatar
2 votes
0 answers
148 views

Windows Server 2016, Apache 2.4, Ruby 3.0.6 (with webkit), Rails 7.0.4.3 I'm trying to install FCGI gem with the command gem install fcgi but it returns that error: C:\Apache24\htdocs\redmine-5.0.5>...
Tomas's user avatar
  • 43
0 votes
1 answer
895 views

I am setting up multiple php versions on CentOS7 (native and from remi repos). As installed, the native php-fpm is setup on a unix socket, while the (remi) php74-php-fpm would listen on a TCP socket. ...
Alien Life Form's user avatar
1 vote
2 answers
2k views

I and a project team are trying to make our server use a C algorithm in background of our hosted website. Our server as bitnami nginx already installed but i can't find any information on the net ...
StopSign's user avatar
0 votes
1 answer
314 views

I set up IIS on windows servercore container and mounted my project directory to wwwroot. I keep getting the following warning from PHP when I run the project: PHP Warning: Unknown: Failed to open ...
Babatunde's user avatar
0 votes
1 answer
753 views

I have a lighttpd server in a container running the sebp/lighttpd image (lighttpd on Alpine Linux). It can serve HTML files with no problems. I am trying to set up PHP for this server. However, when I ...
Mat's user avatar
  • 1,046
1 vote
0 answers
463 views

Looks like my NGINX is trying to connect to the php-fpm container via HTTP instead of fascgi. When I try to connect to the php-fpm container manually via fastcgi, thats the response: Status: 404 Not ...
wcb's user avatar
  • 11
-1 votes
1 answer
184 views

I have a c++ program on a raspberry pi (headless setup) that records data from an ADC every minute over a period of days and stores them in a file. I want to add an web interface to it that launches ...
user avatar
0 votes
1 answer
163 views

NOTE: This is a significant rewrite (and retitle) based on the last couple of days of poking at the problem since posting the original question. I have a PHP script that used to work but over the ...
dspitzle's user avatar
  • 769
6 votes
0 answers
13k views

I am trying to run a Django app with IIS server. Here are my settings: Windows Server 2019, IIS 10.\ I am following this tutorial. I am setting up my server and added CGI as shown in the image. But, ...
architdatar's user avatar
0 votes
2 answers
521 views

When writing CGI program for spawn-fcgi, use getenv() to get environment variables, that is, the parameters set by fastcgi_param command in fastcgi.conf. but when I use the env command output on the ...
LandP's user avatar
  • 173
1 vote
1 answer
146 views

I'm trying to get nginx to serve more than one connection at a time, with a fasgcgi backend. This stackoverflow answer might contain the answer, but neglects to say where that option could be ...
curiousity's user avatar
0 votes
1 answer
197 views

We have a Moodle IIS implementation where the primary data/IIS server is on our LAN, but we also have a public facing IIS server on our DMZ. Until recently, performance when accessing Moodle via the ...
user avatar

1
2 3 4 5
41