How to install cpanel and plesk
http://www.eukhost.com/forums/f16/install-plesk-cpanel-11-a-8254/
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 Plesk2 Comments
Posted on 25 October 2010.
Plesk Migration Manager (PMM) does not exist in Parallels Plesk Panel Beta, Plesk 9 Release and the first patch 9.0.1.
The feature is under development now and will be available in the next version of Parallels Plesk Panel 9.2. Continue Reading
Posted in Plesk0 Comments
Posted on 01 September 2010.
the default backup direktory is set to /var/lib/psa/dump
Change the path
/etc/psa/psa.conf ? There´s was the path written
# Backups directory
DUMP_D /var/lib/psa/dumps
Posted in Plesk0 Comments
Posted on 30 July 2010.
# /usr/local/psa/admin/sbin/mailqueuemng –help
qmHandle v1.2.0
Copyright 1998-2003 Michele Beltrame
Available 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 version
Additional (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
Posted in Plesk0 Comments
Posted on 15 July 2010.
Posted in Plesk0 Comments
Posted on 22 May 2010.
http://kb.parallels.com/5207
Posted in Linux, Plesk0 Comments
Posted on 21 April 2010.
Posted in Plesk0 Comments
Posted on 03 March 2010.
Unique Visitor:
A unique visitor is a host that has made at least 1 hit on 1 page of your web site during the current period shown by the report. If this host make several visits during this period, it is counted only once.
The period shown by AWStats reports is by default the current month.
However if you use AWStats as a CGI you can click on the “year” link to have a report for all the year. In a such report, period is full year, so Unique Visitors are number of hosts that have made at least 1 hit on 1 page of your web site during those year. Continue Reading
Posted in Plesk0 Comments
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, Plesk0 Comments
Posted on 23 January 2010.
In case you need to allow access with PHP scripts of a certain virtual host to additional folder(s), you should set up option ‘open_basedir’ for the virtual host with the new path value, splitting the folder names with colons. This action can only be made by a user with root privileges on domains’ vhost.conf or vhost_ssl.conf files (for SSL virtual host). For more information, read the article ‘Including Directives into Configuration File of Web Serve’ in the Parallels Plesk Panel documentation.
Once applied these changes, you should recreate Apache’s configuration files and restart Apache service using the following command in the shell. If the vhost(_ssl).conf file is found, then it will be automatically added to the httpd.include file of the domain:
~# /usr/local/psa/admin/sbin/websrvmng -a -v
/plesk_installation_directory/admin/sbin/websrvmng –reconfigure-vhost –vhost-name=<domain_name>
Posted in Plesk0 Comments
