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:48:06

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.


Topics - idove

Pages: 1 [2] 3
16
Hi,
I'm moving one domain.com from old server (kloxomr6.5+centos6) to new server (kloxo7+centos7). ON new server I will use https for this domain.

Domain.com is succesfully moved and changed in NS, and it is working now. Google NS already propagated new IP, but OpenDNS and some others didn't yet.

My question is, do I need to wait that this domain.com with new IP address propagate on all NS servers (24-48h) before I click "Add Let's Encrypt" or this doesn't have anything in common with that. Not sure how this button works in KloxoMR web admin.

Thank you.

17
Hello
today I've noticed this in named service status (kloxomr7 + centos7)

Code: [Select]
[root@server public_html]# systemctl status named.service
? named.service - LSB: start|stop|status|restart|try-restart|reload|force-reload DNS server
   Loaded: loaded (/etc/rc.d/init.d/named; bad; vendor preset: disabled)
   Active: active (running) since Pon 2017-09-04 10:38:09 CEST; 2 days ago
     Docs: man:systemd-sysv-generator(8)
   CGroup: /system.slice/named.service
           ??31854 /usr/sbin/named -u named

Ruj 04 10:38:09 server.my-domain.com named[31854]: generating session key for dynamic DNS
Ruj 04 10:38:09 server.my-domain.com named[31854]: couldn't mkdir '/var/run/named': Permission denied
Ruj 04 10:38:09 server.my-domain.com named[31854]: could not create /var/run/named/session.key
Ruj 04 10:38:09 server.my-domain.com named[31854]: failed to generate session key for dynamic DNS: permission denied
Ruj 04 10:38:09 server.my-domain.com named[31854]: sizing zone task pool based on 3 zones
Ruj 04 10:38:09 server.my-domain.com named[31854]: set up managed keys zone for view _default, file 'managed-keys.bind'
Ruj 04 10:38:09 server.my-domain.com named[31854]: command channel listening on 127.0.0.1#953
Ruj 04 10:38:09 server.my-domain.com named[31854]: the working directory is not writable
Ruj 04 10:38:09 server.my-domain.com named[31849]: Starting named: [  OK  ]
Ruj 04 10:38:09 server.my-domain.com systemd[1]: Started LSB: start|stop|status|restart|try-restart|reload|force-reload DNS server.

Conclusion,
/var/run/named path doesn't exists

So I do this:
Code: [Select]
#systemctl stop named.service
#mkdir /var/run/named
#chown named.named /var/run/named
#systemctl start named.service

[root@server named]# ls -al /var/run/named
total 8
drwxr-xr-x  2 named named  80 Ruj  7 09:16 .
drwxr-xr-x 31 root  root  940 Ruj  7 09:16 ..
-rw-r--r--  1 named named   6 Ruj  7 09:16 named.pid
-rw-------  1 named named 102 Ruj  7 09:16 session.key

[root@server named]# systemctl status named.service
? named.service - LSB: start|stop|status|restart|try-restart|reload|force-reload DNS server
   Loaded: loaded (/etc/rc.d/init.d/named; bad; vendor preset: disabled)
   Active: active (running) since ?et 2017-09-07 09:16:18 CEST; 1min 26s ago
     Docs: man:systemd-sysv-generator(8)
  Process: 19885 ExecStop=/etc/rc.d/init.d/named stop (code=exited, status=0/SUCCESS)
  Process: 19893 ExecStart=/etc/rc.d/init.d/named start (code=exited, status=0/SUCCESS)
   CGroup: /system.slice/named.service
           ??19898 /usr/sbin/named -u named

Ruj 07 09:16:18 server.moj-server.info named[19898]: listening on IPv6 interfaces, port 53
Ruj 07 09:16:18 server.moj-server.info named[19898]: listening on IPv4 interface lo, 127.0.0.1#53
Ruj 07 09:16:18 server.moj-server.info named[19898]: listening on IPv4 interface eth0, 77.81.247.151#53
Ruj 07 09:16:18 server.moj-server.info named[19898]: generating session key for dynamic DNS
Ruj 07 09:16:18 server.moj-server.info named[19898]: sizing zone task pool based on 3 zones
Ruj 07 09:16:18 server.moj-server.info named[19898]: set up managed keys zone for view _default, file 'managed-keys.bind'
Ruj 07 09:16:18 server.moj-server.info named[19898]: command channel listening on 127.0.0.1#953
Ruj 07 09:16:18 server.moj-server.info named[19898]: the working directory is not writable
Ruj 07 09:16:18 server.moj-server.info named[19893]: Starting named: [  OK  ]
Ruj 07 09:16:18 server.moj-server.info systemd[1]: Started LSB: start|stop|status|restart|try-restart|reload|force-reload DNS server.


