Tag: plesk
-
Plesk path to logs and configuration files
Below are the path to plesk logs and configuration files. If you face any issues with plesk control panel or any other service you can check the corresponding log files for the errors and fix the issue Control Panel Error log: /var/log/sw-cp-server/error_log Access log: /usr/local/psa/admin/logs/httpsd_access_log Panel log: /usr/local/psa/admin/logs/panel.log service control: Stop: /etc/init.d/psa stop Start: /etc/init.d/psa…
-
Install ZendOptimizer on Windows Plesk
Download the ZendOptimizer from http://www.zend.com/en/products/guard/downloads Download Link – http://downloads.zend.com/optimizer/3.3.3/ZendOptimizer-3.3.3-Windows-i386.zip Extract the zip file and copy file ZendExtensionManager.dll and folder Optimizer-3.3.3 to C:\Program Files (x86)\Parallels\Plesk\Additional\PleskPHP5\extras\lib Now open C:\Program Files (x86)\Parallels\Plesk\Additional\PleskPHP5\php.ini and add the below lines at the end of the file. [plain] [ZEND] zend_extension_ts = "C:\Program Files (x86)\Parallels\Plesk\Additional\PleskPHP5\extras\lib\ZendExtensionManager.dll" zend_extension_manager.optimizer_ts="C:\Program Files (x86)\Parallels\Plesk\Additional\PleskPHP5\extras\lib\Optimizer-3.3.3" [/plain] Now save the file…
-
Error: no secure shell available plesk
In Plesk 11 you can run the below command to fix it [bash] [root@server ~]# /usr/local/psa/bootstrapper/pp11.0.9-bootstrapper/bootstrapper.sh repair Changing shell for popuser. Shell not changed. Changing shell for mhandlers-user. Shell not changed. ===> Preparing upgrade Stopping psa… done psa is stopped Stopping psa… done ===> Cumulative database upgrade has been started ===> Upgrade completed. ===> Cumulative…