New Search

If you are not happy with the results below please do another search

9 search results for: plesk

3

List access or error log files with their sizes plesk hosting servers

List all access log files; find /var/www/vhosts/*/logs/error_log -exec ls -la {} \; | awk ‘{print $5 ” ” $9}’ | sort -n List all error log files; find /var/www/vhosts/*/logs/access_log -exec ls -la {} \; | awk ‘{print $5 ” ” $9}’ | sort -n For access logs,there are also other access log files in that […]

4

Change compression type for Plesk backups

As a new feature,Plesk picked up zstd compression method for backups.If you want to create backup files with classic method you can edit the panel.ini file in two way 1. Go to Extensions ->Install and activate panel editor extension and open the editor in my extensions section Select the editor and add these; [pmm] compressionMethod […]

5

Plesk Cloudlinux LveManager Extension Error

You can manage hosting limits or reseller limits by using lve manager extension (module) inside the plesk hosting control panel.It is useful because you can set some limits to your hosting accounts by using plesk ui.But if you login to plesk with using HTTP,some errors will be occur.Therefore, you must login to plesk with https […]