as shown in the picture, today I modified the php.ini file, restarted php-fpm, and the website collapsed. May I ask what the reason is, or what is the way to find out the reason? now the whole website is 404
.
as shown in the picture, today I modified the php.ini file, restarted php-fpm, and the website collapsed. May I ask what the reason is, or what is the way to find out the reason? now the whole website is 404
.
hint that the corresponding file or directory has not been found.
you go to the corresponding place and see if there is a php-fpm.conf.default, to make a copy of it and change it to php-fpm.conf
Next: How do create react app-packaged applications come with service worker, to update applications?
how the front-end and front-end separate projects are deployed to the server. The front end uses the vue, back-end to use the thinkphp, server. The LAMP. is built in the virtual machine give me some advice. ...
use thinkphp to develop interfaces, how to deploy to servers in lamp environment, and where should the front-end code be deployed? I just got in touch with you. I hope God will give me some advice. ...
Jenkins is installed on a linux, and data can be accessed through curl 127.0.0.1 curl 8080, but access through the server ip fails. Do you want to know if you can set up the operation page that supports the Jenkins that can be accessed on the external ne...
question: after the recent transfer of the company s website to a new server, Baidu statistics there, whether it is promotion or natural search, the users who visit are all retreated in a second. Consulted the personnel on the other side of Baidu, the p...
recently I tried to move the finished website (thinkph5 framework) to a remote server, but found that VPS s PDO was not installed: PHP5.65.3: ...
I am the version of Ubuntu18. The process of installing php7.1, through source code is as follows: 1. Extract the installation package php-7.1.18.tar.gz 2. Configure installation variables (to be simpler, mainly " usr local php " is the installatio...
recently, when you use phpexcel to deal with xlsx files, when the files are downloaded through Wechat, they are always recognized by phpexcel as html files, but they are really xlsx suffixes. They can also be opened normally with wps and displayed with ...
1 2git clone https: github.com github-muzilong laravel55-layuiadmin.git 3.env.example.env 4.env 5composer update 6php artisan migrate 7php artisan db:seed 8php artisan key:generate ApacheiiszipWindowscmd ...
$str = aaa . " n"; echo file_put_contents( tmp log , $str, FILE_APPEND); 4 after querying through the linux command, the screenshot is as follows I hope Daniel can help me answer my question about why the size of the file is grow...
Server 2000 TPS, with an average access time of 10ms, can you calculate the number of concurrent users? What is the relationship between the two? ...
upload file API, cross-domain, and then reverse through Nginx. The configuration is as follows: location aaa { proxy_pass http: www.xxx.com:8887 aaa api device upload; } Test: proxy_pass http: bing.com; can see the Bing page, so the conf...
install php and apache by apt-get under Ubuntu see php.ini in the apahce2 directory in phpinfo 1.2.phpinfo,openssl phpinfo:php.ini the above three openssl extendsion are not opened, how can openssl take effect? ...
I use the command ffmpeg-I home video a.mp4-r 1-s 950x520-f image2 home video a.jpg can be executed on the terminal, but in the PHP file, I run exec ( ffmpeg-I home video a.mp4-r 1-s 950x520-f image2 home video a.jpg ) through a browser bu...
there is an SMS API that sends CAPTCHA when a user registers, and now it is found that someone makes a malicious call with a different ip and a different number, and now the interface is exploded. How to solve this problem? add: at present, APP has been...
how to centralize the error_log of multiple servers after the server cluster? ...
B cannot access the database in A. I want B to use A s database, how to solve ...
how can svn be deployed to the same site with two domain names, one for the official domain name and one for the test domain name, and then by submitting an automatic update to the test domain name, the testable official domain name needs to go to the se...
for example, I have two online servers as follows: 1.web server environment centos+nginx+php+mysql, upload picture program on this server 2. Picture server environment centos+nginx I would like to write a php upload picture program on the web serve...