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, 19:40:55

Author Topic: website didnt show - hiawatha  (Read 9582 times)

0 Members and 1 Guest are viewing this topic.

Offline zedzaed

  • Valuable Member
  • *
  • Posts: 56
  • Karma: +0/-0
    • View Profile
website didnt show - hiawatha
« on: 2014-03-07, 12:21:02 »

hello..

aftter fresh install klox0-mr latest ..

i upload templet web .. but mu web still didnt show.. its always shows hiawatha

how to fix it?


Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: website didnt show - hiawatha
« Reply #1 on: 2014-03-07, 12:51:42 »
Go to 'switch program ' and 'webserver config' and then click 'update'.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline zedzaed

  • Valuable Member
  • *
  • Posts: 56
  • Karma: +0/-0
    • View Profile
Re: website didnt show - hiawatha
« Reply #2 on: 2014-03-07, 13:16:35 »
still same

nothing change...


Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: website didnt show - hiawatha
« Reply #3 on: 2014-03-07, 13:30:57 »
Let say you want to use apache and mod_php_ruid2. So, use 'old trick', change apache to lighttpd alone and php-fpm_event and then change back to previous.

The same way for dns and php branch.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline zedzaed

  • Valuable Member
  • *
  • Posts: 56
  • Karma: +0/-0
    • View Profile
Re: website didnt show - hiawatha
« Reply #4 on: 2014-03-07, 16:24:32 »

website ok now .. but when i open my interspire why its be like this ?


Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: website didnt show - hiawatha
« Reply #5 on: 2014-03-07, 16:38:27 »
Create /phpinfo.php with content '<?php phpinfo(); ?>' and then try access this file via your browser. And or try access to cp.domain.com or webmail.domain.com to know php work or not.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline zedzaed

  • Valuable Member
  • *
  • Posts: 56
  • Karma: +0/-0
    • View Profile

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: website didnt show - hiawatha
« Reply #7 on: 2014-03-07, 16:48:01 »
Change from 'mod_php_ruid2' to 'php-fpm_event'. After that, run 'sh /script/fixweb; sh /script/restart-web'. Don't forget, php-type must 'php53u'.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline zedzaed

  • Valuable Member
  • *
  • Posts: 56
  • Karma: +0/-0
    • View Profile
Re: website didnt show - hiawatha
« Reply #8 on: 2014-03-07, 17:00:06 »
phew..

thx bro... its fix now...

and i got 1 more problem about cron jobs setting..

and im really scare to do it... b4 this  i do wrong setup cronjob  my server mysql database has been corrupted.

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: website didnt show - hiawatha
« Reply #9 on: 2014-03-07, 17:09:11 »
Inform here your cronjob (their content).
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline zedzaed

  • Valuable Member
  • *
  • Posts: 56
  • Karma: +0/-0
    • View Profile
Re: website didnt show - hiawatha
« Reply #10 on: 2014-03-07, 17:15:41 »
i intalling powerMTA into my interspire .. to active the cron jobs they say like this =

If you are using WHM/Cpanel Control Panel you need to change the PHP crontab, you can do this via Sheel ( SSH ) or Cpanel Account. From:
/usr/bin/php -f /path/to/iem/admin/cron/cron.php
To
/usr/local/bin/php -f /path/to/iem/admin/cron/cron.php



Cron Command to Run my my interspire is like this : php -f /home/admin/Abangkacak/iem/admin/cron/cron.php

so the command i add in kloxo cron jobs is :
 /usr/local/bin/php -f /home/admin/Abangkacak/iem/admin/cron/cron.php

but the cron job look like not linking the interspire


Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: website didnt show - hiawatha
« Reply #11 on: 2014-03-07, 17:22:41 »
You must go to 'admin > server > localhost > cron schedule tasks'. Using '/usr/local/bin/php' is wrong because php binary not here (only symlink). You must use '/usr/bin/php'.

But, better use '/usr/bin/lxphp.exe' (in Kloxo-MR 6.5.0 using php 5.2 based; in Kloxo 6.5.1 using php 5.3 based).
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline zedzaed

  • Valuable Member
  • *
  • Posts: 56
  • Karma: +0/-0
    • View Profile
Re: website didnt show - hiawatha
« Reply #12 on: 2014-03-07, 17:29:19 »

so the command i should put is :
/usr/bin/lxphp.exe -f /home/admin/Abangkacak/iem/admin/cron/cron.php

izzit? ..


Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: website didnt show - hiawatha
« Reply #13 on: 2014-03-07, 17:31:32 »

so the command i should put is :
/usr/bin/lxphp.exe -f /home/admin/Abangkacak/iem/admin/cron/cron.php

izzit? ..


Right.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline zedzaed

  • Valuable Member
  • *
  • Posts: 56
  • Karma: +0/-0
    • View Profile
Re: website didnt show - hiawatha
« Reply #14 on: 2014-03-07, 17:33:17 »
i use Kloxo-MR 6.5.0.f-2014020301 final release.. php5.2

 


MRatWork Affiliates:    BIGRAF(R) Inc.    House of LMAR    EFARgrafix

Page created in 0.046 seconds with 18 queries.

web stats analysis