HEX
Server: LiteSpeed
System: Linux premium263.web-hosting.com 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
User: eastcjee (525)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: //proc/self/root/proc/thread-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). Sender authenticity is enforced separately by
# SimpleAgent._authorize_sender() using the kernel-trusted SO_PEERCRED
# UID: a tenant account may only submit metrics for a domain it owns, so a
# world-writable socket does not allow cross-tenant metric spoofing.
SocketMode=0666
Backlog=2048

[Install]
WantedBy=sockets.target