psgi
美
英 
例句
At this stage, it is probably worth investigating one of the many web frameworks that offer PSGI support and can be run with Plack.
到此为止,深入研究一下提供PSGI支持并能使用Plack的众多Web框架之一也许是值得的。
The next step is to create a . psgi configuration file which will allow us to return a web page (see Listing 5 below).
下一步是创建一个.psgi配置文件,用它返回一个Web页面(参见下方清单5)。
Restart your plackup command (type Ctrl+C to stop the process, then run plackup 1. psgi to start it).
重新启动plackup命令(输入Ctrl+C停止进程,然后运行plackup1.psgi启动)。
Remove the # and restart, so we have a working . psgi file again.
去掉#并重新启动,那么您就再次拥有了一个有效的.psgi文件。