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-25, 18:37:29

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 - xamer

Pages: 1 [2] 3 4 5
16
Done
There ara two lines it that files
listen 8080;
#listen [::]:8080;
I changed only one line #listen [::]:8080; in all files listen*.conf

It helps. Site works now.
So. Should i leave it as it is now and work futher?
Is it because of ipv6?

17
Sure.
I added DNS tpl, resourse plan, one custumer and domain

18
I fully reinstalled Kloxo-MR.
Still have error "socket() [::]:80 failed (97: Address family not supported by protocol)"

19
Done, but it didn't help.
Also I changed to httpd and then back to nginx.
Still "socket() [::]:80 failed (97: Address family not supported by protocol)"

May I try to reinstall whole system again?

20
NETWORKING="yes"
GATEWAYDEV="venet0"
HOSTNAME="25742.s.t4vps.eu"

21
lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:276 errors:0 dropped:0 overruns:0 frame:0
          TX packets:276 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:15503 (15.1 KiB)  TX bytes:15503 (15.1 KiB)

venet0    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
          inet addr:127.0.0.1  P-t-P:127.0.0.1  Bcast:0.0.0.0  Mask:255.255.255.255
          UP BROADCAST POINTOPOINT RUNNING NOARP  MTU:1500  Metric:1
          RX packets:8128 errors:0 dropped:0 overruns:0 frame:0
          TX packets:8402 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:649704 (634.4 KiB)  TX bytes:973867 (951.0 KiB)

venet0:0  Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
          inet addr:194.135.82.60  P-t-P:194.135.82.60  Bcast:194.135.82.60  Mask:255.255.255.255
          UP BROADCAST POINTOPOINT RUNNING NOARP  MTU:1500  Metric:1

### begin - add by Kloxo-MR


### end - add by Kloxo-MR

127.0.0.1 localhost.localdomain localhost
# Auto-generated hostname. Please do not remove this comment.
194.135.82.60 25742.s.t4vps.eu  25742
::1 localhost.localdomain localhost

___
also it is new vserver with latest kloxo-mr, installed today

22
nginx doesn't start with error msg - [::]:80 failed (97: Address family not supported by protocol)
As i understand it is because of vserver doesn't support ipv6.
So? what shuold I do to run Nginx or nginxproxy?


23
Kloxo-MR Technical Helps / Re: php-fpm problem
« on: 2016-07-03, 21:55:08 »
I didn't use custom file, everything by default.
After installation all is well.When I visit Webserver config page, change owner, create domain error eppears and php error log says:
"[03-Jul-2016 18:28:22 Europe/London] PHP Warning:  PHP Startup: xmlrpc: Unable to initialize module
Module compiled with module API=20100525
PHP    compiled with module API=20090626
These options need to match
 in Unknown on line 0
[03-Jul-2016 18:28:22 Europe/London] PHP Warning:  PHP Startup: Unable to load dynamic library '/opt/php54s/usr/lib/php/modules/xmlwriter.so' - /opt/php54s/usr/lib/php/modules/xmlwriter.so: undefined symbol: zend_new_interned_string in Unknown on line 0
[03-Jul-2016 18:28:22 Europe/London] PHP Warning:  PHP Startup: Unable to load dynamic library '/opt/php54s/usr/lib/php/modules/xsl.so' - /opt/php54s/usr/lib/php/modules/xsl.so: undefined symbol: zend_new_interned_string in Unknown on line 0
[03-Jul-2016 18:28:22 Europe/London] PHP Warning:  PHP Startup: Unable to load dynamic library '/opt/php54s/usr/lib/php/modules/zip.so' - /opt/php54s/usr/lib/php/modules/zip.so: undefined symbol: zend_new_interned_string in Unknown on line 0" etc and site has 500 error. I restart php-fpm and all runs well.
So, there is nothing i can do.

24
Kloxo-MR Technical Helps / Re: php-fpm problem
« on: 2016-07-03, 19:25:19 »
I updated kloxoMR, but i didn't understand what you mean  "Change php.ini for php-fpm for related to disable_functions issue." The problem is with extension_dir= not with disable_functions.

