Kloxo and 500 – Internal Server Error

Kloxo control panel aka lxadmin in the past help me a lot in managing vps operational. I don’t have to touch configuration file for adding new domain, setting virtual host, grant database username and privileges etc. The other best part of this cpanel alternative are :

  1. It’s free ( I can asking for help or install it by myself)
  2. Low resources (specially memory where most  low end vps plan has limited)

Problem came when I must add new domain for my friend blog. I see this message after I enter username and password :

500 – Internal Server Error

I think it just small problem with service and  library conflict.

Restart Kloxo 1 st attempt :

# service kloxo restart

Stopping kloxo: Waiting for the process to die…..
Stopped kloxo

Starting kloxo: 11
mysqld (pid 30515) is running…
Started kloxo

Try again to login and I still get 500 – Internal Server Error message.

Restart Kloxo 2nd attempt :

# /script/restart

Stopping kloxo: ../bin/common/function.sh: line 28: 16364 Terminated              $__path_php_path $__path_server_path $string > /dev/null 2>&1
Waiting for the process to die…..
Stopped kloxo

Starting kloxo: 11
mysqld (pid 30515) is running…
Started kloxo

I still get 500 – Internal Server Error message after entering username and password.

Searching around (I forgot source url) I try to downgrade ssl.

# yum downgrade openssl

Loaded plugins: fastestmirror
Setting up Downgrade Process
Loading mirror speeds from cached hostfile
* addons: mirror.5ninesolutions.com
* base: centos-distro.cavecreek.net
* extras: mirrors.versaweb.com
* updates: centos-distro.cavecreek.net
addons                                                                                                                                        |  951 B     00:00
base                                                                                                                                              | 2.1 kB     00:00
extras                                                                                                                                          | 2.1 kB     00:00
lxlabslxupdate                                                                                                                            951 B     00:00
lxlabsupdate                                                                                                                            |  951 B     00:00
updates                                                                                                                                      | 1.9 kB     00:00
Resolving Dependencies
–> Running transaction check
—> Package openssl.i686 0:0.9.8e-12.el5_4.1 set to be updated
—> Package openssl.i686 0:0.9.8e-12.el5_4.6 set to be erased
–> Processing Dependency: openssl >= 0.9.8e-12.el5_4.4 for package: mod_ssl
–> Running transaction check
—> Package mod_ssl.i386 1:2.2.3-31.el5.centos.4 set to be erased
–> Finished Dependency Resolution
Dependencies Resolved

=============================================================================
Package                             Arch                             Version                                              Repository                             Size
=============================================================================

Installing:
openssl                             i686                             0.9.8e-12.el5_4.1                                    updates                               1.4 M
Removing:
openssl                             i686                             0.9.8e-12.el5_4.6                                    installed                             3.3 M
Removing for dependencies:
mod_ssl                             i386                          1:2.2.3-31.el5.centos.4                           installed                             173 k

Transaction Summary
=============================================================================
Install      1 Package(s)
Update       0 Package(s)
Remove       2 Package(s)

Total download size: 1.4 M
Is this ok [y/N]: y
Downloading Packages:
openssl-0.9.8e-12.el5_4.1.i686.rpm                                                                                                              | 1.4 MB     00:00
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing     : openssl                                                                                                                                         1/3
Erasing        : mod_ssl                                                                                                                                         2/3
warning: /etc/httpd/conf.d/ssl.conf saved as /etc/httpd/conf.d/ssl.conf.rpmsave
Cleanup        : openssl                                                                                                                                         3/3

Removed:
openssl.i686 0:0.9.8e-12.el5_4.6

Dependency Removed:
mod_ssl.i386 1:2.2.3-31.el5.centos.4

Installed:
openssl.i686 0:0.9.8e-12.el5_4.1

Complete!

#

Restart Kloxo 3rd attempt :

Using command in 1st or 2nd attempt bring me this display

Case closed 🙂