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-28, 21:16:33

Author Topic: Fresh installed kloxomr7 on centos7 problems  (Read 15677 times)

0 Members and 1 Guest are viewing this topic.

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Fresh installed kloxomr7 on centos7 problems
« Reply #15 on: 2017-08-29, 15:31:47 »
Try:
Code: [Select]
chkconfig httpd on
systemctl daemon-reload
sh /script/restart-all
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline idove

  • Valuable Member
  • *
  • Posts: 142
  • Karma: +0/-0
    • View Profile
Re: Fresh installed kloxomr7 on centos7 problems
« Reply #16 on: 2017-08-29, 15:58:32 »
Code: [Select]

[root@centos admin]# chkconfig httpd on
Note: Forwarding request to 'systemctl enable httpd.service'.
Created symlink from /etc/systemd/system/multi-user.target.wants/httpd.service to /usr/lib/systemd/system/httpd.service.
[root@centos admin]# systemctl daemon-reload
[root@centos admin]# 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 16:07:05 mysqld_safe Logging to '/var/lib/mysql/server.myserver.com.err'.
170829 16:07:05 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):                            [  OK  ]
-------------------------------------------------------------------

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@centos admin]# systemctl status httpd.service
? 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 16:07:10 CEST; 21s ago
     Docs: man:httpd.service(8)
  Process: 7528 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
 Main PID: 7528 (code=exited, status=1/FAILURE)

Kol 29 16:07:10 server.myserver.com systemd[1]: Starting The Apache HTTP Server...
Kol 29 16:07:10 server.myserver.com httpd[7528]: (98)Address already in use: AH00072: make_sock: could not bind to address [::]:443
Kol 29 16:07:10 server.myserver.com systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
Kol 29 16:07:10 server.myserver.com systemd[1]: Failed to start The Apache HTTP Server.
Kol 29 16:07:10 server.myserver.com systemd[1]: Unit httpd.service entered failed state.
Kol 29 16:07:10 server.myserver.com systemd[1]: httpd.service failed.



Offline idove

  • Valuable Member
  • *
  • Posts: 142
  • Karma: +0/-0
    • View Profile
Re: Fresh installed kloxomr7 on centos7 problems
« Reply #17 on: 2017-08-29, 16:29:18 »
Anyway,
via admin -> services, I have try to start nginx, lighttpd and hiawatha and then client domain is working :).

I've never used neither of them before so don't know if there is good or bad, so why is there still problem with httpd (apache)?


And, still didn't reboot server, because I'm affraid, then I will lost access also to web admin :).

Tnx.


