Install Nginx PHP-FPM and Varnish on CentOS

First of all download and install the remi repo wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm rpm -Uvh epel-release-6-8.noarch.rpm remi-release-6.rpm Now Installed the php with common used modules and php-fpm yum --enablerepo=remi install…

Plesk logs and configuration file path

Control Panel logs 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 Control Panel configuration files php: /usr/local/psa/admin/conf/php.ini www: /etc/sw-cp-server/applications.d/plesk.conf features: /usr/local/psa/admin/conf/site_isolation_settings.ini Sitebuilder Log: /usr/local/psa/admin/logs/sitebuilder.log Install / Upgrade logs: /usr/local/sb/tmp/…

Enable SFTP Logs

SSH File Transfer Protocol (also Secure File Transfer Protocol, Secure FTP, or SFTP) is a network protocol that provides file access, file transfer, and file management functionalities over any reliable…