Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/PerfectlySoft/Perfect-FastCGI

FastCGI server for Perfect.
https://github.com/PerfectlySoft/Perfect-FastCGI

apache fastcgi nginx perfect server-side-swift swift

Last synced: 3 months ago
JSON representation

FastCGI server for Perfect.

Awesome Lists containing this project

README

        

# Perfect-FastCGI [简体中文](README.zh_CN.md)



Get Involed with Perfect!



Star Perfect On Github


Stack Overflow


Follow Perfect on Twitter


Join the Perfect Slack



Swift 3.0


Platforms OS X | Linux


License Apache


PerfectlySoft Twitter


Slack Status

Perfect server can run with either its built-in HTTP 1.1 system or with this FastCGI based server.

This server can run with any FastCGI enabled webserver over either UNIX socket files or TCP.

## Apache 2.4
To run with Apache 2.4, build and install the mod_perfect FastCGI module:

[Perfect-FastCGI-Apache2.4](https://github.com/PerfectlySoft/Perfect-FastCGI-Apache2.4)

## NGINX
Instructions for running with NGINX:

[NGINX](https://github.com/PerfectlySoft/Perfect/wiki/NGINX)

## Starter Template
Get started with a FastCGI based project template:

[PerfectTemplateFCGI](https://github.com/PerfectlySoft/PerfectTemplateFCGI)

## Building

Add this package as a dependency:

```swift
.Package(url:"https://github.com/PerfectlySoft/Perfect-FastCGI.git", majorVersion: 2, minor: 0)
```