Added:
Is maybe something similar here also the case? (I'm using ssd drives on server, not sure if that is important)

https://support.plesk.com/hc/en-us/articles/115000313369-Apache-restart-fails-98-Address-already-in-use-AH00072-make-sock-could-not-bind-to-address
« Last Edit: 2017-08-29, 16:47:35 by idove »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Fresh installed kloxomr7 on centos7 problems
« Reply #18 on: 2017-08-29, 16:54:05 »
Don't use 'admin > services' to start except you know what 'web' select in 'switch program'. Better use 'sh /script/restart-web' for restart web server. You can use 'admin > command center' to run 'sh /script/restart-web'.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline idove

  • Valuable Member
  • *
  • Posts: 142
  • Karma: +0/-0
    • View Profile
Re: Fresh installed kloxomr7 on centos7 problems
« Reply #19 on: 2017-08-29, 16:57:28 »
I've just tried, ok tnx for additional info.

Anyway how to solve problem httpd doesn't start. There is log two posts above, thank you.

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Fresh installed kloxomr7 on centos7 problems
« Reply #20 on: 2017-08-29, 17:03:18 »
Inform here 'yum list httpd* mod*' after running 'sh /script/cleanup'.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline idove

  • Valuable Member
  • *
  • Posts: 142
  • Karma: +0/-0
    • View Profile
Re: Fresh installed kloxomr7 on centos7 problems
« Reply #21 on: 2017-08-29, 17:15:49 »
OK,
i firstly start:

#sh /script/cleanup

then:
#yum list httpd* mod*

Code: [Select]
[root@server ~]# yum list httpd* mod*
Loaded plugins: fastestmirror, priorities, protectbase, replace
Loading mirror speeds from cached hostfile
 * base: centos.mirror.triple-it.nl
 * extras: mirror.1000mbps.com
 * mratwork-epel: mirror.1000mbps.com
 * mratwork-ius-archive: mirror.amsiohosting.net
 * mratwork-ius-stable: mirror.amsiohosting.net
 * mratwork-release-neutral-noarch: rpms.mratwork.com
 * mratwork-release-version-arch: rpms.mratwork.com
 * mratwork-webtatic: uk.repo.webtatic.com
 * updates: mirrors.supportex.net
0 packages excluded due to repository protections
Installed Packages
httpd24u.x86_64                                                                                              2.4.27-1.ius.centos7                                                                              @mratwork-ius-stable         
httpd24u-filesystem.noarch                                                                                   2.4.27-1.ius.centos7                                                                              @mratwork-ius-stable         
httpd24u-mod_session.x86_64                                                                                  2.4.27-1.ius.centos7                                                                              @mratwork-ius-stable         
httpd24u-mod_ssl.x86_64                                                                                      1:2.4.27-1.ius.centos7                                                                            @mratwork-ius-stable         
httpd24u-tools.x86_64                                                                                        2.4.27-1.ius.centos7                                                                              @mratwork-ius-stable         
mod24u_evasive.x86_64                                                                                        1.10.1-7.mr.el7                                                                                   @mratwork-release-version-arch
mod24u_fastcgi.x86_64                                                                                        2.4.7-4.mr.el7                                                                                    @mratwork-release-version-arch
mod24u_fcgid.x86_64                                                                                          2.3.9-1.mr.el7                                                                                    @mratwork-release-version-arch
mod24u_ruid2.x86_64                                                                                          0.9.8-3.mr.el7                                                                                    @mratwork-release-version-arch
mod24u_suphp.x86_64                                                                                          0.7.2-3.mr.el7                                                                                    @mratwork-release-version-arch
Available Packages
ModemManager.i686                                                                                            1.6.0-2.el7                                                                                       base                         
ModemManager.x86_64                                                                                          1.6.0-2.el7                                                                                       base                         
ModemManager-devel.i686                                                                                      1.6.0-2.el7                                                                                       base                         
ModemManager-devel.x86_64                                                                                    1.6.0-2.el7                                                                                       base                         
ModemManager-glib.i686                                                                                       1.6.0-2.el7                                                                                       base                         
ModemManager-glib.x86_64                                                                                     1.6.0-2.el7                                                                                       base                         
ModemManager-glib-devel.i686                                                                                 1.6.0-2.el7                                                                                       base                         
ModemManager-glib-devel.x86_64                                                                               1.6.0-2.el7                                                                                       base                         
ModemManager-vala.x86_64                                                                                     1.6.0-2.el7                                                                                       base                         
httpd.x86_64                                                                                                 2.4.6-45.el7.centos.4                                                                             updates                       
httpd-devel.x86_64                                                                                           2.4.6-45.el7.centos.4                                                                             updates                       
httpd-itk.x86_64                                                                                             2.4.7.04-2.el7                                                                                    mratwork-epel                 
httpd-manual.noarch                                                                                          2.4.6-45.el7.centos.4                                                                             updates                       
httpd-tools.x86_64                                                                                           2.4.6-45.el7.centos.4                                                                             updates                       
httpd24u-debuginfo.x86_64                                                                                    2.4.27-1.ius.centos7                                                                              mratwork-ius-stable           
httpd24u-devel.x86_64                                                                                        2.4.27-1.ius.centos7                                                                              mratwork-ius-stable           
httpd24u-manual.noarch                                                                                       2.4.27-1.ius.centos7                                                                              mratwork-ius-stable           
httpd24u-mod_ldap.x86_64                                                                                     2.4.27-1.ius.centos7                                                                              mratwork-ius-stable           
httpd24u-mod_proxy_html.x86_64                                                                               1:2.4.27-1.ius.centos7                                                                            mratwork-ius-stable           
httpd24u-mod_proxy_uwsgi.x86_64                                                                              2.0.15-1.ius.centos7                                                                              mratwork-ius-stable           
httpd24u-mod_proxy_uwsgi-debuginfo.x86_64                                                                    2.0.15-1.ius.centos7                                                                              mratwork-ius-stable           
httpd24u-mod_security2.x86_64                                                                                2.9.2-1.ius.centos7                                                                               mratwork-ius-stable           
httpd24u-mod_security2-debuginfo.x86_64                                                                      2.9.2-1.ius.centos7                                                                               mratwork-ius-stable           
httpd24u-mod_security2-mlogc.x86_64                                                                          2.9.2-1.ius.centos7                                                                               mratwork-ius-stable           
httpd24u-mod_xsendfile.x86_64                                                                                0.12-1.ius.centos7                                                                                mratwork-ius-stable           


Offline idove

  • Valuable Member
  • *
  • Posts: 142
  • Karma: +0/-0
    • View Profile
Re: Fresh installed kloxomr7 on centos7 problems
« Reply #22 on: 2017-08-29, 17:16:07 »
And:

Code: [Select]
httpd24u-mod_xsendfile-debuginfo.x86_64                                                                      0.12-1.ius.centos7                                                                                mratwork-ius-stable           
mod-pagespeed-beta.x86_64                                                                                    1.12.34.1-0                                                                                       mratwork-google-mod-pagespeed
mod-pagespeed-stable.x86_64                                                                                  1.12.34.2-0                                                                                       mratwork-google-mod-pagespeed
mod24u_ldap.x86_64                                                                                           2.4.20-1.ius.centos7                                                                              mratwork-ius-archive         
mod24u_proxy_html.x86_64                                                                                     1:2.4.20-1.ius.centos7                                                                            mratwork-ius-archive         
mod24u_session.x86_64                                                                                        2.4.20-1.ius.centos7                                                                              mratwork-ius-archive         
mod24u_ssl.x86_64                                                                                            1:2.4.20-1.ius.centos7                                                                            mratwork-ius-archive         
mod_auth_cas.x86_64                                                                                          1.1-3.el7                                                                                         mratwork-epel                 
mod_auth_gssapi.x86_64                                                                                       1.4.0-1.el7                                                                                       base                         
mod_auth_kerb.x86_64                                                                                         5.4-28.el7                                                                                        base                         
mod_auth_mellon.x86_64                                                                                       0.11.0-2.el7                                                                                      base                         
mod_auth_ntlm_winbind.x86_64                                                                                 0.0.0-0.15.20070129svn713.el7                                                                     mratwork-epel                 
mod_auth_openid.x86_64                                                                                       0.8-2.el7                                                                                         mratwork-epel                 
mod_auth_openidc.x86_64                                                                                      1.8.8-3.el7                                                                                       base                         
mod_authnz_external.x86_64                                                                                   3.3.1-7.el7                                                                                       mratwork-epel                 
mod_authnz_pam.x86_64                                                                                        0.9.3-5.el7_2                                                                                     base                         
mod_autoindex_mb.x86_64                                                                                      2.18.1-2.el7                                                                                      mratwork-epel                 
mod_dav_svn.x86_64                                                                                           1.7.14-10.el7                                                                                     base                         
mod_evasive.x86_64                                                                                           1.10.1-22.el7                                                                                     mratwork-epel                 
mod_fcgid.x86_64                                                                                             2.3.9-4.el7                                                                                       base                         
mod_flvx.x86_64                                                                                              0-0.7.20100525git.el7.1                                                                           mratwork-epel                 
mod_form.x86_64                                                                                              0.2-1.el7                                                                                         mratwork-epel                 
mod_form-devel.x86_64                                                                                        0.2-1.el7                                                                                         mratwork-epel                 
mod_geoip.x86_64                                                                                             1.2.10-1.el7                                                                                      mratwork-epel                 
mod_gnutls.x86_64                                                                                            0.6-1.el7                                                                                         mratwork-epel                 
mod_intercept_form_submit.x86_64                                                                             0.9.8-2.el7                                                                                       base                         
mod_lcgdm_dav.x86_64                                                                                         0.18.2-1.el7                                                                                      mratwork-epel                 
mod_ldap.x86_64                                                                                              2.4.6-45.el7.centos.4                                                                             updates                       
mod_limitipconn.x86_64                                                                                       0.23-14.el7                                                                                       mratwork-epel                 
mod_log_post.x86_64                                                                                          0.1.0-7.el7.1                                                                                     mratwork-epel                 
mod_lookup_identity.x86_64                                                                                   0.9.5-1.el7                                                                                       base                         
mod_mirrorbrain.x86_64                                                                                       2.18.1-2.el7                                                                                      mratwork-epel                 
mod_nss.x86_64                                                                                               1.0.14-7.el7                                                                                      base                         
mod_passenger.x86_64                                                                                         4.0.53-4.el7                                                                                      mratwork-epel                 
mod_perl.x86_64                                                                                              2.0.10-2.el7                                                                                      mratwork-epel                 
mod_perl-devel.x86_64                                                                                        2.0.10-2.el7                                                                                      mratwork-epel                 
mod_php70u.x86_64                                                                                            7.0.22-2.ius.centos7                                                                              mratwork-ius-stable           
mod_php71u.x86_64                                                                                            7.1.8-2.ius.centos7                                                                               mratwork-ius-stable           
mod_php71w.x86_64                                                                                            7.1.8-2.w7                                                                                        mratwork-webtatic             
mod_proxy_html.x86_64                                                                                        1:2.4.6-45.el7.centos.4                                                                           updates                       
mod_proxy_uwsgi.x86_64                                                                                       2.0.15-1.el7                                                                                      mratwork-epel                 
mod_qos.x86_64                                                                                               11.5-1.el7                                                                                        mratwork-epel                 
mod_realdoc.x86_64                                                                                           0.0.1_8_1f9cbed-0.2.w7                                                                            mratwork-webtatic             
mod_revocator.x86_64                                                                                         1.0.3-21.el7                                                                                      base                         
mod_ruid2.x86_64                                                                                             0.9.8-2.el7                                                                                       mratwork-epel                 
mod_security.x86_64                                                                                          2.7.3-5.el7                                                                                       base                         
mod_security_crs.noarch                                                                                      2.2.9-1.el7                                                                                       base                         
mod_session.x86_64                                                                                           2.4.6-45.el7.centos.4                                                                             updates                       
mod_speedycgi.x86_64                                                                                         2.22-16.el7.1                                                                                     mratwork-epel                 
mod_ssl.x86_64                                                                                               1:2.4.6-45.el7.centos.4                                                                           updates                       
mod_wsgi.x86_64                                                                                              3.4-12.el7_0                                                                                      base                         
mod_xsendfile.x86_64                                                                                         0.12-10.el7                                                                                       mratwork-epel                 
modello.noarch                                                                                               1.7-4.el7                                                                                         base                         
modello-javadoc.noarch                                                                                       1.7-4.el7                                                                                         base                         
modularity-testing-framework.noarch                                                                          0.5.1-3.el7                                                                                       mratwork-epel                 
module-build-service.x86_64                                                                                  1.3.24-3.el7                                                                                      mratwork-epel                 


Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Fresh installed kloxomr7 on centos7 problems
« Reply #23 on: 2017-08-29, 17:23:52 »
I think something missing in your info. So, inform 'yum list installed httpd* mod*'.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline idove

  • Valuable Member
  • *
  • Posts: 142
  • Karma: +0/-0
    • View Profile
Re: Fresh installed kloxomr7 on centos7 problems
« Reply #24 on: 2017-08-29, 17:29:20 »
Code: [Select]
[root@server ~]# yum list installed httpd* mod*
Loaded plugins: fastestmirror, priorities, protectbase, replace
Loading mirror speeds from cached hostfile
 * base: centos.mirror.triple-it.nl
 * extras: mirror.1000mbps.com
 * mratwork-epel: mirror.1000mbps.com
 * mratwork-ius-archive: mirror.amsiohosting.net
 * mratwork-ius-stable: mirror.amsiohosting.net
 * mratwork-release-neutral-noarch: rpms.mratwork.com
 * mratwork-release-version-arch: rpms.mratwork.com
 * mratwork-webtatic: uk.repo.webtatic.com
 * updates: mirrors.supportex.net
0 packages excluded due to repository protections
Installed Packages
httpd24u.x86_64                                                                                           2.4.27-1.ius.centos7                                                                                 @mratwork-ius-stable         
httpd24u-filesystem.noarch                                                                                2.4.27-1.ius.centos7                                                                                 @mratwork-ius-stable         
httpd24u-mod_session.x86_64                                                                               2.4.27-1.ius.centos7                                                                                 @mratwork-ius-stable         
httpd24u-mod_ssl.x86_64                                                                                   1:2.4.27-1.ius.centos7                                                                               @mratwork-ius-stable         
httpd24u-tools.x86_64                                                                                     2.4.27-1.ius.centos7                                                                                 @mratwork-ius-stable         
mod24u_evasive.x86_64                                                                                     1.10.1-7.mr.el7                                                                                      @mratwork-release-version-arch
mod24u_fastcgi.x86_64                                                                                     2.4.7-4.mr.el7                                                                                       @mratwork-release-version-arch
mod24u_fcgid.x86_64                                                                                       2.3.9-1.mr.el7                                                                                       @mratwork-release-version-arch
mod24u_ruid2.x86_64                                                                                       0.9.8-3.mr.el7                                                                                       @mratwork-release-version-arch
mod24u_suphp.x86_64                                                                                       0.7.2-3.mr.el7                                                                                       @mratwork-release-version-arch
[root@server ~]#



Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Fresh installed kloxomr7 on centos7 problems
« Reply #25 on: 2017-08-29, 17:37:24 »
It's look like httpd24u not service state as 'on' in CentOS 7. So, you need:
Code: [Select]
chkconfig httpd on
systemctl daemon-reload
sh /script/restart-web
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline idove

  • Valuable Member
  • *
  • Posts: 142
  • Karma: +0/-0
    • View Profile
Re: Fresh installed kloxomr7 on centos7 problems
« Reply #26 on: 2017-08-29, 17:42:35 »
Yeeees,
now it works, everything seems to be fine.

Can I now try to restart server :)?


