HEX
Server: Apache/2.4.65 (Unix) OpenSSL/1.1.1k
System: Linux f37.eelserver.com 4.18.0-553.107.1.el8_10.x86_64 #1 SMP Mon Feb 23 10:50:53 EST 2026 x86_64
User: zulfiqar (1084)
PHP: 8.3.0
Disabled: NONE
Upload Files
File: //etc/systemd/system/multi-user.target.wants/cwpsrv-phpfpm.service
[Unit]
Description=The PHP FastCGI Process Manager
After=syslog.target network.target

[Service]
Type=simple
PIDFile=/usr/local/cwp/php71/var/run/cwpsrv-php-fpm.pid
ExecStart=/usr/local/cwp/php71/sbin/php-fpm --nodaemonize --fpm-config /usr/local/cwp/php71/etc/cwpsrv.conf -R
ExecReload=/bin/kill -USR2 $MAINPID
Restart=always
RestartSec=5
LimitNOFILE=65535

[Install]
WantedBy=multi-user.target