! the working directory is not writable ! - what directory?
Is that link ok?
Code: [Select]
lrwxrwxrwx  1 root   root     25 Ruj  7 09:16 named.pid -> //var/run/named/named.pid

Tnx for advanced suggestions.

18
If you get this php error in fresh installed Kloxo mr 7 + centOS 7:
Call to undefined function mb_convert_case()

All you need to do is:
Code: [Select]
yum install php56u-mbstring
systemctl restart httpd.service

19
Hi,
I freshly installed kloxomr7 on centos7 (now it is 3rd) time, and after reboot VPS via shell, I can't access anymore to web admin. Now the third time I try just to install and after sh /script/upcp, try to open web admin it works. Reboot from shell, and there is no more access to web admin.

Please for suggestions.
Tnx.

Using:
OpenStack Cloud (Fleio account) on intovps

Possible problems:
Code: [Select]
[root@server ~]# sh /script/restart-all

Redirecting to /bin/systemctl restart  rsyslog.service
-------------------------------------------------------------------

Restarting httpry (via systemctl):                         [  OK  ]
-------------------------------------------------------------------

*** Process for MYSQL/MARIADB service ***
  - Process: restart
Shutting down MySQL. SUCCESS!
Starting MySQL.170829 05:50:47 mysqld_safe Logging to '/var/lib/mysql/server.myserver.com.err'.
170829 05:50:47 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
 SUCCESS!
-------------------------------------------------------------------

*** Process for BIND service ***
  - Process: restart
Stopping named (via systemctl):                            [  OK  ]
Starting named (via systemctl):  Job for named.service failed because the control process exited with error code. See "systemctl status named.service" and "journalctl -xe" for details.
                                                           [FAILED]
-------------------------------------------------------------------

Redirecting to /bin/systemctl restart  php-fpm.service
-------------------------------------------------------------------

*** Process for HTTPD service ***
  - Process: restart
Redirecting to /bin/systemctl stop  httpd.service
Redirecting to /bin/systemctl start  httpd.service
Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details.
-------------------------------------------------------------------

*** Process for QMAIL service ***
Stopping qmail-toaster: svscan qmail logging.
qmail-send: no process found
Starting qmail-toaster: svscan.
-------------------------------------------------------------------

Redirecting to /bin/systemctl restart  kloxo-web.service
-------------------------------------------------------------------
Redirecting to /bin/systemctl restart  kloxo-php.service
-------------------------------------------------------------------
Redirecting to /bin/systemctl restart  kloxo-wrap.service
-------------------------------------------------------------------
- For help, type '/script/restart-all [--help|-h]'




[root@server ~]# systemctl status named.service -l
? named.service - LSB: start|stop|status|restart|try-restart|reload|force-reload DNS server
   Loaded: loaded (/etc/rc.d/init.d/named; bad; vendor preset: disabled)
   Active: failed (Result: exit-code) since Uto 2017-08-29 05:50:48 EDT; 21min ago
     Docs: man:systemd-sysv-generator(8)
  Process: 1701 ExecStart=/etc/rc.d/init.d/named start (code=exited, status=7)

Kol 29 05:50:48 server.myserver.com named[1706]: sizing zone task pool based on 1 zones
Kol 29 05:50:48 server.myserver.com named[1706]: set up managed keys zone for view _default, file 'managed-keys.bind'
Kol 29 05:50:48 server.myserver.com named[1706]: command channel listening on 127.0.0.1#953
Kol 29 05:50:48 server.myserver.com named[1706]: the working directory is not writable
Kol 29 05:50:48 server.myserver.com named[1706]: isc_stdio_open '/var/log/named/default.log' failed: permission denied
Kol 29 05:50:48 server.myserver.com named[1701]: Starting named: [FAILED]
Kol 29 05:50:48 server.myserver.com systemd[1]: named.service: control process exited, code=exited status=7
Kol 29 05:50:48 server.myserver.com systemd[1]: Failed to start LSB: start|stop|status|restart|try-restart|reload|force-reload DNS server.
Kol 29 05:50:48 server.myserver.com systemd[1]: Unit named.service entered failed state.
Kol 29 05:50:48 server.myserver.com systemd[1]: named.service failed.



