Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
38 views

Environment variable in Niginx or using phpdotenv

I am trying to save api authorization key (sensitive information) in an environment variable. I used fastcgi_param inside location ~ .php$ in Nginx configuration. I am calling this variable inside ...
Faizan Ahmed's user avatar
0 votes
0 answers
64 views

Laravel BadMethodCall Exception

I'm running a website on server using php-fpm, nginx. It is using Laravel Framework. Randomly server stopped working and start giving me BadMethodCall Exception. But there is no method listed in there....
Prafull Gupta's user avatar
-3 votes
1 answer
21 views

Calculate and monitor traffic details on a server [closed]

We have an ubuntu server with nginx which we using to deliver files to our clients and they can download files from our server , we are looking for a way to check how much Tx we have in total and also ...
Kasraak's user avatar
1 vote
0 answers
19 views

Assets got net::ERR_ABORTED 404 (Not Found) in route `/` on Laravel 10 with Nginx server

I'm getting many net::ERR_ABORTED 404 (Not Found) errors when trying to access my public/assets file through the route of /, but when I try another route like /home with the same page and same file, ...
Elmo Kucho's user avatar
1 vote
0 answers
75 views

Dockerized php-fpm status on port 9000 integration with dockerized prometheus exporter for PHP-FPM

I've set up my php-fpm status in /status. I'm having problems collecting this information with php-fpm_exporter using a tcp connection. My stack: Docker(aws ecs ec2) + Nginx+php-fpm I'm using hipages/...
juan ferreira's user avatar
0 votes
0 answers
10 views

invoiceplane docker has php error connection reset by peer

i try to launch invoiceplane project this code is from github project source: https://github.com/InvoicePlane/InvoicePlane all container except php is work correctly but have an error when : curl iv....
hamid skandari's user avatar
0 votes
1 answer
34 views

Nginx on VPS proxy to Docker container timeout

I’m new to using docker on servers, I have only used it for local development. I am working on a project that the server has nginx installed on it (the host machine), and also some containers running ...
Jean da Silva's user avatar
0 votes
1 answer
33 views

CodeIgniter 4-Nginx Server 404

I'm trying to make a website with VTiger using CodeIgniter 4, Composer with MySQL database I made the installation following the instructions in CodeIgniter documentation, but I can't find the error. ...
Brayan Martinez Espinosa's user avatar
-3 votes
0 answers
29 views

php+nginx on Windows can't upload a file more that 2GB

My Setup is: Im On Windows 10. php - version : PHP Version 7.4.10 /// tested already with 8. nginx - version : nginx/1.27.0 script that Im using for upload : https://github.com/danielm/uploader/...
DIMM_V2's user avatar
  • 127
0 votes
0 answers
33 views

PHP-FPM worker terminated after request_terminate_timeout despite recent request start time

I'm encountering an issue with my PHP-FPM and Nginx setup where a PHP-FPM worker is being terminated due to the request_terminate_timeout setting, but the termination doesn't seem to correspond to the ...
Alexander Filichev's user avatar
0 votes
0 answers
24 views

"File not found" on the api page when loading Laravel NGINX app with docker-compose

I have an app that has a server (Laravel) and a client (nodeJS) running on a nginx server with docker-compose. I get the "File not found" error when I go to "localhost/api" page. ...
ivel's user avatar
  • 1
0 votes
0 answers
58 views

Pusher error 0A000438:SSL routines::tlsv1 alert internal error

I'm using Laravel Reverb on my live server. I've configured it to run with Nginx. However, I'm getting the following error whenever I try to broadcast an event using Reverb. Pusher error: cURL error ...
ThatGuy24's user avatar
0 votes
0 answers
28 views

504 Gateway Timeouts

Our Nginx server with WordPress 6.5.5 and PHP 8.2 is randomly encountering 504 errors, resource spikes and crashing. While using a response time monitor, I have seen long periods of time in the 0ms ...
Bill's user avatar
  • 57
0 votes
0 answers
26 views

Yii's URL manager doesnt process the request

The DeliveryController exists, actionCalculate inside it too. Yii or something else solves every request to '/' which is /setting/index. What else might be affecting this URL management behavior? ...
sepia__plot's user avatar
0 votes
2 answers
43 views

php max_execution_time not taked to the account

I have a combination of Nginx and PHP-FPM, and I want to set the max execution time on the PHP level to be the same as on Nginx. So I add max_execution_time=30 but it does not work. If I create an ...
Bogdan  Dubyk's user avatar
  • 5,254

15 30 50 per page
1
2 3 4 5
491