/etc/init.d/psa stop /etc/init.d/psa start
31 Ottobre 2013
di admin@admin
Commenti disabilitati su Restart Plesk via SSH
31 Ottobre 2013
di admin@admin
Commenti disabilitati su Restart Plesk via SSH
/etc/init.d/psa stop /etc/init.d/psa start
31 Ottobre 2013
di admin@admin
Commenti disabilitati su Query Mysql per recuperare password email e FTP
In Plesk, passwords are stored in “psa” database and it is easy to retrieve the passwords using Mysql queries. Given below are the steps to retrieve email account’s password and FTP account’s password for a domain. Get Email account passwords per dominio … Continua a leggere
31 Ottobre 2013
di admin@admin
Commenti disabilitati su How to include domain-specific Apache configuration directives into web server configuration file
You can include domain-specific Apache configuration directives into the web server configuration file. In Parallels Plesk Panel, each domain has virtual host configuration information stored in a separate file called httpd.include. How to include domain-specific Apache configuration directives into web … Continua a leggere
31 Ottobre 2013
di admin@admin
Commenti disabilitati su Come recuperare le informazioni degli account in Plesk via SSH e altre funzioni
Getting all the domain account information from Plesk mysql -uadmin -p`cat /etc/psa/.psa.shadow` -D psa -e “select login,password,home from sys_users INNER JOIN accounts on accounts.id=sys_users.account_id;” Get client login details from Plesk mysql -uadmin -p`cat /etc/psa/.psa.shadow` -D psa -e “select login,password from … Continua a leggere
31 Ottobre 2013
di admin@admin
Commenti disabilitati su Bug: quando un cambiamento hardware non si riflette nell’Health Monitor di Plesk
When you add a new hard drive and increase available diskspace, add RAM to the server, or replace the CPU with a more powerful one, these hardware changes are not reflected in Health Monitor. The old values of the hardware … Continua a leggere
31 Ottobre 2013
di admin@admin
Commenti disabilitati su Stimare l’uso del disco in Plesk da riga di comando
I comandi che seguono (nel pdf allegato) assisteranno nella valutazione dell’uso del disco in Plesk. Evaluate Disk Usage on Linux Plesk Server
31 Ottobre 2013
di admin@admin
Commenti disabilitati su Abilita accesso remoto al db MySql in Plesk
Since Plesk 8 MySQL users and databases are created with permissions that allow access to the database from outside. In previous Plesk versions MySQL users and databases are created with permissions that allow to access the database from localhost only. … Continua a leggere