[root@server ~]# systemctl status httpd.service -l
? httpd.service - The Apache HTTP Server
   Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
   Active: failed (Result: exit-code) since Uto 2017-08-29 05:50:49 EDT; 20min ago
     Docs: man:httpd(8)
           man:apachectl(8)
  Process: 1981 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=1/FAILURE)
  Process: 1979 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
 Main PID: 1979 (code=exited, status=1/FAILURE)

Kol 29 05:50:49 server.myserver.com systemd[1]: Starting The Apache HTTP Server...
Kol 29 05:50:49 server.myserver.com httpd[1979]: httpd: Syntax error on line 13 of /etc/httpd/conf/httpd.conf: Cannot load modules/mod_authn_alias.so into server: /etc/httpd/modules/mod_authn_alias.so: cannot open shared object file: No such file or directory
Kol 29 05:50:49 server.myserver.com systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
Kol 29 05:50:49 server.myserver.com kill[1981]: kill: cannot find process ""
Kol 29 05:50:49 server.myserver.com systemd[1]: httpd.service: control process exited, code=exited status=1
Kol 29 05:50:49 server.myserver.com systemd[1]: Failed to start The Apache HTTP Server.
Kol 29 05:50:49 server.myserver.com systemd[1]: Unit httpd.service entered failed state.
Kol 29 05:50:49 server.myserver.com systemd[1]: httpd.service failed.




20
How to prevent on kloxomr for some client to stop receiveing emails from some domains/emails?

One of my customer getting spam from the same domains which he can't unsubscribe (unsubscribe doesn't work).
I would like to reject all emails from receiving for certain client.

Tnx.

21
Kloxo-MR Technical Helps / KloxoMR 7, which CentOS?
« on: 2017-08-24, 19:01:43 »
I will install latest kloxo MR 7.0.0. Reason, I wanna use apache server, with mysql, php and https (ssl), lets encrpyt.

What CentOS to use? Which version?

Is there any other suggestions?
Thank you.

P.S.
Currently I'm running 6.5.0. which obviously doenst have support for https.

22
Kloxo-MR Bugs and Requests / UPDATE ALL doesn't work
« on: 2017-07-04, 08:54:06 »
Button Update All in Backup doesn't work in 6.5.0 kloxo MR.
After clicking Update All it acctualy doesn't change, updating all drop down list.

Thanks for reply.
BR.

23
I would like to receive kloxo messages on my email,
I don't received it on kloxo 6.5.0.

Where and how to activate kloxo messages?
I mean messages like this (this I stop getting with new 6.5.0).
Code: [Select]
Warning: The Account someuser is using 224% of quota for totaldisk_usage.
 Limit: 250
Used: 559.9

Kloxo Backup Succeeded for someuser


Filesystem  / (/dev/simfs) on localhost is using 95%
Filesystem  /var/named/chroot/var/run/dbus (/dev/simfs) on localhost is using 95%


Thank you.

24
Kloxo-MR Technical Helps / horde does not exist
« on: 2017-05-02, 09:08:24 »
Hi,
I get this error on kloxo-mr 6.5.0.
How to clean this up, tnx.

I think that start occuring when I try to change from:
Webserver config -> PHP type: mod_php_ruid2 to php-fpm_event, click UPDATE.
And then after half hour back to mod_php_ruid2.

Tnx.

Code: [Select]
# service httpd start
Starting httpd: Warning: DocumentRoot [/home/kloxo/httpd/webmail/horde] does not exist
Warning: DocumentRoot [/home/kloxo/httpd/webmail/horde] does not exist
                                                           [  OK  ]

25
Can't receive emails on one domain on kloxo mr 6.5.0.
I can send emails, but can't receive it.

I get this in maillog for test@example.com
Code: [Select]
Apr  5 16:23:50 server send: starting delivery 8: msg 16394741 to local example.com-test@example.com
Apr  5 16:23:50 server send: status: local 1/10 remote 0/60
Apr  5 16:23:50 server send: delivery 8: failure: user_is_over_quota/
Apr  5 16:23:50 server send: status: local 0/10 remote 0/60

