Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check / Change php5-fpm from ip to socket #9

Closed
michaelkarrer81 opened this issue Nov 19, 2014 · 3 comments
Closed

Check / Change php5-fpm from ip to socket #9

michaelkarrer81 opened this issue Nov 19, 2014 · 3 comments
Assignees

Comments

@michaelkarrer81
Copy link
Contributor

Make sure PHP-FPM is listening on unix socket and not on IP!

/etc/php5/fpm/pool.d/www.conf

...
; The address on which to accept FastCGI requests.
; Valid syntaxes are:
; 'ip.add.re.ss:port' - to listen on a TCP socket to a specific address on
; a specific port;
; 'port' - to listen on a TCP socket to all addresses on a
; specific port;
; '/path/to/unix/socket' - to listen on a unix socket.
; Note: This value is mandatory.
;listen = 127.0.0.1:9000
listen = /var/run/php5-fpm.sock
...

@michaelkarrer81
Copy link
Contributor Author

Check was betroffen ist

@michaelkarrer81
Copy link
Contributor Author

das ist sonst ein problem für owncloud welches über nginx und php-fpm geserved wird

@winston6071
Copy link
Contributor

write the fpm.sock stuff into the config file after fpm installation of fpm modules is done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants