Sponsor:

Server and Web Integrator
Link:
Kloxo-MR logo
6.5.0 or 7.0.0
Click for "How to install"
Donation/Sponsorship:
Kloxo-MR is open-source.
Donate and or Sponsorship always welcome.
Click to:
Click Here
Please login or register. 2024-04-29, 01:27:52

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - suplover

Pages: 1 [2] 3
16
Kloxo-MR Technical Helps / Re: lxphp.exe: command not found
« on: 2013-08-09, 15:39:00 »
and also don't able to change Php Type it stuck as php-fpm_event every time i try i get same alert "httpd_restart_failed" but i able to play with Php Branch

17
Kloxo-MR Technical Helps / Re: lxphp.exe: command not found
« on: 2013-08-09, 15:25:42 »
Quote from: "MRatWork"
Try disable secondary php. And then enable again.

I don't able to disable, it says; Alert: httpd_restart_failed and remain as enabled.

18
Kloxo-MR Technical Helps / Re: lxphp.exe: command not found
« on: 2013-08-09, 15:14:19 »
Quote from: "MRatWork"
Horde and t-dah already remove from Kloxo-MR. delete /home/kloxo/webmail/horde and /home/kloxo/webmail/t-dah.

For httpd issue, try change to another web server (say it lighttpd) and change back to previous (say it apache or nginx-proxy) on 'switch applications'.

ok i did it and then i run these commands to see if i can get back web server working but didn't helped;

Code: [Select]
sh /script/fix-chownchmod
sh /script/fixweb
sh /script/fixdns
sh /script/fixphp
sh /script/cleanup
sh /script/restart-all

and restart i get again same error;

Code: [Select]
Stopping httpd:                                            [FAILED]
Starting httpd: httpd: Syntax error on line 63 of /etc/httpd/conf/httpd.conf: Syntax error on line 3 of /etc/httpd/conf.d/suphp52.conf: Cannot load /etc/httpd/modules/mod_suphp.so into server: /etc/httpd/modules/mod_suphp.so: cannot open shared object file: No such file or directory
                                                           [FAILED]

now playing with Php Branch and Php Type

19
Kloxo-MR Technical Helps / Re: lxphp.exe: command not found
« on: 2013-08-09, 14:30:54 »
Quote from: "MRatWork"
Try running 'sh /script/cleanup'.

ok this time i only get this error

Code: [Select]
cp: cannot stat `/home/kloxo/httpd/webmail/horde/scripts/sql/horde_groupware.mys                                               ql.sql': No such file or directory
sh: /home/kloxo/httpd/webmail/horde/scripts/sql/groupware.mysql.sql: No such fil                                               e or directory
cp: cannot stat `/home/kloxo/httpd/webmail/horde/config/horde_conf.php': No such                                                file or directory
cp: cannot stat `/home/kloxo/httpd/webmail/t-dah/inc/config/t-dah_config.mail.ph                                               p': No such file or directory
cp: cannot stat `/home/kloxo/httpd/webmail/t-dah/inc/config/t-dah_config.paths.p                                               hp': No such file or directory
cp: cannot stat `/home/kloxo/httpd/webmail/t-dah/inc/config/t-dah_config.php': N                                               o such file or directory

and sh /script/restart-all gives me;

Code: [Select]
Stopping httpd:                                            [FAILED]
Starting httpd: httpd: Syntax error on line 63 of /etc/httpd/conf/httpd.conf: Syntax error on line 3 of /etc/httpd/conf.d/suphp52.conf: Cannot load /etc/httpd/modules/mod_suphp.so into server: /etc/httpd/modules/mod_suphp.so: cannot open shared object file: No such file or directory
                                                           [FAILED]

20
Kloxo-MR Technical Helps / Re: lxphp.exe: command not found
« on: 2013-08-09, 13:46:44 »
Quote from: "MRatWork"
So, you see that.

Your setting using apache/httpd as web server. Install/reinstall httpd and nginx and then running clean will be remove nginx and update httpd config.

That it.

Ok i did

Code: [Select]
yum install httpd
yum install nginx
script/cleanup
sh /script/restart-all

and i get;

Code: [Select]
Stopping named: .                                          [  OK  ]
Starting named:                                            [  OK  ]
Stopping httpd:                                            [FAILED]
Starting httpd: httpd: Syntax error on line 63 of /etc/httpd/conf/httpd.conf: Sy                            ntax error on line 3 of /etc/httpd/conf.d/suphp52.conf: Cannot load /etc/httpd/m                            odules/mod_suphp.so into server: /etc/httpd/modules/mod_suphp.so: cannot open sh                            ared object file: No such file or directory
                                                           [FAILED]
Restarting qmail:
* Stopping qmail-smtpd.
* Sending qmail-send SIGTERM and restarting.
* Restarting qmail-smtpd.
Stopping xinetd:                                           [  OK  ]
Starting xinetd:                                           [  OK  ]
Stopping mysqld:                                           [  OK  ]
Starting mysqld:                                           [  OK  ]
Stopping kloxo-phpcgi:                                     [  OK  ]
Starting kloxo-phpcgi:                                     [  OK  ]
Stopping kloxo-hiawatha:                                   [  OK  ]
Starting kloxo-hiawatha:                                   [  OK  ]

21
Kloxo-MR Technical Helps / Re: lxphp.exe: command not found
« on: 2013-08-09, 13:04:00 »
Quote from: "MRatWork"
Inform here 'cat /usr/local/lxlabs/kloxo/etc/slavedb/driver'

Code: [Select]
# cat /usr/local/lxlabs/kloxo/etc/slavedb/driver
O:6:"Remote":1:{s:4:"data";a:4:{s:3:"web";s:6:"apache";s:3:"dns";s:4:"bind";s:4:"spam";s:12:"spamassassin";s:7:"pserver";s:9:"localhost";}}[root@simonov ~]#

22
Kloxo-MR Technical Helps / Re: lxphp.exe: command not found
« on: 2013-08-09, 12:12:04 »
on me it was like this;

Code: [Select]
# service httpd status
httpd: unrecognized service

then i run

Code: [Select]
yum update
yum install httpd nginx

switched between nginx and apache and run

Code: [Select]
sh /script/fix-chownchmod
script/cleanup
sh /script/restart-all

now i again  have same;
Code: [Select]
# service httpd status
httpd: unrecognized service

23
Kloxo-MR Technical Helps / Re: lxphp.exe: command not found
« on: 2013-08-09, 00:17:49 »
Quote from: "chrisf"
Does apache run?  Try suphp.  Does any other combination work?

I am not familiar with nginx.  But it appears to be a php-fpm issue.  Try running straight apache.

If nothing.  Try apache / suphp.  Be sure to click fix all permissions at bottom of webconfig area.

before i was using nginx but i can use apache too no problem just both doesn't work. I set apache and then when i try to set suphp it says " httpd_restart_failed" and remain as it is.

24
Kloxo-MR Technical Helps / Re: lxphp.exe: command not found
« on: 2013-08-08, 22:25:15 »
Ok i tried nginx then back to apache also reverse and different Php Branch and i also run sh /script/fixweb and sh /script/restart-all  to be sure but still same

25
Kloxo-MR Technical Helps / Re: lxphp.exe: command not found
« on: 2013-08-08, 22:07:58 »
Quote from: "chrisf"
If you have custom. tpl files you will need to update them accordingly.  If you have no idea what we are talking about :) you don't have them.

If not try this:  Kloxo panel.  Switch Programs.  Change Webserver to a different webserver.  Wait for it to update properly.  Switch back to your webserver.  Update.

So: if use apache: try
nginx then back to apache.

This old trick sometimes fixes problems :)

Yes mine was "i have no idea" :) now i'm playing with those settings as you suggest thanks

26
Kloxo-MR Technical Helps / Re: lxphp.exe: command not found
« on: 2013-08-08, 21:59:28 »
Quote from: "MRatWork"
Look like you have custom files inside /home/<driver>/tpl. You need modified custom files. Different from previous, latest upload use socket rather then ip-port based for php-fpm.

sorry i confused a little bit now but as i remember i modified only this file
'/etc/sysconfig/network-scripts/ifcfg-eth0'

and i think now i have a progress, i see 502 Bad Gateway, nginx/1.5.2

27
Kloxo-MR Technical Helps / Re: lxphp.exe: command not found
« on: 2013-08-08, 21:13:48 »
Quote from: "MRatWork"
Don't install lxphp but php52s.

It's look like your Kloxo-MR not latest version. So, need update.

I just did what Christopher said and kloxo works again (thanks for that) now but still have problem with webserver

Current Kloxo Version:   6.5.0.f-2013080701

28
Kloxo-MR Technical Helps / lxphp.exe: command not found
« on: 2013-08-08, 19:59:47 »
I was having some problems with dns and webserver while i try to fix it i tried a few things but after i run "yum update"

/script/cleanup command give me "-bash: /script/cleanup: Permission denied"

and then i run sh /script/upcp and reboot but now /script/cleanup command gives me "line 14: lxphp.exe: command not found"

What should i do? Thanks.

29
Kloxo-MR Technical Helps / Re: Problems after update
« on: 2013-06-01, 18:02:00 »
Quote from: "MRatWork"
Try click update for 'php-type' and or change to another php-type and then change back.

I did but it was same also i keep played with php-type and on fcgid_event i get "HTTP Error 500 (Internal Server Error)" on anotherone i get "Database Error: Unable to connect to the database:The MySQL adapter "mysql" is not available"

Maybe it's best to re install Kloxo-MR? I still have my old VPS running with Kloxo i was just moving clients one by one i can do it again, no problem with it nothing to lose.

30
Kloxo-MR Technical Helps / Re: Problems after update
« on: 2013-06-01, 17:30:42 »
Quote from: "MRatWork"
Don't forget 'sh /script/restart-services' because your update also update php.

i done all also rebooted to be sure but still same maybe i should have a right combination on "Webserver Config" i'm also playing with to see if there is any chance

Pages: 1 [2] 3

Top 10 Social Networking:    Facebook    Twitter    LinkedIn    Pinterest    Google Plus    Tumblr    Instagram    VK    Flickr    Vine

Page created in 0.037 seconds with 16 queries.

web stats analysis