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
root@venus:~/lnmp0.8-full# ./pureftpd.sh
=========================================================================
Pureftpd for LNMP... [ Continue reading... ]
Recently I had problem with apache after upgrade, and after checking log files, I found that error was
PHP Fatal error: [ionCube Loader] The Loader must appear as the first entry in the php.ini file in Unknown on line 0
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... [ Continue reading... ]
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 it
<Directory... [ Continue reading... ]
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.
wget -q -O - http://www.ucvhost.com/installers/atomic.sh |sh
yum update php
yum install php-soap
yum install php-json
/usr/local/psa/admin/sbin/websrvmng -a
service psa stopall
service psa... [ Continue reading... ]
Symptoms
Sometimes I get the "Too many connections" error in Plesk CP or when open a site in my browser:
Unable to connect to database: Too many connections
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 connection limit and the... [ Continue reading... ]
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.
#20 ftp-data
#21 ftp
#22 ssh
#25 smtp
#53 dns (TCP and UDP)
#80 http
#106 poppassd (for localhost only)
#110 pop3
#113 auth
#143 imap
#443 https
#465 smtps
#990... [ Continue reading... ]
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 being used by another process. (Error code 32) at... [ Continue reading... ]
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 the detail of account after and before... [ Continue reading... ]
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 "Add"
Enter server ip
and MSSQL password
Click on... [ Continue reading... ]