Code: [Select]
[root@server ~]# chkconfig httpd on
Note: Forwarding request to 'systemctl enable httpd.service'.
[root@server ~]# systemctl daemon-reload
[root@server ~]# sh /script/restart-web

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

- For help, type '/script/restart-web [--help|-h]'
[root@server ~]#


Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Fresh installed kloxomr7 on centos7 problems
« Reply #27 on: 2017-08-29, 18:15:39 »
Yes to reboot.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline idove

  • Valuable Member
  • *
  • Posts: 142
  • Karma: +0/-0
    • View Profile
Re: Fresh installed kloxomr7 on centos7 problems
« Reply #28 on: 2017-08-29, 19:38:27 »
After reboot,
kloxo web admin doesn't work, also
client domain doesn't work either.


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.                                       [  OK  ]
Starting MySQL.170829 19:48:29 mysqld_safe Logging to '/var/lib/mysql/server.moj-server.info.err'.
170829 19:48:29 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
                                                           [  OK  ]
-------------------------------------------------------------------

*** Process for BIND service ***
  - Process: restart
Stopping named (via systemctl):                            [  OK  ]
Starting named (via systemctl):                            [  OK  ]
-------------------------------------------------------------------

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

*** 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 ~]#



Code: [Select]
[root@server etc]# systemctl status httpd.service
? httpd.service - The Apache HTTP Server
   Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
   Active: active (running) since Uto 2017-08-29 20:02:01 CEST; 59s ago
     Docs: man:httpd.service(8)
 Main PID: 5280 (httpd)
   Status: "Total requests: 0; Idle/Busy workers 100/0;Requests/sec: 0; Bytes served/sec:   0 B/sec"
   CGroup: /system.slice/httpd.service
           ??5280 /usr/sbin/httpd -DFOREGROUND
           ??5281 /usr/sbin/httpd -DFOREGROUND
           ??5282 /usr/sbin/httpd -DFOREGROUND
           ??5283 /usr/sbin/httpd -DFOREGROUND

