Plesk for Linux
kb: technical
Applicable to:
- Plesk for Linux
Symptoms
- Litespeed extension is installed and broken:
PLESK_ERROR: ERR [1] ERROR: Class 'Lsc\Wp\WPInstallStorage' not found (PleskPanelWPInstallStorage.php:25)
- Sites can show:
CONFIG_TEXT: 404 Not Found
Cause
Web-server misconfiguration. Both Apache and Litespeed are running at the same time on Plesk server:
CONFIG_TEXT: # ps auxwwff | grep httpd
root 236635 0.0 0.1 885164 61336 ? Ss Jul13 14:07 /usr/sbin/httpd
root 1148790 0.4 0.4 186500 159296 ? S Aug19 3:21 litespeed (lshttpd)
Resolution
- Login to the server via SSH.
- Switch Web-server to Apache:
# /usr/local/psa/admin/bin/modules/litespeed/lsws_cmd "/usr/local/lsws" SWITCH_TO_APACHE
- Remove Litespeed extension:
# plesk bin extension --uninstall litespeed
Comments
0 comments
Please sign in to leave a comment.