php-fpm_centos7
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
php-fpm_centos7 [2015/10/20 05:52] – created luke7858 | php-fpm_centos7 [2024/05/23 07:26] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 5: | Line 5: | ||
\\ | \\ | ||
This means that php-fpm will be using files (sockets) to run which could be considered slower because of potential slow HDDs however the files are mostly stored in RAM so it makes accessing them significantly quicker. | This means that php-fpm will be using files (sockets) to run which could be considered slower because of potential slow HDDs however the files are mostly stored in RAM so it makes accessing them significantly quicker. | ||
+ | \\ | ||
+ | \\ | ||
+ | | ||
^ Sockets ^ fastcgi_pass unix:/ | ^ Sockets ^ fastcgi_pass unix:/ | ||
^ Ports | ^ Ports | ||
+ | \\ | ||
+ | You are still able to refer to the FHS 2.4 as before however you are also able to access /run which is the new structure for 3.0 | ||
+ | \\ | ||
+ | For example the output of df -h on CentOS 7 looks like: | ||
+ | <sxh bash> | ||
+ | # df -h | ||
+ | Filesystem | ||
+ | / | ||
+ | devtmpfs | ||
+ | tmpfs | ||
+ | tmpfs | ||
+ | tmpfs | ||
+ | / | ||
+ | </ | ||
\\ | \\ | ||
\\ | \\ |
php-fpm_centos7.1445320343.txt.gz · Last modified: 2024/05/23 07:26 (external edit)