Development Blog by Professionals
Plesk
How do I enable Mailman on my server in Parallels Plesk Panel?
Jul 15th
To Enable Mailman
- Log in to Parallels Plesk Panel as “admin”.
- From the navigation pane on the left side of the Control Panel, select Server.
- Under Services, select the Set Up Mailman icon.NOTE: If the Set Up Mailman icon is disabled, you need to install the latest Mailman updates. Select the Updater icon to install the Mailman updates.
- In the Set Up Mailman window, specify your administrator log in information and click OK.
How can I find out my Plesk Control Panel license key number on my Plesk installation?
May 22nd
http://kb.parallels.com/5207
Configuring Statistics cheacge month Liits
Apr 21st
- Go to Settings > Settings of Server Statistics (in the Logs & Statistics group).
- Under the System preferences group, specify the term during which the bandwidth usage statistics should be kept for your customers.
- Specify the items that should be considered when disk space and bandwidth usage is calculated.
- Click OK.
AWStats logfile analyzer 6.95 Documentation
Mar 3rd
Glossary
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. More >
Plesk changing the linux permissions
Feb 8th
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.
Plesk fix .conf files
Jan 23rd
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>
many processes of “executable”
Jan 20th
Do you notice if it happens at a particular time everyday?
Cause we’ve discovered that it can be a cron problem. Try disabling all cron jobs and see if it still happens.
Also, be sure to do this:
Go into plesk:
1) Mail server settings
* At Relay Options:
2) Uncheck the authentication required: “POP3 lock time”
* Disable greylisting:
3) /usr/local/psa/bin/grey_listing –update-server -status off
http://forum.parallels.com/showthread.php?t=90550
PLESK Unable to update hosting preferences. User xxxx already exists
Jan 10th
Yeah, I would delete the domain and then recreate it then restore it.
browse the psa database and remove the xxxx username under the “clients” table.
So check the sys_users table and the /etc/passwd .
from http://forum.parallels.com/showthread.php?t=71840
install PEAR to PLESK over UBUNDU
Jan 9th
#apt-get install lynx
#lynx -source http://pear.php.net/go-pear | php
press 1 and change the path to /usr/share More >
Install PLESK on ubuntu hardy
Dec 31st
I have bought new server for SEDC kelantan and i have stuck when i install Debian 4.0 than i install ubuntu 8.04 LTS server editions.
After googling around i not found the best tutorial how to install Plesk on ubuntu 8.04 hardy.
than this is the basic tutorial and it will help you and me.
switch the AppArmor service off, before installing Parallels Plesk Panel More >


