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-26, 23:28:16

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

Pages: 1 [2] 3 4 ... 8
16
and inside /opt/configs/nginx/conf/globals i have created some example-name.com.conf for some domains that needs special conf.

These actually was the only domains that worked after latest kloxomr upgrade because this didnt use $var_phpselected-$var_user.sock; but used only $var_user.sock

17
MR i only use custom.php53-fpm-pool.conf.tpl <- Does this had to do anything with nginx ??




18
1)i change FTP port inside FTP configure
2)run sh /script/fixftp
3)changed again FTP port to default

And it works fine now..


sh /script/cleanup doesnt fix this... tried a couple of times

19
same issue here

20
dit it a lot of times dont work.. Only remove $var_phpselected- from swithc_standards works

Also i have this issue :
https://forum.mratwork.com/kloxo-mr-bugs-and-requests/unable-to-login-via-ftp-after-latest-update/15/

21

[root@server2 ~]# sh /script/sysinfo
A. Kloxo-MR: 7.0.0.b-2016011401
   - Web: hiawatha-10.0.0-f.6.mr.el6.x86_64
   - PHP: php54s-5.4.40-1.ius.el6 (fpm mode)
B. Plateform:
   - OS: CentOS release 6.7 (Final) x86_64
   - Hostname: server2.sugarweb.gr
C. Services:
   1. MySQL: MariaDB-server-10.0.23-1.el6.x86_64
   2. PHP:
      - Branch: php55u-cli-5.5.30-1.ius.el6.x86_64
      - Multiple:
        * php53m-5.3.29-1.ius.el6
        * php54m-5.4.40-1.ius.el6
        * php55m-5.5.24-1.ius.el6
        * php56m-5.6.8-1.ius.el6
      - Used: php55m
   3. Httpd: --uninstalled--
      - PHP Type: php-fpm_event
   4. Lighttpd: --uninstalled--
   5. Hiawatha: --unused--
   6. Nginx: nginx-1.9.9-1.el6.ngx.x86_64
   7. Cache: --uninstalled--
   8. Dns: nsd-4.1.7-1.mr.el6.x86_64
   9. Qmail: qmail-toaster-1.03-1.3.55.mr.el6.x86_64
      - with: courier-imap-toaster-4.1.2-1.3.18.mr.el6.x86_64
D. Memory:
                total       used       free     shared    buffers     cached
   Mem:         20480       1180      19299       1103          0        920
   -/+ buffers/cache:        260      20219
   Swap:         1024          0       1024
E. Disk Space:
   Filesystem      Size  Used Avail Use% Mounted on
   /dev/simfs       80G   33G   48G  42% /

22
Hi MR after last kloxomr update nginx dont work..
Tried cleanup fixphp fixweb etc.

After testing i found the problem in : /opt/configs/nginx/conf/globals/switch_standard.conf
Line : 23

Code: [Select]
fastcgi_pass                      unix:/opt/configs/php-fpm/sock/$var_phpselected-$var_user.sock;

need to change to :
Code: [Select]
fastcgi_pass                      unix:/opt/configs/php-fpm/sock/$var_user.sock;

Then it works...


23
Kloxo-MR Bugs and Requests / Bug in UTF8 for nginx
« on: 2015-06-08, 16:05:10 »
Hello MR

 after latest update ( Kloxo-MR: 7.0.0.b-2015060501) nginx have problem with javascript files and also on some sites it gives error content decoding failed

The problem is inside /etc/nginx/nginx.conf @Line : 42
charset utf-8;


This is enabled by default .

ISSUE :

1)Injects some code inside javascript files on some wordpress sites and js fails
2)On some other wordpress sites with caching plugins enabled it shows content decoding failed and doesnt load .

If disabled all works fine.

A. Kloxo-MR: 7.0.0.b-2015060501
   - Web: hiawatha-9.13.0-f.6.mr.el6.x86_64
   - PHP: php54s-5.4.40-1.ius.el6 (fpm mode)
