|
Linux Server Hacks - How to increase Plesk Q-mail Maximum E-mail Attachment
2008-05-28 09:37:00 Well, recently I had one of my clients that I host their e-mail system on my web server ask me if they can send more than 2MB for their e-mail attachments. To do this on a Plesk system, you need to create a new file for the Q-mail. Plesk defaults to 2MB for e-mail attachments. Goto this ...
SoftLayer Integrates API with Plesk; Announces Partnership with rackAID
2008-05-20 15:00:00 Plesk users can now use a single interface to seamlessly access all SoftLayer management tools
Move domain between clients in Plesk
2008-05-13 20:24:00 Moving domains from client to client in Plesk is pretty quick from the command line. Just replace DOMAIN with the domain name you want to move and CLIENTLOGIN with the client?s username: /usr/local/psa/bin/domain.sh --update DOMAIN -clogin CLIENTLOGIN
AWStats icons don?t appear in Plesk
2008-05-13 16:08:00 The AWStats package in RHEL4/Centos4 and Plesk 8.1 uses an alias directory for the icons called /awstats-icon, but when the AWStats contents is generated, the icon directory is different (/icon). To fix this issue, change this file: /usr/share/awstats/awstats_buil-dstaticpages.pl my $DirIcons='/awstats-icon';
Can?t find file: ?horde_sessionhandler.MYI? in Plesk
2008-05-13 15:58:00 If you get this error, you?ve most likely done a file-based MySQL backup restore, and the InnoDB files are hosed. The horde_sessionhandler table isn?t a MyISAM table at all - it?s actually an InnoDB table. The easiest way to fix the issue is to stop MySQL and trash the .frm: # /etc/init.d/mysqld stop # rm /var/lib/mysql/horde/horde_sess-ionhandler.frm Now start ...
Add SPF records to all domains in Plesk
2008-05-13 15:57:00 If you find yourself in the situation where you need to bulk add SPF records to every domain in Plesk, you can use this huge one-liner: mysql -u admin -p`cat /etc/psa/.psa.shadow` psa -e “select dns_zone_id,displayHost from dns_recs GROUP BY dns_zone_id ORDER BY dns_zone_id ASC;” | awk ‘{print “INSERT INTO dns_recs (type,host,val,time_stamp,dns_z-one_id,displayHost,displayVal)- VALUES (’”TXT’”-;,’””$2″-;‘”,’”v-=spf1 a mx ~all’”,NOW(),”-;$1″,’””-;$2″‘”,’-;”v=spf1 ...
Horde refreshes when logging in
2008-05-13 15:49:00 If you find that Horde (with Plesk) keeps refreshing when you attempt to log in, and there are no errors logged on the screen or in Apache?s logs, check the session.auto_start variable in /etc/php.ini. If session.auto_start is set to 1, set it to 0 and Horde will miraculously start working again.
Remove all open_basedir restrictions in Plesk
2008-05-13 15:47:00 If you have an open_basedir restriction that is causing issues with a domain, you can remove the restriction easily. First, put the following text in /home/httpd/vhosts/[domain]/con-f/vhost.conf: <Directory /home/httpd/vhosts/[domain]/htt-pdocs> php_admin_value open_basedir none </Directory> If there was already a vhost.conf in the directory, then just reload Apache. Otherwise, run the magic wand: /usr/local/psa/admin/bin/websrv-mng -av Then reload Apache: /etc/init.d/httpd reload
Plesk and PHPMyAdmin: Non-static method PMA_Config::isHttps() should not be
2008-05-13 15:46:00 If this situation pops up in Plesk, it means that a user has changed their MySQL password outside of Plesk. The password in Plesk?s own database does not match, so the auto-creation of the phpMyAdmin settings fails. You?ll end up seeing this after clicking ?DB WebAdmin?: MySQL said: Non-static method PMA_Config::isHttps() should not ...
mchk: Unable to initialize quota settings for someuser@somedomain.com
2008-05-13 15:40:00 If you?re working in Plesk and you receive this error: mchk: Unable to initialize quota settings for someuser@somedomain.com Run this command to fix the issue, but be patient: find /var/qmail/mailnames -type d -name '.*' ! -name '.spamassassin' -ls -exec touch '{}'/maildirfolder ; -exec chown popuser:popuser '{}'/maildirfolder ;
How to fix (rpmdb Lock table is out of available locker entries) error when
2008-05-13 15:28:00 If you are trying to use rpm or yum (which in turn calls RPM) and its showing a locker issues that looks something like this: rpmdb: Lock table is out of available locker entries error: db4 error(22) from db->close: Invalid argument error: cannot open Packages index or rpmdb: Lock table is out of available locker entries error: db4 error(22) from db->close: ...
Install Imagemagick / Imagick for PHP on CentOS Cpanel/Plesk
2008-04-24 14:52:00 Install Imagemagick / Imagick for PHP on CentOS Cpanel/Plesk Solution : For installing Imagick extension for PHP you have to install ImageMagick from source and Its a Must. Otherwise the extension for PHP wont compile. *# wget ftp://ftp.imagemagick.org/pub/I-mageMagick/ImageMagick.tar.gz*- # tar zxf ImageMagick.tar.gz # cd ImageMagick-x.x.x # ./configure # make # make install Now download the Imagick extension source from http://pecl.php.net/package/ima-gick *# wget http://pecl.php.net/get/imagick--x.x.x.tgz* # tar ...
Creating a Database in Plesk
2008-04-23 16:53:00 Creating a Database in Plesk Control Panel Plesk gives you the ability to create MySQL databases in both its Linux and Windows forms; if you purchase the necessary add-ons then it can also connect to PostgreSQL and MSSQL servers to create both types of database; PostgreSQL is only normally found on Linux, and MSSQL is for ...
Adding a Sub Domain in Plesk
2008-04-22 22:22:00 Creating a Subdomain in Plesk Control Panel Subdomains are domains that you can create under your hosted domain name; they take on the form of a new name as the forename, and then the second part of the address is your main domain name. Subdomains are a good way to section your website off into different ...
Plesk For Beginners
2008-04-18 00:03:00 Getting Started with Plesk Control Panel Plesk is the control panel that many web hosts use to provide their clients with both Linux and Windows based website hosting. Plesk is complicated control panel, since it incorporates many different features that you are able to use to administer nearly any aspect of your website and website hosting ...
Adding an Email Account in Plesk
2008-04-16 22:20:00 Adding an Email Account in Plesk Control Panel Plesk is a control panel which is used by many web hosts to provide their customers with Windows and Linux based hosting solutions so that they can easily serve their websites to their audiences, but at the same time provide their employees and colleagues with email solutions so ...
Plesk Shared Hosting
2008-03-11 21:16:00 Plesk is a web hosting control panel that is available for both Windows and Linux, and helps many web hosts provide customers with both standard shared web hosting as well as reseller hosting. Plesk was developed by a company known as SWSoft, who also own other industry leading web hosting controls panels such as Helm ...
Parallels Plesk Sitebuilder Adds New Features to Design Wizard
2008-03-10 19:39:00 Integrates Fotolia and SitePal Applications to Help Users Enhance Websites
Upgrade PHP5 y MySQL5 en PLESK
2008-02-07 01:29:00 Aviso para quienes tengan aplicaciones PHP en servidores con PLESK Estamos actualizando a la versión 5 de PHP y MySQL en los servidores que se administran con PLESK, asi que es posible que algunas de sus aplicaciones (catálogos, tiendas, sitios con bases datos) que no sean compatibles con la version 5 empiecen a tener problemas MUY ... SHARETHIS.addEntry({ title: "Upgrade PHP5 y MySQL5 en PLESK", url: "http://www.e-miguel.com/blog/2-008/02/06/upgrade-php5-y-mysql5--en-plesk/" });
Cambiar password de correo en PLESK
2008-01-31 17:45:00 En el PLESK, asi como en otros paneles de administración de hosting, no hay manera de saber cual era la contraseña que un usuario estaba utilizando para su cuenta de correo, pero ciertamente si hay manera de cambiarla o “resetearla”. Bueno, hay 2 formas de cambiar la contraseña (o password) de un correo en PLESK (versión ... SHARETHIS.addEntry({ title: "Cambiar password de correo en PLESK", url: "http://www.e-miguel.com/blog/2-008/01/31/cambiar-password-de-c-orreo-en-plesk/" });
Plesk 9.0
2008-01-27 17:23:00 ??? ????????, ???????? Swsoft, ????? ??????????? Plesk 9.0. ? ??? ??? ? ??????? ???? ???????? Plesk-?, ??? ???? ???? ??????? ????, ??????????? ????????????? ????. ????? ?????, ??? Plesk 9.0 ?????????? ??????????? ?? ?????????? ??????, ? ??? ????????? ???? ?????? ???, ? ??? ?? ????? ??????? ? ???? ????????. ?? ????, ???????? ?? ??????? ??????, ...
cPanel vs. Plesk
2007-12-22 23:28:00 cPanel and Plesk are two examples of web hosting control panels utilized by many hosting providers. Currently cPanel is only available for use on Linux operating systems, but this is set to change from 2008 when cPanel releases it’s cPanel/WHM 2008 Suite for Windows 2008; Plesk has been available for both Windows and Linux for ...
How to remove and uninstall or disable ModSecurity (mod_security)
2007-12-09 04:52:00 ModSecurity is an open source embeddable web application firewall, or intrusion detection and prevention engine for web applications. ModSecurity provides protection from a range of attacks against web applications and allows for HTTP traffic monitoring and real-time analysis with no changes to existing infrastructure, by operating as an Apache Web server module mod_security or standalone, ...
Easy CGI web hosting added Plesk 8.2 to its VPS plans
2007-11-01 17:26:00 Easy CGI web hosting has added Plesk 8.2 Web Hosting Control Panel to its VPS web hosting plans. The Plesk 8.2 upgrade adds to Easy CGI web hosting clients more comprehensive and better security server management for their web hosted websites and web applications. Now users that have a very little or even no technical ...
Plesk 8.3
2007-10-30 07:10:00 ?? ????, ??????, ??? ??????????? ?? ????? ??? ???????? ?????? SwSoft-a Plesk 8.3 Beta. ???? ???? ??????, ????? ??????, ????????????? ? ??????????. ???? ???? ??????, ?? ??? ?? ?????? ???! ??? ?????? ???? - http://www.swsoft.com/en/plesk8-3/beta/ ? ?????? ????!
Integrating Plesk Control Panel & Plesk Sitebuilder installed On Different
2007-10-15 18:02:00 In the registry, search for HKEY_LOCAL_MACHINESOFTWAREPLESK-PSA ConfigConfig . Also the value of USE_WSB_VERSION (REG_SZ) should be set to that of the sitebuilder with which you want to integrate. Once done, the correct version number should be displayed on “Components Management.” To use a secure protocol (https) specify USE_WSB_SCHEME, USE_WSB_LOGIN, USE_WSB_PASSWORD & USE_WSB_LOGIN, USE_WSB_PORT. For a regular ...
Plesk Panel'de MySQL Veritaban? Açmak
2007-09-02 13:08:00 Plesk Panel'de veritaban? açmak için bir kaç ad?m takip etmeniz yeterli olacakt?r. *1)* Panelinize giri? yap?n?z. *2)* Aç?lan sayfada...
Plesk Panel'de MySQL Veritabanı Açmak
2007-09-02 13:08:00 Plesk Panel'de veritabanı açmak için bir kaç adım takip etmeniz yeterli olacaktır. 1) Panelinize giriş yapınız. 2) Açılan sayfada 'Veritabanları' kısmına giriniz. 3) 'Yeni Veritabanı Ekle' bağlantısına tıklayın. 4) Açılan sayfaya veritabanızın ismini yazın. ör: vbulletin 5) Tekrar Veritabanları kısmına girin. 6) Açtığınız veritabanına tıklayın. 7) 'Yeni Veritabanı Kullanıcısı Ekle' bağlantısına tıklayın. 8) Kullanıcı adınızı ve şifrenizi yazıp kaydedin. İşleminiz tamamlanmıştır, tebrik ederiz. :)
what ports are listening on my server?
2007-07-29 12:50:00 You can use this commands – lsof -i Or netstat –listen
Plesk Linux server ? Configure qmail to run on port 26.
2007-07-29 12:36:00 Follow below steps to change smtp port on plesk server to 26. >> cd /etc/xinetd.d >> ls -l | grep smtp* >> cat smtp_psa service smtp { socket_type = stream protocol = tcp ...
Plesk - How to access MySQL from the command line?
2007-07-29 12:17:00 You can use this command on command prompt - mysql -umysql_user -pmysqlpass
Install Plesk 8.1 without SiteBuilder and with MSDE from command line:
2007-07-14 00:45:00 To install Plesk 8.1 without SiteBuilder, but with MSDE from command line: 1. Make sure that you have extracted the required .msi installer file, if you are using the network installer (see the Installing Plesk 8.1 for Windows Using Command Line Interface section for more details). 2. Create a new file called “install-plesk-with-msde.-cmd” (without the quotes) in ...
How to update Plesk 7.5 or later to 8.1 on Windows
2007-07-01 17:10:00 To update Plesk 7.5 or later to Plesk 8.1 using web installer: 1. Log in to your system as Administrator or another user with Administrator privileges. 2. Make sure that you have the Plesk web installer ready. You can download Plesk web installer from SWsoft web site (http://www.swsoft.com). 3. Open the command line interface (Start > Run > ...
How to get Plesk Admin password ?
2007-06-16 05:38:00 Plesk Linux Server : cat /etc/psa/.shadow.psa Plesk Windows Server : Login to RDP >> Open command prompt >> Change directory to Swsoft >> Plesk >> Admin >> Bin >> Run Command — plesksrvclient.exe -get Thank you
How to get Plesk Admin password ?
2007-06-16 05:38:00 Plesk Linux Server : cat /etc/psa/.shadow.psa Plesk Windows Server : Login to RDP >> Open command prompt >> Change directory to Swsoft >> Plesk >> Admin >> Bin >> Run Command — plesksrvclient.exe -get Thank you
Plesk configuration - get open_basedir working for a subdomain
2007-06-13 12:59:00 Learn how to remove the open_basedir restriction for a special directory that Plesk automatically creates for subdomains. Steps to fix open_basedir restriction for subdomains We assume that the domain name is $domain.com, the name of the subdomain is $subDomName. You have to replace these values with the appropriate values. Our goal is to open access to the public ...
Plesk configuration - get open_basedir working for a subdomain
2007-06-13 12:59:00 Learn how to remove the open_basedir restriction for a special directory that Plesk automatically creates for subdomains. Steps to fix open_basedir restriction for subdomains We assume that the domain name is $domain.com, the name of the subdomain is $subDomName. You have to replace these values with the appropriate values. Our goal is to open access to the public ...
Plesk subdomain working as catch-all
2007-06-13 12:57:00 Learn how to configure Plesk to use one subdomain as catch-all subdomain for non-existing subdomains In this article you’ll learn to configure Plesk that it uses one subdomain as catch-all for all non-existing subdomains. Why would you need catch all subdomains Maybe you have a few subdomains. But sometimes your visitors are accessing non-existing subdomains. So the best ...
Plesk subdomain working as catch-all
2007-06-13 12:57:00 Learn how to configure Plesk to use one subdomain as catch-all subdomain for non-existing subdomains In this article you’ll learn to configure Plesk that it uses one subdomain as catch-all for all non-existing subdomains. Why would you need catch all subdomains Maybe you have a few subdomains. But sometimes your visitors are accessing non-existing subdomains. So the best ...
Plesk subdomain accessible with www
2007-06-13 12:52:00 Solution - follow the following steps to make your subdomain accessible with www 1. Add one line to the special configuration file for the subdomain. Normally this file is located in /var/www/vhosts/domain/subdomai-ns/subdomain/conf/vhost.conf . Create the file, if there is no file yet. Add the following line, save it and exit the editor. ServerAlias www.subdomain.domain.com What does ServerAlias www.subdomain.domain.com mean? This is a ...
Plesk subdomain accessible with www
2007-06-13 12:52:00 Solution - follow the following steps to make your subdomain accessible with www 1. Add one line to the special configuration file for the subdomain. Normally this file is located in /var/www/vhosts/domain/subdomai-ns/subdomain/conf/vhost.conf . Create the file, if there is no file yet. Add the following line, save it and exit the editor. ServerAlias www.subdomain.domain.com What does ServerAlias www.subdomain.domain.com mean? This is a ...
MySQL Quota Check Tool
2007-05-26 08:29:00 I came across wonderfull mysql quota check tool — Here is how it works - The MySQL Quota-Tool helps you to set a size limit on MySQL databases. It works by checking the size of each database and revoking the INSERT- and REATE-priveleges for the databases, which exceed the given size limit. When the size of the database ...
Timeout error occurred trying to start MySQL Daemon.
2007-05-18 10:18:00 I came across mysql error — “Timeout error occurred trying to start MySQL Daemon.” Mysql will not restart — [root@vps init.d]# ./mysqld restart Stopping MySQL: ...
Basic Linux commands.
2007-05-18 08:47:00 I often forget commands I decided to post them at one place (cheers to websites from which I copied the details ) - now I don’t have to google everytime — I am sorry google you missed few of my hits ls List files/directories in a directory, comparable to dir in windows/dos. ls ... |



