Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/PerfectlySoft/Perfect-FastCGI
- Owner: PerfectlySoft
- License: apache-2.0
- Created: 2016-06-19T14:27:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-31T16:46:35.000Z (over 5 years ago)
- Last Synced: 2024-07-23T04:35:48.382Z (3 months ago)
- Topics: apache, fastcgi, nginx, perfect, server-side-swift, swift
- Language: Swift
- Homepage: https://www.perfect.org
- Size: 36.1 KB
- Stars: 9
- Watchers: 4
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- TheList - Perfect FastCGI - FastCGI server for Perfect. (Web Server Connectivity / HTTP Libraries)
README
# Perfect-FastCGI [简体中文](README.zh_CN.md)
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)
```