What is user_is_over_quota does it have? Where to change?

In Kloxo panel, I can't see anything above normal. I try to restart qmail, change limits, add more in limits, for all mails, for total mail quota, added bandwidth, nothing.

Other domains on this server and emails works normally.
Tnx.


26
Kloxo-MR Technical Helps / How to setup name server?!
« on: 2017-04-03, 11:25:19 »
I have few domains on  myserver.com which is also name server,
and I have only one IP address.

I believe I correctly configure mydomain.dnst, this is how does it look in Manage dns:

Code: [Select]
__base__ A - xx.xx.xx.xx

cp A - xx.xx.xx.xx

mail A - xx.xx.xx.xx

ns A - xx.xx.xx.xx

ns1 A - xx.xx.xx.xx

ns2 A - xx.xx.xx.xx

ftp CN - __base__

lists CN - mail

webmail CN - mail

www CN - __base__

myserver.com MX 10 mail.myserver.com
ns1.myserver.com NS - ns1.myserver.com
ns2.myserver.com NS - ns2.myserver.com

__base__ TXT - v=spf1 a mx ~all

_domainkey TXT - t=y; o=-; r=postmaster@myserver...

private._domainkey TXT - v=DKIM1; g=*; k=rsa; p=MIGfMA0...


myserver.com is purchased on name.com, and I'm not sure how to setup there?

Do I need to leave they nameservers (ns1.name.com, ns2.name.com, ns3.name.com, ns4.name.com) and  input/add DNS records, similar/same as on my server,
or can I use/somehow "link" to my nameserver.

I understand that for other domains which are on myserver.com, I put on name.com just my nameservers ns1.myserver.com and ns2.myserver.comm and leave dns records empty.

But what for myserver.com which is also buyed on name.com?
Sorry for long post :).
Thank you.


27
In cases when one IP address take too much connections to my apache, apache "freeze" stop working.
Then I restart httpd, and immediately check server-status, before foreign address occupies server again.

Here you can see "attacker" with IP address 113.20.118.237 which took 16 connections (in only 6 seconds) on apache to domain1.com.

What is easiest way to prevent this? I'm thinking of writing script which analyse this server-status every one minute and add problematic IP to firewall.
But sometimes, apache/server is so much occupied that server can't open 127.0.0.1/server-status at all :).

Can I somehow prevent/analyse with netstat/ss? Thank you.

Code: [Select]
Apache Server Status for server.com

Server Version: Apache/2.2.22 (Unix) DAV/2 PHP/5.2.17 mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5
Server Built: Feb 1 2012 18:59:25
Current Time: Thursday, 30-Mar-2017 16:55:44 CEST
Restart Time: Thursday, 30-Mar-2017 16:55:38 CEST
Parent Server Generation: 2
Server uptime: 6 seconds
Total accesses: 90 - Total Traffic: 3.2 MB
CPU Usage: u4.08 s.42 cu0 cs0 - 75% CPU load
15 requests/sec - 0.5 MB/second - 36.1 kB/request
60 requests currently being processed, 4 idle workers
WWWWWWKWWWWWWWRWWWWWWWWWWWWWWWWKWWWW_WWWWRWWKWWWRWWWWW_WWW_RWWR_
Scoreboard Key:
"_" Waiting for Connection, "S" Starting up, "R" Reading Request,
"W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup,
"C" Closing connection, "L" Logging, "G" Gracefully finishing,
"I" Idle cleanup of worker, "." Open slot with no current process

