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, 23:46:37

Author Topic: domain without files after update  (Read 13093 times)

0 Members and 1 Guest are viewing this topic.

Offline jtaco263

  • Senior Member
  • *
  • Posts: 167
  • Karma: +0/-0
    • View Profile
Re: domain without files after update
« Reply #15 on: 2016-03-21, 04:58:31 »
Try reinstall with 'yum reinstall httpd* -y; sh /script/restart-web -y'.
Stopping php-fpm:                                          [  OK  ]
Starting php-fpm: Failed loading /usr/lib/php/modules/ioncube_loader_lin_5.3.so:  /usr/lib/php/modules/ioncube_loader_lin_5.3.so: undefined symbol: php_body_write
                                                           [  OK  ]
-------------------------------------------------------------------

Stopping httpd:                                            [FAILED]
Starting httpd: (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
AH00015: Unable to open logs
                                                           [FAILED]

why isnt fixing?

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: domain without files after update
« Reply #16 on: 2016-03-21, 05:22:21 »
Try reinstall with 'yum reinstall httpd* -y; sh /script/restart-web -y'.
Stopping php-fpm:                                          [  OK  ]
Starting php-fpm: Failed loading /usr/lib/php/modules/ioncube_loader_lin_5.3.so:  /usr/lib/php/modules/ioncube_loader_lin_5.3.so: undefined symbol: php_body_write
                                                           [  OK  ]
-------------------------------------------------------------------

Stopping httpd:                                            [FAILED]
Starting httpd: (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
AH00015: Unable to open logs
                                                           [FAILED]

why isnt fixing?
Look like you didn't remove ioncube as my advice above. You need php-fpm and webserver start smoothly. Without it, that why your website still trouble.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline jtaco263

  • Senior Member
  • *
  • Posts: 167
  • Karma: +0/-0
    • View Profile
Re: domain without files after update
« Reply #17 on: 2016-03-21, 05:28:06 »
i removed ioncube but still having trouble and showing

Offline jtaco263

  • Senior Member
  • *
  • Posts: 167
  • Karma: +0/-0
    • View Profile
Re: domain without files after update
« Reply #18 on: 2016-03-21, 05:34:06 »

ioncube isnt in the directory

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: domain without files after update
« Reply #19 on: 2016-03-21, 05:40:39 »
Remove .conf with 'rm -f /etc/php.d/*ioncube*'
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline jtaco263

  • Senior Member
  • *
  • Posts: 167
  • Karma: +0/-0
    • View Profile
Re: domain without files after update
« Reply #20 on: 2016-03-21, 05:42:55 »
i did but still default page screen

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: domain without files after update
« Reply #21 on: 2016-03-21, 05:45:39 »
What's about 'sh /script/restart-all -y'?. Without error now?.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline jtaco263

  • Senior Member
  • *
  • Posts: 167
  • Karma: +0/-0
    • View Profile
Re: domain without files after update
« Reply #22 on: 2016-03-21, 05:48:39 »
What's about 'sh /script/restart-all -y'?. Without error now?.
Stopping httpd:                                            [FAILED]
Starting httpd: (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
AH00015: Unable to open logs

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: domain without files after update
« Reply #23 on: 2016-03-21, 05:58:41 »
Did you using nginx-proxy or apache/httpd standalone?. Inform here 'sh /script/sysinfo'.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline jtaco263

  • Senior Member
  • *
  • Posts: 167
  • Karma: +0/-0
    • View Profile
Re: domain without files after update
« Reply #24 on: 2016-03-21, 06:03:13 »
Did you using nginx-proxy or apache/httpd standalone?. Inform here 'sh /script/sysinfo'.

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: domain without files after update
« Reply #25 on: 2016-03-21, 06:15:29 »
Inform here 'dir -l /etc/httpd/conf.d' but try reinstall first 'yum reinstall httpd* -y; sh /script/fixweb'.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline jtaco263

  • Senior Member
  • *
  • Posts: 167
  • Karma: +0/-0
    • View Profile
Re: domain without files after update
« Reply #26 on: 2016-03-21, 06:18:17 »
Inform here 'dir -l /etc/httpd/conf.d' but try reinstall first 'yum reinstall httpd* -y; sh /script/fixweb'.

i reinstalled httpd and here is the inform:

Offline jtaco263

  • Senior Member
  • *
  • Posts: 167
  • Karma: +0/-0
    • View Profile
Re: domain without files after update
« Reply #27 on: 2016-03-21, 06:19:37 »
still having this problem:

Stopping httpd:                                            [FAILED]
Starting httpd: (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
AH00015: Unable to open logs
                                                           [FAILED]

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: domain without files after update
« Reply #28 on: 2016-03-21, 06:28:58 »
Try 'pkill -9 httpd; sh /script/restart-web -y; sh /script/restart-web -y'.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline jtaco263

  • Senior Member
  • *
  • Posts: 167
  • Karma: +0/-0
    • View Profile
Re: domain without files after update
« Reply #29 on: 2016-03-21, 06:42:26 »
thanks 4 the help now it works what was the problem?

another errors i found apart from httpd,ftp and webmail doesnot working how do i fix that

 


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

Page created in 0.086 seconds with 18 queries.

web stats analysis