Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - felon

Pages: [1]
1
PHP / PHP FPM
« on: April 01, 2019, 11:14:03 AM »
Hello everyone,

i'm new to cwp and evaluating it for our use. Currently we are using ispconfig3.

I made a test setup on our environment with a new instance. Fresh installed centos 7 / and worked through the easy setup routine.
PHP-CGI is working fine, but when i try to force apache to php-fpm i get a 503 error.

When i look on the php-fpm running process it tells me the following:

--------------------------------------------------
Redirecting to /bin/systemctl status php-fpm70.service
● php-fpm70.service - The PHP FastCGI Process Manager
   Loaded: loaded (/usr/lib/systemd/system/php-fpm70.service; enabled; vendor preset: disabled)
   Active: active (running) since Mon 2019-04-01 12:53:22 CEST; 13min ago
  Process: 31137 ExecReload=/bin/kill -USR2 $MAINPID (code=exited, status=0/SUCCESS)
 Main PID: 27967 (php-fpm)
   CGroup: /system.slice/php-fpm70.service
           └─27967 php-fpm: master process (/opt/alt/php-fpm70/usr/etc/php-fpm.conf)                                     

Apr 01 12:53:22 cpw.huf.intranet systemd[1]: Started The PHP FastCGI Process Manager.
Apr 01 12:58:31 cpw.huf.intranet systemd[1]: Reloading The PHP FastCGI Process Manager.
Apr 01 12:58:31 cpw.huf.intranet systemd[1]: PID file /opt/alt/php-fpm70/usr/var/run/php-fpm.pid not readable (yet?) after reload.
Apr 01 12:58:31 cpw.huf.intranet systemd[1]: Reloaded The PHP FastCGI Process Manager.
----------------------------------------------------

Did i miss something?
Help appreciated :)

Best regards,
Ralph

Pages: [1]