Save those Settings (or something akin) to your php.ini file, then restart your Web server.
将这些设置(或类似的内容)保存到php . ini文件中,然后重新启动Web服务器。
Save this to a file, called 1.psgi, then use the plackup command to start your web server from the command line as follows: plackup 1.psgi.
将配置文件保存到名为1 . psgi的文件中,然后在命令行中使用plackup命令启动Web服务器,如下所示:plackup 1 . psgi。
By commenting this line out, you instruct the Web server to no longer save all requests to the file system.
将该行代码变为注释后,即通知Web服务器不要再将所有请求保存到文件系统。
应用推荐