# Perfect-FastCGI 服务器插件 [English](https://github.com/PerfectlySoft/Perfect-FastCGI)

Get Involed with Perfect!

Star Perfect On Github Chat on Gitter Follow Perfect on Twitter Join the Perfect Slack

Swift 3.0 Platforms OS X | Linux License Apache PerfectlySoft Twitter Join the chat at https://gitter.im/PerfectlySoft/Perfect Slack Status

Perfect服务器即可以用内建HTTP 1.1协议方式独立运行,也可以作为一个FastCGI插件,在FastCGI下运行。 此外,Perfect服务器还能兼容不同的FastCGI服务器设置,如UNIX socket files套接字文件或者TCP。 ### 问题报告 我们目前正在过渡到使用JIRA来处理所有源代码资源合并申请、修复漏洞以及其它有关问题。因此,GitHub 的“issues”问题报告功能已经被禁用了。 如果您发现了问题,或者希望为改进本文提供意见和建议,[请在这里指出](http://jira.perfect.org:8080/servicedesk/customer/portal/1). 在您开始之前,请参阅[目前待解决的问题清单](http://jira.perfect.org:8080/projects/ISS/issues). ## Apache 2.4 如果需要在Apache 2.4下使用FastCGI,请参考下列内容编译和安装mod_perfect的FastCGI模块: [Perfect-FastCGI-Apache2.4](https://github.com/PerfectlySoft/Perfect-FastCGI-Apache2.4) ## NGINX 在NGINX下安装运行Perfect的方法: [NGINX](https://github.com/PerfectlySoft/Perfect/wiki/NGINX) ## 快速上手的模板 参考以下链接可获得从FastCGI快速上手的工程模板: [PerfectTemplateFCGI](https://github.com/PerfectlySoft/PerfectTemplateFCGI) ## 编译 为了能够正常编译运行,请修改Package.swift文件增加以下内容: ```swift .Package(url:"https://github.com/PerfectlySoft/Perfect-FastCGI.git", majorVersion: 2, minor: 0) ```