Archive for plesk
backup and restore a plesk domain from the command line
Backup and restore a Plesk domain from the command line BACKUP Set a domain name as a variable in your shell (not really required, just makes the rest harder to screw up if you copy and paste from this howto): DOMAIN_NAME=example.com Go to the directory where plesk keeps the dumps cd /var/lib/psa/dumps/$DOMAIN_NAME Create a file with [...]
Read moreplesk Customizable httpd.include per domain
In Plesk each domain has virtual hosts configuration stored in a separate file: /home/httpd/vhosts//conf/httpd.include This file is overwritten each time the virtual host configuration is changed, thus any manual alterations made to the file are discarded. To use custom directives or redefine those inserted by Plesk, you need to create the files vhost.conf and/or vhost_ssl.conf [...]
Read moreAdding Zend Frame Work to Plesk vhost.conf
Replace bizante.com with the domain you are configuring. This article requires knowledge of linux text editor from terminal command line. I used this procedure to get started with the Google Data PHP Client Library which is included as part of the ZEND FRAMEWORK From a terminal with SU / root type the following: cd /usr/local/src [...]
Read morehow to import a MySQL database
Using PhpMyAdmin 1 Install phpMyAdmin software on your computer if it is not already installed. You can find phpMyAdmin software online at the phpMyAdmin homepage (see Resources below). 2 Log onto the phpMyAdmin page from your Web space. You will need the username and password assigned to you by your Web-hosting provider. 3 Select the [...]
Read more