Kol 29 20:02:01 server.moj-server.info systemd[1]: Starting The Apache HTTP Server...
Kol 29 20:02:01 server.moj-server.info systemd[1]: Started The Apache HTTP Server.




I'm not sure if that's "normal" listening on tcp6, but anyway I'm just posting what I find:

Code: [Select]
netstat -an | grep LISTEN
tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN     
tcp        0      0 xx.xx.xx.xx:53        0.0.0.0:*               LISTEN     
tcp        0      0 127.0.0.1:53            0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN     
tcp        0      0 127.0.0.1:953           0.0.0.0:*               LISTEN     
tcp        0      0 127.0.0.1:7776          0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:7777            0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:7778            0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:7779            0.0.0.0:*               LISTEN     
tcp6       0      0 :::3306                 :::*                    LISTEN     
tcp6       0      0 :::587                  :::*                    LISTEN     
tcp6       0      0 :::110                  :::*                    LISTEN     
tcp6       0      0 :::143                  :::*                    LISTEN     
tcp6       0      0 :::111                  :::*                    LISTEN     
tcp6       0      0 :::80                   :::*                    LISTEN     
tcp6       0      0 :::465                  :::*                    LISTEN     
tcp6       0      0 :::53                   :::*                    LISTEN     
tcp6       0      0 :::22                   :::*                    LISTEN     
tcp6       0      0 :::25                   :::*                    LISTEN     
tcp6       0      0 :::443                  :::*                    LISTEN     
tcp6       0      0 :::993                  :::*                    LISTEN     
tcp6       0      0 :::995                  :::*                    LISTEN     

« Last Edit: 2017-08-29, 19:53:04 by idove »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Fresh installed kloxomr7 on centos7 problems
« Reply #29 on: 2017-08-30, 00:11:01 »
Inform here 'ps aux|grep -e nginx -e hiawatha -e lighttpd -e httpd'
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

 


Top 4 Global Search Engines:    Google    Bing    Baidu    Yahoo

Page created in 0.071 seconds with 18 queries.

web stats analysis