Srv PID Acc M CPU SS Req Conn Child Slot Client VHost Request
0-2 1849 0/4/4 W 0.03 5 0 0.0 0.01 0.01 113.20.118.237 domain1.com GET /index.php?action=downloadfile&filename=minecraft_server.1.
1-2 1850 0/2/2 W 0.38 5 0 0.0 0.01 0.01 113.20.118.237 domain1.com GET /index.php?action=downloadfile&filename=minecraft_server.1.
2-2 1851 0/7/7 W 0.10 3 0 0.0 1.00 1.00 180.76.15.5 domain3.com GET /cropped-kira_baner_new2-jpg/ HTTP/1.1
3-2 1852 0/1/1 W 0.38 5 0 0.0 0.00 0.00 5.9.112.6 domain2.com GET /voornaam/gerhard/h/ HTTP/1.1
4-2 1853 0/0/0 W 0.00 6 0 0.0 0.00 0.00 5.9.145.132 domain2.com GET /voornaam/yvonne/e/ HTTP/1.1
5-2 1864 0/4/4 W 0.02 4 0 0.0 1.00 1.00 136.243.17.161 domain2.com GET /voornaam/linda/h/ HTTP/1.1
6-2 1876 1/7/7 K 0.03 2 106 0.0 1.00 1.00 66.249.89.13 domain4.com GET /nome/corradino/a/ HTTP/1.1
7-2 1877 0/0/0 W 0.00 4 0 0.0 0.00 0.00 113.20.118.237 domain1.com GET /index.php?action=downloadfile&filename=minecraft_server.1.
8-2 1883 0/1/1 W 0.00 2 0 0.0 0.00 0.00 113.20.118.237 domain1.com GET /index.php?action=downloadfile&filename=minecraft_server.1.
9-2 1884 0/3/3 W 0.00 3 0 0.0 0.00 0.00 113.20.118.237 domain1.com GET /index.php?action=downloadfile&filename=minecraft_server.1.
10-2 1885 0/1/1 W 0.30 2 0 0.0 0.00 0.00 113.20.118.237 domain1.com GET /index.php?action=downloadfile&filename=minecraft_server.1.
11-2 1886 0/3/3 W 0.33 2 0 0.0 0.01 0.01 176.76.242.209 domain8.com GET /simona-kukovec/ HTTP/1.1
12-2 1896 0/0/0 W 0.00 2 0 0.0 0.00 0.00 88.99.27.172 domain4.com GET /silvana-petitto/ HTTP/1.1
13-2 1897 0/2/2 W 0.01 1 0 0.0 0.00 0.00 88.99.27.172 domain2.com GET /voornaam/jeltje/k/ HTTP/1.1
14-2 1898 0/2/2 R 0.00 1 0 0.0 0.00 0.00 ? ? ..reading..
15-2 1899 0/2/2 W 0.42 1 0 0.0 0.00 0.00 88.99.27.172 domain4.com GET /cognome/letizia/a/ HTTP/1.1
16-2 1900 0/4/4 W 0.47 1 0 0.0 0.01 0.01 113.20.118.237 domain1.com GET /index.php?action=downloadfile&filename=minecraft_server.1.
17-2 1901 0/5/5 W 0.59 1 0 0.0 0.00 0.00 113.20.118.237 domain1.com GET /index.php?action=downloadfile&filename=minecraft_server.1.
18-2 1903 0/2/2 W 0.27 0 0 0.0 0.00 0.00 113.20.118.237 domain1.com GET /index.php?action=downloadfile&filename=minecraft_server.1.
19-2 1905 0/5/5 W 0.58 0 0 0.0 0.00 0.00 77.81.243.112 domain3.com POST /wp-cron.php?doing_wp_cron=1490885588.22876405715942382812
20-2 1925 0/4/4 W 0.02 0 0 0.0 0.00 0.00 51.255.65.93 domain5.com GET /name/liane/ HTTP/1.1
21-2 1926 0/1/1 W 0.00 0 0 0.0 0.00 0.00 163.172.65.198 domanin10.com GET /dogadjaji/poziv-na-predbozicnu-vecer/ HTTP/1.1
22-2 1927 0/1/1 W 0.00 1 0 0.0 0.00 0.00 113.20.118.237 domain1.com GET /index.php?action=downloadfile&filename=minecraft_server.1.
23-2 1928 0/1/1 W 0.01 0 0 0.0 0.01 0.01 5.9.145.132 domain2.com GET /voornaam/laurens/a/ HTTP/1.1
24-2 1929 0/0/0 W 0.00 1 0 0.0 0.00 0.00 88.99.27.172 domain2.com GET /voornaam/arnoud/k/ HTTP/1.1
25-2 1930 0/3/3 W 0.00 0 0 0.0 0.00 0.00 77.81.243.112 domain6.net POST /wp-cron.php?doing_wp_cron=1490885588.00175690650939941406
26-2 1931 0/6/6 W 0.04 0 0 0.0 0.00 0.00 113.20.118.237 domain1.com GET /index.php?action=downloadfile&filename=minecraft_server.1.
27-2 1932 0/4/4 W 0.39 0 0 0.0 0.00 0.00 157.55.39.204 domain2.com GET /voornaam/wolter/z/ HTTP/1.1
28-2 1933 0/2/2 W 0.00 0 0 0.0 0.01 0.01 113.20.118.237 domain1.com GET /index.php?action=downloadfile&filename=minecraft_server.1.
29-2 1934 0/2/2 W 0.00 1 0 0.0 0.12 0.12 88.99.27.172 domain4.com GET /nome/rosalia/n/ HTTP/1.1
30-2 1935 0/1/1 W 0.00 0 0 0.0 0.00 0.00 113.20.118.237 domain1.com GET /index.php?action=downloadfile&filename=minecraft_server.1.
31-2 1936 1/5/5 K 0.03 0 149 0.0 0.01 0.01 141.8.142.71 domain4.com GET /cognome/giangrande/q/ HTTP/1.1
32-2 1937 1/2/2 W 0.09 0 0 0.0 0.00 0.00 78.134.247.128 webmail.domain6.net GET /roundcube/?_task=mail HTTP/1.1
33-2 1938 0/1/1 W 0.00 0 0 0.0 0.00 0.00 88.99.27.172 domain2.com GET /voornaam/hendrika/s/ HTTP/1.1
34-2 1939 0/1/1 W 0.01 0 0 0.0 0.00 0.00 141.8.142.71 domain3.com GET /category/uncategorized/ HTTP/1.1
35-2 1940 0/0/0 W 0.00 1 0 0.0 0.00 0.00 141.8.142.71 domain3.com GET /category/uncategorized/ HTTP/1.1
37-2 1979 0/0/0 W 0.00 0 0 0.0 0.00 0.00 163.172.66.30 domain7.com GET /prezime/ancic/c/ HTTP/1.1
38-2 1980 0/0/0 W 0.00 0 0 0.0 0.00 0.00 77.81.243.112 domain6.net POST /wp-cron.php?doing_wp_cron=1490885739.24519109725952148437
39-2 1981 0/0/0 W 0.00 0 0 0.0 0.00 0.00 62.198.21.158 domain1.com GET /downloadfile.php?filename=minecraft_server.1.8.0.jar&direc
40-2 1982 0/0/0 W 0.00 0 0 0.0 0.00 0.00 105.107.81.111 domain1.com GET /downloadfile.php?filename=minecraft_server.1.7.10.jar&dire
41-2 1983 0/0/0 R 0.00 0 0 0.0 0.00 0.00 ? ? ..reading..
42-2 1984 0/0/0 W 0.00 0 0 0.0 0.00 0.00 143.176.41.68 domain2.com GET /jaap-buit/ HTTP/1.1
43-2 1985 0/0/0 W 0.00 0 0 0.0 0.00 0.00 136.243.17.161 domain2.com GET /voornaam/edith/h/ HTTP/1.1
44-2 1986 1/1/1 K 0.00 0 15 0.3 0.00 0.00 207.46.13.141 domain4.com GET /marisa-barretto HTTP/1.1
45-2 1987 0/0/0 W 0.00 0 0 0.0 0.00 0.00 113.20.118.237 domain1.com GET /index.php?action=downloadfile&filename=minecraft_server.1.
46-2 1988 0/0/0 W 0.00 0 0 0.0 0.00 0.00 113.20.118.237 domain1.com GET /index.php?action=downloadfile&filename=minecraft_server.1.
47-2 1989 0/0/0 W 0.00 0 0 0.0 0.00 0.00 51.255.65.40 domain5.com GET /familienname/drawer/p/ HTTP/1.1
48-2 1990 0/0/0 R 0.00 0 0 0.0 0.00 0.00 ? ? ..reading..
49-2 1991 0/0/0 W 0.00 0 0 0.0 0.00 0.00 207.46.13.170 domain8.com GET /ime/ales/%C3%83%C6%92%C3%86%E2%80%99%C3%83%E2%80%A0%C3%A2%
50-2 1992 0/0/0 W 0.00 0 0 0.0 0.00 0.00 51.255.65.4 domain9.com GET /lazine-com/ HTTP/1.1
51-2 1993 0/0/0 W 0.00 0 0 0.0 0.00 0.00 77.81.243.112 domain3.com POST /wp-cron.php?doing_wp_cron=1490885741.50980401039123535156
52-2 1994 0/0/0 W 0.00 0 0 0.0 0.00 0.00 113.20.118.237 domain1.com GET /index.php?action=downloadfile&filename=minecraft_server.1.
53-2 1995 0/0/0 W 0.00 0 0 0.0 0.00 0.00 93.142.18.211 server.com GET /server-status HTTP/1.1
55-2 1997 0/0/0 W 0.00 0 0 0.0 0.00 0.00 136.243.17.161 domain2.com GET /voornaam/edith/h/ HTTP/1.1
56-2 1998 0/0/0 W 0.00 0 0 0.0 0.00 0.00 93.142.18.211 server.com GET /server-status HTTP/1.1
57-2 1999 0/0/0 W 0.00 0 0 0.0 0.00 0.00 5.9.106.81 domain2.com GET /voornaam/luuk/v/ HTTP/1.1
59-2 2001 0/0/0 R 0.00 0 0 0.0 0.00 0.00 ? ? ..reading..
60-2 2002 0/0/0 W 0.00 0 0 0.0 0.00 0.00 78.46.156.169 domain4.com GET /cognome/filippi/a/ HTTP/1.1
61-2 2003 0/0/0 W 0.00 0 0 0.0 0.00 0.00 66.249.64.33 domain9.com GET /wp-content/uploads/2015/02/121.jpg HTTP/1.1
62-2 2006 1/1/1 K 0.00 0 1 0.3 0.00 0.00 157.55.39.206 domain2.com GET /ina-nijssen HTTP/1.1
Srv Child Server number - generation
PID OS process ID
Acc Number of accesses this connection / this child / this slot
M Mode of operation
CPU CPU usage, number of seconds
SS Seconds since beginning of most recent request
Req Milliseconds required to process most recent request
Conn Kilobytes transferred this connection
Child Megabytes transferred this child
Slot Total megabytes transferred this slot
SSL/TLS Session Cache Status:
cache type: SHMCB, shared memory: 512000 bytes, current sessions: 0
subcaches: 32, indexes per subcache: 133
index usage: 0%, cache usage: 0%
total sessions stored since starting: 0
total sessions expired since starting: 0
total (pre-expiry) sessions scrolled out of the cache: 0
total retrieves since starting: 0 hit, 0 miss
total removes since starting: 0 hit, 0 miss
Apache/2.2.22 (CentOS) Server at server.com Port 80

