Plesk php safe mode disable
- No Comments
- Oct, 05, 2009
- Angelo Schalley
- Plesk Linux
First:
Config vhost files in …../domain/conf/vhost.conf
put :
<Directory /home/httpd/vhosts/domein.be/>
php_admin_value safe_mode 0
</Directory>
reboot apache
./etc/rc.d/init.d/httpd restart
/usr/local/psa/admin/bin/websrvmng -a
Plesk restore psarestore using ftp
- No Comments
- Oct, 05, 2009
- Angelo Schalley
- Plesk Linux
/usr/local/psa/bin/psarestore -f ftp://<login>:<password>@<server>/<dumpfile_path> -m map_ip -s shell_map
Use psadump for backing up plesk domains
- No Comments
- Oct, 05, 2009
- Angelo Schalley
- Plesk Linux
Psadump is a utility that backs up all of the Plesk configuration
files, archives all of the user data on the server (including mail),
and dumps all of the databases. If possible, this should be done before
any work is started on a server with Plesk. As
the information created in this archive can be used to restore all
Plesk data, user settings, user data, databases, etc … it is a good
idea for administrators to run this every so often.
Read more on Use psadump for backing up plesk domains…