B. Plateform:
   - OS: CentOS release 6.6 (Final) x86_64
   - Hostname: server2.sugarweb.gr
C. Services:
   1. MySQL: MariaDB-server-10.0.19-1.el6.x86_64
   2. PHP:
      - Branch: php55u-5.5.25-1.ius.el6.x86_64
      - Multiple:
        * php53m-5.3.29-1.ius.el6
        * php54m-5.4.40-1.ius.el6
        * php55m-5.5.24-1.ius.el6
        * php56m-5.6.8-1.ius.el6
   3. Httpd: httpd-2.2.29-2.mr.el6.x86_64
      - PHP Type: php-fpm_event
   4. Lighttpd: --uninstalled--
   5. Hiawatha: --unused--
   6. Nginx: nginx-1.9.1-1.el6.ngx.x86_64
   7. Cache: --uninstalled--
   8. Dns: nsd-4.1.2-1.mr.el6.x86_64
   9. Qmail: qmail-toaster-1.03-1.3.55.mr.el6.x86_64
      - with: courier-imap-toaster-4.1.2-1.3.18.mr.el6.x86_64
D. Memory:
                total       used       free     shared    buffers     cached
   Mem:         20480       2477      18002       1103          0       1162
   -/+ buffers/cache:       1314      19165
   Swap:         1024          0       1024
E. Disk Space:
   Filesystem      Size  Used Avail Use% Mounted on
   /dev/simfs       80G   38G   43G  48% /

24
@spacedust @mr sorry guys i thought you were talking from mod_pagespeed for nginx my mistake...

@mr have you ever tested compile nginx from scratch and use it inside kloxo mr7 ? will it work with your custom configs ?

i will test next weeks tengine on a development vps and i will let you know but i beleive modpagespeed will be great if enabled for nginx..

25
@spacedust but its not installed as it seems ..

look here nginx mod_pagespeed enabled
Code: [Select]
nginx -V
nginx version: nginx/1.4.4
TLS SNI support enabled
configure arguments: --prefix=/usr/share/nginx --conf-path=/etc/nginx/nginx.conf
--error-log-path=/var/log/nginx/error.log --http-client-body-temp-path=/var/lib/nginx/body
--http-fastcgi-temp-path=/var/lib/nginx/fastcgi --http-log-path=/var/log/nginx/access.log
--http-proxy-temp-path=/var/lib/nginx/proxy --http-scgi-temp-path=/var/lib/nginx/scgi
--http-uwsgi-temp-path=/var/lib/nginx/uwsgi --lock-path=/var/lock/nginx.lock --pid-path=/run/nginx.pid
--with-pcre-jit
--with-debug --with-http_addition_module --with-http_dav_module --with-http_geoip_module
--with-http_gzip_static_module --with-http_image_filter_module
--with-http_realip_module
--with-http_stub_status_module --with-http_ssl_module
--with-http_sub_module --with-http_xslt_module
--with-ipv6 --with-mail --with-mail_ssl_module
--add-module=/root/custom-nginx-1.4.4/nginx-1.4.4/debian/modules/nginx-upload-progress
--add-module=/root/custom-nginx-1.4.4/nginx-1.4.4/debian/modules/nginx-auth-pam
--add-module=/root/custom-nginx-1.4.4/nginx-1.4.4/debian/modules/nginx-dav-ext-module
--add-module=/root/custom-nginx-1.4.4/nginx-1.4.4/debian/modules/nginx-echo
--add-module=/root/custom-nginx-1.4.4/nginx-1.4.4/debian/modules/nginx-upstream-fair
--add-module=/root/custom-nginx-1.4.4/nginx-1.4.4/debian/modules/ngx_http_substitutions_filter_module
--add-module=/root/custom-nginx-1.4.4/nginx-1.4.4/debian/modules/ngx_pagespeed-1.7.30.1-beta

