Showing posts with label Kloxo. Show all posts
Showing posts with label Kloxo. Show all posts

Thursday, 24 October 2013

httpd dead but pid file exists in Kloxo Control Panel

You can try the following fixes :-

1) Kill all the Apache process 

# ipcs -s apahe

# ipcs -s | grep apache | perl -e 'while (<STDIN>) { @a=split(/\s+/);print `ipcrm sem $a[1]`}' 

# cd /var/lock/subsys

# rm httpd

# service httpd restart

Monday, 22 April 2013

Alert: could_not_add_mail [Error - no authentication database connection. Initial open


You may receive the error while Adding New Domain to Kloxo Control Panel.

Solution:

I just followed the below steps which fixed my issue,

1)  Reset mysql pass from kloxo interface only.
2)  /script/upcp
3)  /script/fixvpop
4)  /script/fixmail


Friday, 22 March 2013

Error in Pure-ftpd on Kloxo VPS.

You may Receive the below error while accessing Pure-ftpd in Kloxo VPS.

Error:
/usr/sbin/pure-ftpd -A -c50 -B -C8 -D -fftp -H -I15 -lpam -L10000:8 -m4 -s -U133:022 -u500 -i -Oclf:/var/log/pureftpd.log -k99 -Z

or

ECONNREFUSED - Connection refused by server

Solution:
# chkconfig pure-ftpd on
# /etc/init.d/xinetd restart
# yum downgrade pure-ftpd
# /script/upcp
# /script/cleanup

That's fixed my issue.


Tuesday, 26 February 2013

directive requires additional arguments


You may get the below error while starting the httpd on Kloxo 

Starting httpd: Syntax error on line 2 of /home/apache/conf/defaults/_default.conf:
<VirtualHost> directive requires additional arguments
[FAILED]


Solution:  

# sh /script/fixweb

Thats fixed my issue.


Tuesday, 20 November 2012

Error in Kloxo: Could not open database connection

You may get the below error while trying to access Kloxo Control Panel

"Could not open database connection" 

You can fix this by two ways, 

Fix 1:

Open your phpMyAdmin http://ip:7778/thirdparty/phpMyAdmin and enter the Root Login details.



Select the "Privileges"


Locate Kloxo  and select "Edit Privileges"


Click "Check All " options


Next, Go to the Bottom of the Page and select "password" and enter the password. 
Then Click "Go"

Thats it!!. Now Kloxo should work fine.


Fix 2:

mysql -u root -p
mysql> grant all on kloxo.* to kloxo@localhost identified by '{new password}';
mysql> flush privileges;
mysql> quit
cat "{new password}" > usr/local/lxlabs/kloxo/etc/conf/kloxo.pass
sh /script/restart




Friday, 21 September 2012

How to list all the Domains in Kloxo

From Kloxo Control Panel:

Go to Admin Home --> all domains


Command:

[root@server /]# /script/simplelist --resource=all_domain