HEX
Server: LiteSpeed
System: Linux srv1.dhviews.com 5.14.0-570.23.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jun 24 11:27:16 EDT 2025 x86_64
User: bdedition (1723)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //proc/self/root/proc/thread-self/root/proc/self/root/lib/systemd/system/ssa-agent.socket
[Unit]
Description=PHP Cloudlinux SSA Agent Socket
PartOf=ssa-agent.service

[Socket]
ListenStream=/opt/alt/clos_ssa/run/ssa.sock
# SocketMode=0666 is intentional: the socket must be writable by PHP
# processes running under any web server (Apache, LiteSpeed, Nginx)
# across all supported panels (cPanel, Plesk, DirectAdmin).
# Restricting via SocketGroup is not feasible because the group owning
# PHP workers differs per panel and web server combination.
# Input validation in agent.py _validate_input() limits accepted payloads
# to the exact format produced by the C extension (7 fields with strict
# types), but does not authenticate the sender — any local user who
# crafts a conforming payload can inject plausible metric data.
# This is an accepted residual risk for a metrics-collection socket.
SocketMode=0666
Backlog=2048

[Install]
WantedBy=sockets.target