PHP Compile Succesfull But i can's see Handler Name

#1
Hello ,

My Steps.

Step One : Download php version.
Step Two : ./configure --prefix=/usr/local/lsws/lsphp74/ --enable-litespeed etc. etc..
Step Tree : ../../fcgi-bin/lsphp7 -v

PHP 7.4.15 (litespeed) (built: Feb 9 2021 15:23:52)
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies

I can add new hendler but i dont save handler name , what am i doing wrong ?

also i can't see lsphp.sock
 
Last edited:
#3
Hi,

Have you set up an External App for lsphp74 yet? The socket address can also be set there.
No , but i removed extprocessor lsphp and scripthandler in httpd_config.conf.

I can't add php version when I want to add it again

Should the relevant values remain constant?
 
Top