25
Kloxo-MR Technical Helps / Re: php-fpm problem
« on: 2016-07-03, 18:21:40 »
I use Kloxo-MR 7.0.0.b-2016070204

I found out this issue from Kloxo-MR 7.0.0.b-2016062202. Also I install several times fresh KloxoMR from 22.06.2016.
Now I add cron task restarting php-fpm every hour, but I hope there is a solution to fix this issue

26
Kloxo-MR Technical Helps / Re: php-fpm problem
« on: 2016-07-03, 11:07:25 »
When site runs well php loads libs from extension_dir=/usr/lib64/php/modules, but when it goes wrong, for example, I visit Webserver Config page, php tries to load libs from /opt/php54s/usr/lib/php/modules and cause the problem.
After php-fpm reastart php loads libs from /usr/lib64/php/modules and sites goes well.
As it wrote earlier this problem also appears after creating new domain, changing user owner.
Is it ok?

27
Kloxo-MR Technical Helps / Re: php-fpm problem
« on: 2016-07-02, 09:19:24 »
I tried any php version as php branch, it didn't help. And i had to reinstall Kloxo MR

When site goes wrongwith php5.3, php error log says
PHP Warning:  PHP Startup: bcmath: Unable to initialize module
Module compiled with module API=20100525
PHP    compiled with module API=20090626
These options need to match
 in Unknown on line 0
[02-Jul-2016 03:57:55] PHP Warning:  PHP Startup: Unable to load dynamic library '/opt/php54s/usr/lib/php/modules/curl.so' - /opt/php54s/usr/lib/php/modules/curl.so: undefined symbol: php_output_write in Unknown on line 0
and etc with all dynamic libraries

I restart php-fpm and everything goes right until next morning or visiting Webserver Config page and then that kind of errors appears.
That's very interesting why))

php2.17 couldn't install, previous version of php stays installed anyway.

28
Kloxo-MR Technical Helps / Re: php-fpm problem
« on: 2016-07-02, 00:31:37 »
I installed Kloxo again.
It is problem with 5.3.29, 5.4.45 works good, but i need 5.3, becouse it is an old forum that generates many errors.

Also I tried php_5.3.3 and it gives the same as 5.3.29 result with 500 error, that doesn't find classes. If I don't do anything in kloxo cp panel site goes right, but at 6 o'clock in the morning it goes wrong . Probably kloxo does some  background work, and i have to restart php-fpm.

Is there any solution to make php5.3 to work?

29
Kloxo-MR Technical Helps / Re: php-fpm problem
« on: 2016-07-01, 21:23:56 »
Now nothing helps to start site, always 500 error any PHP Used or PHP Branch.

P.s. Is ot possible to install earlier version, such as Kloxo-MR 7.0.0.b-2015121102 or kloxomr7-7.0.0.b-2015011402.mr?

30
Kloxo-MR Technical Helps / Re: php-fpm problem
« on: 2016-07-01, 20:42:53 »
I have php branch -> php53u_(as_5.3.29) and PHP Used -> --PHP Branch -- from the beginning, because this configuration works fine in another VPS, and it is Kloxo-MR 7.0.0.b-2015121102 there. I'm afraid to change good configuration/

I install all phpm. PHP Used -> php54m and PHP Branch - > php5.4.45 and now this 500 error always there. Restart doesn't help. While restart there is error:"Starting php53m-fpm (Multiple Php): [01-Jul-2016 21:59:28] ERROR: An another FPM instance seems to already listen on /opt/configs/php-fpm/sock/php53m-apache.sock
[01-Jul-2016 21:59:28] ERROR: FPM initialization failed"
Fatal error: Class 'Memcache' not found in...

Pages: 1 [2] 3 4 5

MRatWork Affiliates:    BIGRAF(R) Inc.    House of LMAR    EFARgrafix
Click Here

Page created in 0.033 seconds with 20 queries.

web stats analysis