This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Rank | Type | Prefix/Suffix | |
---|---|---|---|
1. | Prefix | my+ | |
2. | Suffix | +online | |
3. | Prefix | the+ | |
4. | Suffix | +web | |
5. | Suffix | +media | |
6. | Prefix | web+ | |
7. | Suffix | +world | |
8. | Suffix | +net | |
9. | Prefix | go+ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Use this as a run script with daemontools or runit | |
## ABSOLUTE path to the spawn-fcgi binary | |
SPAWNFCGI="/usr/bin/spawn-fcgi" | |
## ABSOLUTE path to the FastCGI application (php-cgi, dispatch.fcgi, ...) | |
FCGIPROGRAM="/usr/bin/php5-cgi" | |
## bind to unix socket |