Sunday, March 27, 2011

whm account not able to create


Not able to create accounts on WHM, and just telling my ["Account Created"], Yet there is no actual acount created,
This is the result of a failed Cpanel update, The Account Creation perl modules are missing then,

You can check this by using this command:-

 tail -f /usr/local/cpanel/logs/error_log


--------------------------*********------------------------


To fix login via SSH & issue this command:-

/scripts/upcp



***********----------***********----------***********

If cpsrvd fails on whm

-------------The solution is as follows ---------------

/etc/init.d/chkservd restart


Thank you 
enjoy


Wednesday, March 23, 2011

To check ftp username on server

*-*-just type given scripts below-*-*


/scripts/whoowns domain name

/scripts/whoowns webgrowth.info

230000 240000 vnode ring resul

/scripts/whoowns webgrowth.info

-----------************------------






Friday, March 18, 2011

what is Apache Error




:::  If Apache cannot START & you have this kind of ERROR :::----


***  Code is given below :-


***  Invalid command 'BytesLog', perhaps mis-spelled or defined by a module not included in the server configuration***


***  you will have to recompile the mod_log_bytes module


***  Code is given below :-


cd /usr/local/cpanel/apache
/usr/local/apache/bin/apxs -iac mod_log_bytes.c





Sunday, March 13, 2011

what is libexpat error

::: If you get this  kind of error just follow the insruction below ::::


/usr/lib/libexpat.so: could not read symbols: File in wrong format


:::add the following option to your apache configure file:::


--with-expat=builtin


**You place that into:--


/usr/local/directadmin/custombuild/configure/ap2/configure.apache
as:




"--with-expat=builtin" \



/* taking note of the \ character that must be present on all lines except for that last line */





enjoye nand thank you