Posted December 18th, 2008 by Perk1z
Configuring LiteSpeed Webserver with a hosting cPanel
[root@nagan ~]# pwd
/root
[root@nagan ~]# mkdir litespeed
[root@nagan ~]# cd litespeed/
Download LiteSpeed Web Server
[root@nagan litespeed]# wget http://www.litespeedtech.com/packages/3.0/lsws-3.3.22-ent-i386-linux.tar.gz
–20:21:37– http://www.litespeedtech.com/packages/3.0/lsws-3.3.22-ent-i386-linux.tar.gz
=> `lsws-3.3.22-ent-i386-linux.tar.gz’
Resolving www.litespeedtech.com… 209.151.227.121
Connecting to www.litespeedtech.com|209.151.227.121|:80… connected.
HTTP request sent, awaiting response… 200 OK
Length: 5,204,674 (5.0M) [application/gzip]
100%[====================================>] 5,204,674 7.39K/s ETA 00:00
20:31:07 (8.94 KB/s) - `lsws-3.3.22-ent-i386-linux.tar.gz’ saved [5204674/5204674]
[root@nagan litespeed]# tar zxf lsws-3.3.22-ent-i386-linux.tar.gz
get trial key : http://www.litespeedtech.com/trial/license/ [...]
Tags: Cpanel, hosting, Install, LiteSpeed, Web Server
Posted September 5th, 2007 by Perk1z
Error after upgrade cPanel :
“Not Acceptable An appropriate representation of the requested resource /id/administrator/index2.php could not be found on this server.”
Solution :
At the root of your CMS , locate the file .htaccess and add a line “SecFilterEngine off” without the quotes.
Reference :
http://www.contractwebdevelopment.com/
http://www.raymond.cc/
Tags: CMS, Cpanel, Error
Posted September 5th, 2007 by Perk1z
1. wget http://layer1.cpanel.net/perl588installer.tar.gz
2. tar -zxvf perl588installer.tar.gz
3. cd perl588installer
4. ./install
……………..
perlmod–Install done
Tested 107, 107 ok, 0 failed.
5. /scripts/realperlinstaller YAML::Syck
………………..
YAML::Syck is up to date (0.97).
perlmod–Install done
6. /scripts/realperlinstaller File::Copy::Recursive
………………..
File::Copy::Recursive is up to date (0.35).
perlmod–Install done
7. /usr/local/cpanel/bin/checkperlmodules
…………….
perlmod–Install done
Tested 96, 96 ok, 0 failed.
Reference :
http://www.cpanel.net/company/news/cpanel11.htm
http://www.cpanel.net/products/cPanelandWHM/linux/cpanel11/releasenotes.pdf
Tags: Cpanel, Upgrade
Posted February 4th, 2007 by Perk1z
Copy an account from another serverÂ
Pesan error:
Packaging the account… Done
Transfer Error
The remote server didn’t report a correct md5sum of the archive. Please ensure you selected the correct type of remote serverÂ
Mesin:
Cpanel/WHM
WHM 10.8.0 cPanel 10.9.0-S35Â
RedHat Enterprise 4 i686 - WHM X v3.1.0
Solusi:
1) Login root SSH
2) Jalankan /scripts/pkgacct username (ganti username dengan account username)
3) Pastikan proses pkgacct [...]
Tags: Cpanel, Error
Posted September 29th, 2006 by Perk1z
.bash_logout : script yang di akses ketika user logout (bash shell akses only)
.bash_profile : informasi user yg menggunakan shell bash
.bashrc : script yg di jalankan ketika user login (bash shell akses only)
.contactemail : contact email user [...]
Tags: Cpanel, Tips
Posted June 24th, 2006 by Perk1z
Index Manajer memungkinkan kamu untuk mengendalikan bagaimana direktori pada lokasi web anda dipertunjukkan. Jika tidak ada index.html pada direktori yang tertentu, [muatan/indeks] dari direktori akan dipertunjukkan ke browser. Ini pada umumnya yang tidak diinginkan dan dapat menyebabkan isu keamanan. Kamu dapat menetapkan yang pilihan yang berbeda untuk direktori apapun melalui Index Manajer:
Tags: Cpanel, Tips
Posted June 15th, 2006 by Perk1z
Anda bisa melihat beberapa informasi mengenai server(hosting) dari menu utama cpanel. Beberapa diantaranya yang tersedia adalah :
Service Status - Menampilkan informasi mengenai status web service yang diproses saat ini.
Installed Perl Modules - Menampilkan listing modul Perl yang diinstall.
Documentation - Menampilkan online manual Cpanel.
Tags: Cpanel, Tips
Posted April 13th, 2006 by Perk1z
“Bagaiana caranya supaya Web Statistik kita bisa diakses oleh publik tanpa harus login ke Cpanel?”
1. Download Awstats_Access.zip
2. Setelah itu upload dan extract di folder public_html anda contohnya akan menjadi /home/useranda/public_html/stats
3. Edit file “config.php” yang ada di folder /home/useranda/public_html/stats
Tags: Cpanel, Tips