Multiple vhosts one script handler

#1
I was looking for information about script handlers. I have more than one virtual host and every is setuped with: External App Set UID Mode: DocRoot UID and has server script handler lsphp as I don't need multiple PHP versions.

It's working fine, but I found out that other setups (like CyberPanel) there is always separate vhost script handler with unique unix socket address and SuEXEC is defined in the handler config. I can't find any information if one socket (defined in the server handler) is problem (both security and performance) or it's okay to use. If it's better to use separate sockets is it possible to define on the server level via $VH_NAME for example?

If anyone can elaborate on this I will be thankfull :)
 
Top