Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
howto:php [2015/11/02 11:24] – Initial documentation for PHP-FPM deuce | howto:php [2023/02/05 19:33] (current) – [Configure Web Server For PHP-FPM] Forgot the "unix:" prefix in the UDS example digital man | ||
---|---|---|---|
Line 80: | Line 80: | ||
Edit the [[server: | Edit the [[server: | ||
- | Example: | + | Example |
< | < | ||
[*.php] | [*.php] | ||
FastCGISocket=127.0.0.1: | FastCGISocket=127.0.0.1: | ||
</ | </ | ||
+ | |||
+ | Example (using a UNIX Domain socket): | ||
+ | < | ||
+ | [*.php] | ||
+ | FastCGISocket=unix:/ | ||
+ | </ | ||
+ | |||
Make sure that php-fpm is running and that the listener socket is the same as in the FastCGISocket line. | Make sure that php-fpm is running and that the listener socket is the same as in the FastCGISocket line. |