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-27, 22:42:08

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

0 Members and 1 Guest are viewing this topic.

Offline jtaco263

  • Senior Member
  • *
  • Posts: 167
  • Karma: +0/-0
    • View Profile
domain without files after update
« on: 2016-03-21, 02:53:32 »
hi mustafa i upgraded kloxo to 7.0 but  since all domains have their files but instead of load the websites loads the default page
how do i fix this?
i already tried
Code: [Select]
sh /script/fixweb
Code: [Select]
sh /script/cleanupso i reconfigure webserver config


Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: domain without files after update
« Reply #1 on: 2016-03-21, 03:18:26 »
What's you mean, upgrade from 6.5 to 7.0 or just update 7.0?.

If you upgrade, need re-setting for web/dns/mail/php/php/php-type.
..:: 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 #2 on: 2016-03-21, 03:26:41 »
What's you mean, upgrade from 6.5 to 7.0 or just update 7.0?.

If you upgrade, need re-setting for web/dns/mail/php/php/php-type.

i did this:
B.2. update from 6.5.0 to 7.0.0

    yum replace kloxomr --replace-with=kloxomr7 -y
   
    # '-y' mean force
    sh /script/upcp -y

from https://github.com/mustafaramadhan/kloxo/blob/release/how-to-install.txt

this solved he problem with ports but now i cant see websites

Offline jtaco263

  • Senior Member
  • *
  • Posts: 167
  • Karma: +0/-0
    • View Profile
Re: domain without files after update
« Reply #3 on: 2016-03-21, 03:27:47 »
another problem is this:

[root@sv1 ~]# service httpd start
Starting httpd: httpd: Syntax error on line 63 of /etc/httpd/conf/httpd.conf: Syntax error on line 2 of /etc/httpd/conf.d/perl.conf: Cannot load /etc/httpd/modules/mod_perl.so into server: /etc/httpd/modules/mod_perl.so: cannot open shared object file: No such file or directory
                                                           [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 #4 on: 2016-03-21, 03:35:00 »
another problem is this:

[root@sv1 ~]# service httpd start
Starting httpd: httpd: Syntax error on line 63 of /etc/httpd/conf/httpd.conf: Syntax error on line 2 of /etc/httpd/conf.d/perl.conf: Cannot load /etc/httpd/modules/mod_perl.so into server: /etc/httpd/modules/mod_perl.so: cannot open shared object file: No such file or directory
                                                           [FAILED]

Two options:
1. Delete perl.conf with 'rm -f /etc/httpd/conf.d/perl.conf' --> recommended
2. Install perl module with 'yum install mod_perl -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 #5 on: 2016-03-21, 03:38:46 »
i did it but still exist the error and all the sites are looking like default web page but i reconfigured all that u said to me

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: domain without files after update
« Reply #6 on: 2016-03-21, 04:06:58 »
Inform here 'sh /script/sysinfo; sh /script/restart-all -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 #7 on: 2016-03-21, 04:17:13 »
Inform here 'sh /script/sysinfo; sh /script/restart-all -y'.





Offline jtaco263

  • Senior Member
  • *
  • Posts: 167
  • Karma: +0/-0
    • View Profile
Re: domain without files after update
« Reply #8 on: 2016-03-21, 04:22:20 »

ths is what i mean, all the files are stored but only shows this

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: domain without files after update
« Reply #9 on: 2016-03-21, 04:29:49 »
1. Php-branch is php 5.4 but ioncube still for php 5.3. Try 'yum remove php*-ioncube* -y; yum install php54-ioncube-loader -y'
2. Look like trouble with ssl. Try 'sh /script/fixssl; sh /script/fixphp; sh /script/fixweb; 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 #10 on: 2016-03-21, 04:34:23 »
1. Php-branch is php 5.4 but ioncube still for php 5.3. Try 'yum remove php*-ioncube* -y; yum install php54-ioncube-loader -y'
2. Look like trouble with ssl. Try 'sh /script/fixssl; sh /script/fixphp; sh /script/fixweb; sh /script/restart-web y'.

Stopping httpd:                                            [FAILED]
Starting httpd: 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
                                                           [FAILED]

and still have the problem with the domains and the default page

Offline jtaco263

  • Senior Member
  • *
  • Posts: 167
  • Karma: +0/-0
    • View Profile
Re: domain without files after update
« Reply #11 on: 2016-03-21, 04:37:25 »
*** Process for NGINX service ***
Starting nginx: nginx: [emerg] open() "/opt/configs/nginx/conf/globals/switch_standard_ssl.conf" failed (2: No such file or directory) in /opt/configs/nginx/conf/defaults/init.conf:59

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: domain without files after update
« Reply #12 on: 2016-03-21, 04:39:27 »
Did you change web server from nginx to httpd 2.4?. If yes, try select 'nginx' first and enable 'apache 2.4'. After that, change to 'apache' with enable 'apache 2.4'.

TO make sure, run 'sh /script/fixweb; 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 #13 on: 2016-03-21, 04:48:59 »
Did you change web server from nginx to httpd 2.4?. If yes, try select 'nginx' first and enable 'apache 2.4'. After that, change to 'apache' with enable 'apache 2.4'.

TO make sure, run 'sh /script/fixweb; sh /script/restart-web -y'.

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]

and still having the problem with default page

Offline MRatWork

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

 


Top 4 Global Search Engines:    Google    Bing    Baidu    Yahoo
Click Here

Page created in 0.028 seconds with 18 queries.

web stats analysis