Craftysyntax3.2.0 error

ARUN Posted in Uncategorized
0

[SELECT `session_data` FROM `livehelp_sessions` WHERE `session_id` = 'c2991aff8b77cff7fbee9675cdb8408ee' AND `expires` > 4536021092] ( 1146 : Table ‘testusr_newtable.livehelp_sessions’ doesn’t exist )

SOLUTION :

Login to the specified database  >>

CREATE TABLE `livehelp_sessions` ( `session_id` varchar(100) NOT NULL default ”, `session_data` text NOT NULL, `expires` int(11) NOT NULL default ’0′, PRIMARY KEY (`session_id`) ) ENGINE=MyISAM;

-bash: httpd: command not found

ARUN Posted in Uncategorized
0

root@vps [~]# httpd -l
-bash: httpd: command not found
root@vps [~]#

Solution :

root@vps1 [/usr/bin]# ln -s /usr/local/apache/bin/httpd
root@vps1 [/usr/bin]# cd

How to install telnet

ARUN Posted in Uncategorized
0
yum install telnet
yum install telnet-server  (If necessary)
vi /etc/xinetd.d/telnet
disable = no
chkconfig telnet on
chkconfig xinetd on
service xinetd restart

How to configure blogger in WHM

ARUN Posted in Uncategorized, WHM BACKEND
0

blogspot configuration

Inorder to create a Custom Domain in blogger you need to login to blogger >> dashboard >> Settings >> Publishing >> Advanced Settings >> Your Domain.

Give the blog URL that you want over there.

Then at the domain DNS

subdomain  In A ghs.google.com.

 

How to whitelist application in rkhunter checks.

ARUN Posted in Uncategorized
0

vi /etc/rkhunter.conf

APP_WHITELIST=”openssl:0.9.8e sshd:4.3p2 Exim:4.69″

White listing openssl, sshd, Exim.

Hostname

ARUN Posted in Uncategorized
0

cat /etc/sysconfig/network|grep HOSTNAME
HOSTNAME=server.a24uall.com

DNS REPORT

ARUN Posted in DNS, Uncategorized
0

NS records at parent servers means

——->NAMESERVERS SPECIFIED AT REGISTRAR

Your NS records at your nameservers are: means

——–> NAMESERVERS SPECIFIED AT SERVER

LFD full form

ARUN Posted in LFD, Uncategorized
0

LFD  :  Login Failure Daemon

Fullform of yum

ARUN Posted in Uncategorized
0

yum — >  Yellowdog Update Manager

How to password protect a directory

ARUN Posted in LINUX COMMANDS, Uncategorized
0

To add a new user ssh to the server and go to the directory /var/www/vhosts/domain.com/subdomains/subdomainname/httpdocs and execute the following command

htpasswd -mcb .htpasswd <username> <password>

How to start a shoutcast server

ARUN Posted in Uncategorized
0

Login to shoutcast folder.

Open a screen and type    ./sc_serv sc_serv.conf

Clear out cache to make free memory

ARUN Posted in Uncategorized
0

Command to clear out cache to make free memory

echo 3 > /proc/sys/vm/drop_caches

Order in which Eaccelerator, Ioncube and Zend to be installed.

ARUN Posted in Uncategorized
0

If eaccelerator, ioncube and zend is to be installed… Do install  1) Eaccelerator   2) Ioncube  3) zend optimiser

One time reboot through new kernel

ARUN Posted in Uncategorized
0

cp -ar /etc/grub.conf /etc/grub.conf.bak7

vi /etc/grub.conf

default=0    Change that to the new kernel.

Add panic=3 to the default kernel line

EG :   kernel /vmlinuz-2.6.18-194.3.1.el5PAE ro root=LABEL=/ ide0=noprobe panic=3

Login to Command prompt

# grub

Issue command 
savedefault --default=0 --once

How to check if suphp is enabled

ARUN Posted in Uncategorized
0

root@hostname [~] # [  /usr/local/cpanel/bin/rebuild_phpconf --current  ]
Available handlers: suphp dso cgi none
DEFAULT PHP: 5
PHP4 SAPI: none
PHP5 SAPI: suphp
SUEXEC: enabled

root@hostname [~]#

[root@vranac ~]# [  /usr/local/cpanel/bin/rebuild_phpconf --current    ]
Available handlers: dso cgi none       –> We will se nobody when we run top -c
DEFAULT PHP: 5
PHP4 SAPI: none
PHP5 SAPI: dso
SUEXEC: enabled
[root@vranac ~]#

OR

httpd -D DUMP_MODULES|grep suphp
Syntax OK
suphp_module (shared)