Error Log On LSWS Panel Admin

qiannah

New Member
#1
error lsws.jpg
Hello,

I'm an LSWS + Cyberpanel user.
When I try to login to the LSWS panel I get a log notification like the image above. Is it normal or not?
If it's not normal, is there a solution to fix it?

thanks for the answer and help

Qiannah
 

AndreyPopov

Well-Known Member
#2
@qiannah

1.
you can use different version of php in your apps. that's why you must install for each used php version lsapi lsphpXX
https://docs.litespeedtech.com/lsws/extapp/php/getting_started/


XML:
  <phpHandler>
    <id>php81</id>
    <command>/usr/local/lsws/lsphp81/bin/lsphp</command>
    <suffixes>php</suffixes>
  </phpHandler>


2.
modsec.conf line 19 - check that rules.conf path exist or no syntax problem in file (like BOM symbols)


3.
check mail server configuration for _default_ settings on line 33 of vhost.conf
 
Last edited:
Top