Nginx Autoinstaller provide script to install pureFTP with MySQL support and a GUI, where you can create ftp accounts easily. How to install Nginx,MySQL,PHP using LNMP-Nginx Autoinstaller How to upgrade Nginx to latest version How to upgrade php to latest version PhpMyAdmin with Nginx Autoinstaller [crayon-650c06e2d4007793281030/] [crayon-650c06e2d400d046273470/] FTP GUI is in … [Read more...]
[ionCube Loader] The Loader must appear as the first entry in the php.ini file in Unknown on line 0
Recently I had problem with apache after upgrade, and after checking log files, I found that error was [crayon-650c06e2d43a4681959010/] This is because ionCube must be loaded before any of the Zend extensions are. So if you have the Zend extension/optimizer loaded, your php.ini should look like this to get ionCube to work: [crayon-650c06e2d43a7900564256/] … [Read more...]
Disabling open_basedir in plesk
Plesk handle things differently then Cpanel. If you will make any custom change in plesk configuration files then they will revert to original after some specific period of time. To disable open_basedir in plesk for some specific domain, it requires to make a vhost.conf file. Go to /var/www/vhosts/your_domain.com/conf Make a file name vhost.conf Paste the following code in … [Read more...]
How to upgrade php to 5.2 in Plesk 9.x and 8.x
By default plesk 9.x and 8.x comes with php 5.1 installed, however if your application requires php 5.2 specifically then you can upgrade it manually with simple steps. [crayon-650c06e2d4624028872308/] … [Read more...]
I get the error: “Could not connect to SQL database. Too many connections”.
Symptoms Sometimes I get the "Too many connections" error in Plesk CP or when open a site in my browser: [crayon-650c06e2d46e3801862859/] Cause This error means that the limit of simultaneous MySQL connection to mysql server is reached and new connections to the server cannot be established at this time. Resolution There are two ways to solve this issue. The first one is increase the … [Read more...]
Ports to configure in firewall for Plesk
Previously I explained the list of ports to configure in firewall if you are running direct admin in your web servers. Ports to configure in firewall for Directadmin Here is the list of ports which are required to configure if you are running plesk control panel. [crayon-650c06e2d47c7107666809/] In case you face problem, feel free to put it in comments. … [Read more...]
Plesk – Error: Unable to update hosting preferences
Error: Unable to update hosting preferences: WebServerManager::addVhost() failed: websrvmng failed: The process cannot access the file because it is being used by another process. (Error code 32) at Open file 'C:\WINDOWS\system32\inetsrv\fcgiext.ini'" Unable to update hosting preferences: WebServerManager::addVhost() failed: websrvmng failed: The process cannot access the file because it is … [Read more...]
How to change domain owner in Plesk
Changing owner for a domain in plesk is very easy, it requires when you need to move domain from one customer's account to another customer's account. Login to plesk, go to domains, and see the domain lists Select check box with domain which you want to move Click on "Assign New Domain Owner" On the next page, select the new owner for domain Click on "Next" Next page will show you … [Read more...]
How to add remote MSSQL server in Plesk
Adding remote MSSQL server is necessary for those server which host very large traffic websites, and therefore splitting services to multiple servers is necessary to make them fast. Adding remote MSSQL server in Plesk is very simple and just requires few clicks, assuming that you have a server ready with MSSQL Login to plesk click on servers click in database servers click on … [Read more...]