28
Kloxo-MR Technical Helps / DKIM not valid if I don't use...
« on: 2017-03-03, 08:21:26 »
I've noticed that  my email get 10 of 10 at mail-tester.com.

But only if I use my smtp as mail.primarydomain.com, and not as mail.secondarydomain.com.

1. primarydomain.com is my main domain name of server, and all email with other domains on this server get DKIM validation OK only if I use in email client SMTP as mail.primarydomain.com and not as mail.secondarydomain.com or as mail.any-other-domain-on-this-server.com?!?

2. mail.secondarydomain.com is one domain example on this server, and I have few domains on this server


Is there anything wrong with my configuration?
Is there anything wrong with mail-tester.com?

I have try both combination with sending on gmail, and gmail say SPF and DKIM validation pass.

Google -> View Source:
Code: [Select]
SPF: PASS with IP-om xx.xx.xx.xx
DKIM: PASS with domain mysecondarydomain.com


 

29
Kloxo-MR Tips and Tricks / http to https
« on: 2017-01-10, 09:07:47 »
Can someone explain me how can I "move/make" domains on my kloxo mr 6.5.0.f to use https instead of http?
Google likes more https than http, so if someone can gave me tips and steps what and how to do it.

I see that kloxo 6.5.0-f uses TLS 1.2, but how and where to put certicifate? How to use it? What I need to do, where to get certificate. Can I use only one for whole server, domains etc...

Thank you.

30
Kloxo-MR Technical Helps / https (ssl) on kloxo 6.5.0.f?
« on: 2016-12-09, 10:29:48 »
Does it work https on kloxo 6.5.0.f?
How to make it work?

Or is it only working on kloxo7?

I'm asking this because I'm migrating to a new server/new fresh install and I would like to use https (ssl) feature.
Google likes more https than http web pages.

Thank you.

Pages: 1 [2] 3

Top 4 Global Search Engines:    Google    Bing    Baidu    Yahoo

Page created in 0.073 seconds with 16 queries.

web stats analysis