the default backup direktory is
Posted on 28 January 2012.
the default backup direktory is
Posted in Linux, PleskComments (0)
Posted on 18 December 2010.
SMTP or sending mail problems are common and usually easy to troubleshoot. This document will help customers troubleshoot SMTP problems on all (mt) Media Temple hosting platforms. Read the full story
Posted in Linux, PleskComments (0)
Posted on 02 November 2010.
# /usr/local/psa/admin/sbin/mailqueuemng –help
qmHandle v1.2.0
Copyright 1998-2003 Michele BeltrameAvailable parameters:
-a : try to send queued messages now (qmail must be running)
-l : list message queues
-L : list local message queue
-R : list remote message queue
-T : list todo message queue
-s : show some statistics
-mN : display message number N
-dN : delete message number N
-Stext : delete all messages that have/contain text as Subject
-D : delete all messages in the queue (local and remote)
-V : print program versionAdditional (optional) parameters:
-c : display colored output
-N : list message numbers only
(to be used either with -l, -L, -R or -T)You can view/delete multiple message i.e. -d123 -v456 -d567
[ad code=4]
Posted in Linux, PleskComments (0)
Posted on 02 November 2010.
When the mail queue on a (dv) Dedicated-Virtual Server has messages stacked up you can use the tool qmHandle.
Posted in Linux, PleskComments (0)
Posted on 01 November 2010.
AWstats statistics generator is used by domain:
Domains -> <domain name> -> Setup -> Web statistics: AWstats Read the full story
Posted in PleskComments (0)
Posted on 01 November 2010.
How to install cpanel and plesk
http://www.eukhost.com/forums/f16/install-plesk-cpanel-11-a-8254/
Posted in PleskComments (2)
Posted on 25 October 2010.
By default Plesk runs CGI scripts in /cgi-bin/ folder only. To allow CGI scripts be processed from any folder, you should and uncomment the cgi-script AddHandler directive in the main apache configuration file /etc/httpd/conf/httpd.conf: Read the full story
Posted in ProgrammingComments (0)
Posted on 08 February 2010.
Plesk uses PHP’s open_basedir setting to restrict PHP scripts to their domain’s httpdocs directory (and /tmp) for security. If you check the domain’s error_log you’ll see that the open_basedir restriction is in effect (or enable display_errors to see errors in your browser, but this is not recommended for production sites).
You can override a domain’s open_basedir setting if you want, for instance you can add domain2′s path2 directory to domain1′s open_basedir like this:
<Directory /var/www/vhosts/domain1/httpdocs> php_admin_value open_basedir "/var/www/vhosts/domain1/httpdocs:/tmp:/var/www/vhosts/domain2/httpdocs/path2" </Directory>
See Including Directives into Web Server Configuration File for instructions on adding custom Apache settings for a domain.
Posted in Linux, PleskComments (0)
Posted on 09 January 2010.
#apt-get install lynx
#lynx -source http://pear.php.net/go-pear | php
press 1 and change the path to /usr/share Read the full story
Posted in Linux, PHP, PleskComments (0)
Posted on 10 November 2009.
Qmail linux mainames path
/var/qmail/mailnames/domain/
Posted in Linux, PleskComments (0)
Posted on 10 July 2008.
Make sure that Plesk PHPMyAdmin user exists in mysql.user table and has right password and privileges. Username and password can be found in $PRODUCT_ROOT_D/admin/htdocs/domains/databases/phpMyAdmin/config.inc.php (Note, since Plesk 8.1 the file is $PRODUCT_ROOT_D/admin/htdocs/domains/databases/phpMyAdmin/libraries/config.default.php), for example: Read the full story
Posted in Network, PleskComments (0)