its not just the config params it needs compile from start

look here : https://www.digitalocean.com/community/tutorials/how-to-add-ngx_pagespeed-module-to-nginx-in-debian-wheezy

and here : https://www.rosehosting.com/blog/speed-up-nginx-using-ngx_pagespeed-on-a-centos-6-vps/

for ideas..

i dont know if nginx custom compiled is compatible with kloxo mr 7 configs

26
@spacedust great idea indeed i was thinking the same these days but how to compile it ? Any idea if it will be compatible with kloxo MR 7 ???

@MR i dont beleive its compiled default from nginx org.. By checking nginx -V doesnt seem to include it:
Code: [Select]
nginx version: nginx/1.9.0
built by gcc 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC)
built with OpenSSL 1.0.1e-fips 11 Feb 2013
TLS SNI support enabled
configure arguments: --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --pid-path=/var/run/nginx.pid --lock-path=/var/run/nginx.lock --http-client-body-temp-path=/var/cache/nginx/client_temp --http-proxy-temp-path=/var/cache/nginx/proxy_temp --http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp --http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp --http-scgi-temp-path=/var/cache/nginx/scgi_temp --user=nginx --group=nginx --with-http_ssl_module --with-http_realip_module --with-http_addition_module --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_mp4_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_random_index_module --with-http_secure_link_module --with-http_stub_status_module --with-http_auth_request_module --with-threads --with-stream --with-stream_ssl_module --with-mail --with-mail_ssl_module --with-file-aio --with-ipv6 --with-http_spdy_module --with-cc-opt='-O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic'

27
Kloxo-MR Bugs and Requests / Re: error log empty with nginx
« on: 2015-04-30, 12:42:36 »
MR have you checked this with nginx as web server ?

Also traffic stats don't work with nginx at least for me..

28
Thanks for the advises spacedust & MR I will keep that in mind ..

29
Hi spacedust

i send this mail to mail-tester.com to view spam score from a clients email adress using rouncube & outlook 2013 .

from rouncube score is 10/10 <- perfect
from outlook i get 7/10 <--(not bad since no mail will get undelivered) with the problems i described on first post..


@MR yeah i know not a big deal just wanted to point this out.. I beleive its normal because its send by outlook (so external network) and also using a dynamic ip adress (isp provide dynamic usually)

yahoo & gmail gets fine both messages (outlook+rouncube)..
hotmail flags them both as spam...

30
i think the problem is this :

Code: [Select]
X-Spam-Test-Scores: DKIM_SIGNED=0.1,DKIM_VALID=-0.1,DKIM_VALID_AU=-0.1, 9 X-Spam-Test-Scores: DKIM_SIGNED=0.1,DKIM_VALID=-0.1,DKIM_VALID_AU=-0.1,
10         HTML_MESSAGE=0.001,PYZOR_CHECK=1.985,SPF_PASS=-0.001,TRACKER_ID=1.102,
11         TVD_SPACE_RATIO=0.001

Received: (qmail 19210 invoked from network); 25 Apr 2015 15:52:30 -0000
   on outlook 20103

Code: [Select]
X-Spam-Test-Scores: DKIM_SIGNED=0.1,DKIM_VALID=-0.1,DKIM_VALID_AU=-0.1,
10         HTML_MESSAGE=0.001,PYZOR_CHECK=1.985,SPF_PASS=-0.001,TRACKER_ID=1.102,
11         TVD_SPACE_RATIO=0.001 10         SPF_PASS=-0.001,TVD_SPACE_RATIO=0.001

Received:  (qmail 19435 invoked by uid 48); 25 Apr 2015 15:57:11 -0000
from rouncube


Same results also from kloxo MR 6.5 f version using outlook 2013

Pages: 1 [2] 3 4 ... 8

Top 4 Global Search Engines:    Google    Bing    Baidu    Yahoo

Page created in 0.031 seconds with 17 queries.

web stats analysis