Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Lighttpd show in kloxo process but dont serve any website but able to access port ip:7778
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Lighttpd show in kloxo process but dont serve any website but able to access port ip:7778

raihan0888raihan0888 Member
edited February 2012 in Help

Title show all thing.facing problem if i tranfer from apache to lighttpd in kloxo.

for another problem i change (http://www.lowendtalk.com/discussion/comment/32382#Comment_32382) plugins=1 to plugins=0 in /etc/yum.conf.

and manually install by yum install lighttpd

its now work.but in kloxo process menu light show 1 green button instead of two green button.another red button said stopped for light button.

whats you guess about the problem?

temporally disable iptables.not worked.

Comments

  • FranciscoFrancisco Top Host, Host Rep, Veteran

    I'm pretty sure kloxo has its own version of lighttpd it uses.

    You could try asking your host to install the kloxo template if you don't have important data on the VPS yet? :)

    Francisco

  • Isn't kloxo port 7777?

  • @Francisco said: 'm pretty sure kloxo has its own version of lighttpd it uses.

    You could try asking your host to install the kloxo template if you don't have important data on the VPS yet? :)

    Francisco

    they already said its not for hosting :p i buy from minivps.i open ticket to load hostinabox template but they reply they have not any plan to load hostinabox.
    maybe they dont like hosting.they plan to sale for vpn.. :P 2.36 USD vps

  • @joodle said: Isn't kloxo port 7777?

    7778 http 7777 https

  • now facing this error:

    root@host ~]# yum install lighttpd

    Loaded plugins: fastestmirror, protectbase
    Loading mirror speeds from cached hostfile
    Traceback (most recent call last):
    File "/usr/bin/yum", line 29, in ?
    yummain.user_main(sys.argv[1:], exit_code=True)
    File "/usr/share/yum-cli/yummain.py", line 309, in user_main
    errcode = main(args)
    File "/usr/share/yum-cli/yummain.py", line 178, in main
    result, resultmsgs = base.doCommands()
    File "/usr/share/yum-cli/cli.py", line 345, in doCommands
    self._getTs(needTsRemove)
    File "/usr/lib/python2.4/site-packages/yum/depsolve.py", line 101, in _getTs
    self._getTsInfo(remove_only)
    File "/usr/lib/python2.4/site-packages/yum/depsolve.py", line 112, in _getTsInfo
    pkgSack = self.pkgSack
    File "/usr/lib/python2.4/site-packages/yum/init.py", line 662, in
    pkgSack = property(fget=lambda self: self._getSacks(),
    File "/usr/lib/python2.4/site-packages/yum/init.py", line 502, in _getSacks

  • Try doing a reinstall on the VPS
    Maybe select an older CentOS

  • @joodle said: Try doing a reinstall on the VPS

    Maybe select an older CentOS

    4-5 time install,reinstall already.. :(

  • Your VPS ran out memory. Just disable fastestmirror plugin

    yum install --disableplugin=fastestmirror lighttpd

    or

    vi /etc/yum/pluginconf.d/fastestmirror.conf

    and change enabled=1 to enabled=0

    or

    vi /etc/yum/pluginconf.d/fastestmirror.conf

    and change maxthreads=xx to a lower value.

  • guys thanks to all.
    i solve my problem in kloxo 6.1.10
    here is the solution:
    http://forum.lxcenter.org/index.php?t=msg&goto=95151&&srch=lighttpd#msg_95151

    yum downgrade php*
    yum -y reinstall lighttpd lighttpd-fastcgi
    yum remove httpd

    putting this 3 command my 3 days problem solved :)

Sign In or Register to comment.