Add FastCGI. #13
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: threeoh6000/herb#13
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
FastCGI is a binary protocol for communicating between web servers and long running processes. The most common use case for this is PHP-FPM (FastCGI Process Manager) which allows PHP applications to run. If herb supported FastCGI, it could open up possibilities for support with other applications like PHP-FPM that can expand herb's usage.