summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-03-09 13:43:23 +0100
committerRemi Collet <remi@php.net>2023-03-09 13:43:23 +0100
commit83ef4799a3406fe94c0c6e4bed95541a18447a7b (patch)
treed9430297ff6f618198ecfec58ee279588422f608 /README
parentc4f79b9fa4bf482b8252099fbf6c303a594a48f0 (diff)
improve the man page
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 2 insertions, 6 deletions
diff --git a/README b/README
index b903c7e..e808e0b 100644
--- a/README
+++ b/README
@@ -23,7 +23,8 @@ which adds support for the PHP language to Apache HTTP server.
The %{?scl_prefix}php-fpm package provides the FastCGI process manager
which adds support for the PHP language to FastCGI compatible servers.
-FastCGI process manager (php-fpm) listens on local network soket.
+FastCGI process manager (php-fpm) listens on local soket
+(by default %{_localstatedir}/run/php-fpm/www.sock).
When working with %{scl_name} collection, use the "scl" utility (see
scl(1) for usage) to enable the scl environment properly.
@@ -53,10 +54,5 @@ module load %{scl_name}
module unload %{scl_name}
Disable %{scl_name} software collection in current interactive shell.
-
-%if 0%{?rhel} >= 7
systemctl start %{?scl_prefix}php-fpm
-%else
-service %{?scl_prefix}php-fpm start
-%endif
Starts the php-fpm server from %{scl_name} software collection.