Snippets tagged “nginx”
16 snippets use this tag.
- Chrome net::ERR_INCOMPLETE_CHUNKED_ENCODING errorPHP
The "net::ERR_INCOMPLETE_CHUNKED_ENCODING" error in Chrome is usually caused by a problem with the website you are trying to load.
- Enabling/installing GD extension? --without-gdPHP
To enable the GD extension in PHP, you will need to install the extension and then enable it in your PHP configuration file.
- Error 500: Premature end of script headersPHP
Error 500 "Premature end of script headers" is a general error message indicating that there is a problem with the server-side script that is preventing it from executing properly.
- FastCGI process exceeded configured activity timeoutPHP
FastCGI is a protocol for interfacing interactive programs with a web server.
- Fatal error: Class 'NumberFormatter' not foundPHP
This error message is indicating that the PHP script is trying to use a class called "NumberFormatter" but it cannot be found.
- How Can I Remove “public/index.php” in the URL Generated Laravel?PHP
To remove "public/index.php" from the URL in a Laravel application, you can use the built-in PHP web server or set up a web server with Apache or Nginx.
- How to install PHP intl extension in Ubuntu 14.04PHP
To install the PHP intl extension on Ubuntu 14.04, follow these steps:
- How to let PHP to create subdomain automatically for each user?PHP
To automatically create a subdomain for each user in PHP, you can use the following steps:
- Max size of URL parameters in _GETPHP
In PHP, the maximum size of the parameters in a GET request is determined by the server's configuration.
- Nginx serves .php files as downloads, instead of executing themPHP
There are several reasons why Nginx may serve PHP files as downloads instead of executing them.
- nginx: connect() failed (111: Connection refused) while connecting to upstreamPHP
This error message can have several causes.
- phpMyAdmin allow remote usersPHP
phpMyAdmin is a web-based tool for managing MySQL and MariaDB databases.
- phpMyAdmin mbstring errorPHP
It looks like you are encountering an error with the mbstring extension in PHP when using phpMyAdmin.
- Prevent nginx 504 Gateway timeout using PHP set_time_limit()PHP
You can use the set_time_limit() function in PHP to increase the maximum execution time of a PHP script.
- Update PHP to 7.4 macOS Catalina with brewPHP
To update PHP to version 7.4 on macOS Catalina using Homebrew, you can use the following steps:
- Where can php.ini be FoundPHP
This tutorial is dedicated to an issue that any developer may come across. It’s where to find the php.ini file. Choose among the three methods provided.