In Virtuozzo containers for Linux, the VPS-optimized mode switches off the InnoDB engine in the MySQL database server, and Apache web server modules that are not critical for hosting services.
The only disadvantages of using the optimized mode are as follows:
To switch Plesk to the VPS-optimized mode in the Virtuozzo environment:
Install the pp12.5.30-vps-optimized
EZ template. The template applies the necessary configuration.
If you need to switch Plesk back to the normal mode of operation, perform the following steps:
/etc/my.cnf
.skip-innodb
and remove them, or comment them out. a2enmod
utility to switch on all required modules. For example, if you want to switch on the PHP module, issue the following command:a2enmod php5
/etc/httpd/conf/
./etc/httpd/conf/httpd.conf
.LoadModule
<module_name>
corresponding to the modules that you want to switch on, and uncomment the lines.mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa -e "update misc set val='0' where param='vps_optimized_mode_status';"