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-03-29, 13:01:17

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

Pages: [1] 2 3
1
Indonesia Users / Kabar Master Mustafa
« on: 2020-01-18, 04:00:48 »
Saya rasa Pak Mustafa lama gak online.
Adakah disini yang tau kabarnya?
Berharap beliau selalu dalam keadaan sehat dan selalu dalam lindungannya

2
Indonesia Users / akses ke stats domain
« on: 2019-12-02, 15:40:24 »
Salam,
Apakah fungsi stats berjalan?
saya coba login tapi selalu gagal

3
Salam Pak Mustafa
berikut ini server saya:


salah satu web harus menggunakan php 5.6 sehingga .htaccess nya sbb:
Code: [Select]
###Start Kloxo PHP config Area
### begin content - please not remove this line
#<IfModule mod_rewrite.c>
# ## MR -- authentically for letsencrypt for webroot-based
# RewriteRule /\.|^\.(?!well-known/) - [F]
#</FilesMatch>
### MR -- using php version different with default php
### 1. Using suphp
### - Copy between '#<FilesMatch \.php$>' to '#</FilesMatch>' and
###   then remove '#' from '#<FilesMatch', '#</FilesMatch>' and one of '#SetHandler'
<FilesMatch \.php$>
#SetHandler x-httpd-php
#SetHandler x-httpd-php54
#SetHandler x-httpd-php55
SetHandler x-httpd-php56
#SetHandler x-httpd-php70
#SetHandler x-httpd-php71
#SetHandler x-httpd-php72
#SetHandler x-httpd-php73
</FilesMatch>
### OR
### 2. Using fcgid
### - Copy from '#Options' to '#FCGIWrapper' and
###   then remove '#' for one of '#FCGIWrapper'
#Options +ExecCGI
#<FilesMatch \.php$>
# SetHandler fcgid-script
#</FilesMatch>
#FCGIWrapper /usr/bin/php-cgi .php
#FCGIWrapper /usr/bin/php54m-cgi .php
#FCGIWrapper /usr/bin/php55m-cgi .php
#FCGIWrapper /usr/bin/php56m-cgi .php
#FCGIWrapper /usr/bin/php70m-cgi .php
#FCGIWrapper /usr/bin/php71m-cgi .php
#FCGIWrapper /usr/bin/php72m-cgi .php
#FCGIWrapper /usr/bin/php73m-cgi .php
### end content - please not remove this line
###End Kloxo PHP config Area

web berjalan normal, tapi setiap saya melakukan perintah sh /script/fix-all web tidak jalan. dan ternyata .htaccess kembali ke semula tanda # yang di hapus jadi muncul sendiri
adakah cara supaya setial fix all dan juga restart all setingan .htaccess nya tidak berubah?

Terima kasih banyak pak. Semoga sehat selalu dan segala urusannya dipermudah

4
Indonesia Users / File Too Large to Edit
« on: 2019-10-09, 02:12:12 »
saya punya file log.txt
buat nyimpen text hasil generate. ketika saya nyoba edit munculna "File Too Large to Edit"
d manakah pengaturan limitnya sehingga sy bisa edit file ini?

5
Indonesia Users / Upgrade MYSQL
« on: 2019-08-08, 05:36:40 »
Mungkinkah melakukan upgrade MySQL  ke 5.7?

6
ketika yum clean all --verbose :

Code: [Select]
[root@property ~]# yum clean all --verbose
Loading "fastestmirror" plugin
Loading "priorities" plugin
Loading "protectbase" plugin
Loading "replace" plugin
Config time: 0.077
Yum version: 3.4.3
Cleaning repos: base extras mod-pagespeed mratwork-epel mratwork-google-mod-pagespeed mratwork-
              : mratwork-ius-archive mratwork-mariadb mratwork-nginx mratwork-nginx-stable
              : mratwork-release-neutral-noarch mratwork-release-version-arch mratwork-varnish
              : mratwork-webtatic mratwork-webtatic-archive mratwork-webtatic-testing updates
Operating on /var/cache/yum/x86_64/7 (see CLEAN OPTIONS in yum(8) for details)
Disk usage of /var/cache/yum/*/* after cleanup:
0      enabled repos
2.3 M  disabled repos:
  2.3 M  /var/cache/yum/x86_64/7/mratwork-srpms
0      untracked repos
1.2 k  other data:
  1.2 k  /var/cache/yum/x86_64/7/timedhosts
2.3 M  total

terus ketika restart all sftp stuck
Code: [Select]
Restarting pure-ftpd (via systemctl):  Job for pure-ftpd.service failed because a timeout was exceeded. See "systemctl status pure-ftpd.service" and "journalctl -xe" for details.
                                                           [FAILED]
ini knapa yah pak

7
Indonesia Users / Master Mustafa
« on: 2017-11-28, 13:37:04 »
Adakah d sini yg pernah kontak master Mustofa. Atau tahu keadaanya sekarang?
Saya sangat berharap semuanya baik baik saja..

8
Indonesia Users / Konfig Laravel di Kloxo MR
« on: 2017-05-18, 08:34:31 »
Quote
solusi di post 3
Salam
Pak MR ato suhu suhu d sini, apakah ada yang bisa konfig Laravel?
Saya udah simpan file file public laravel di root domain
file&folder laravel selain public saya simpan dengan pada folder project di doc root client, se level dengan kloxoscript, .pki dll
index.php udah saya edit dengan perubahan:

Code: [Select]
require __DIR__.’/../bootstrap/autoload.php’; (baris 22)
jadi
require __DIR__.’/../project/bootstrap/autoload.php’;


$app = require_once __DIR__.’/../bootstrap/app.php’; (baris 36)
jadi
$app = require_once __DIR__.’/../project/bootstrap/app.php’;


saya juga telah menambahkan:
Code: [Select]
// set the public path to this directory
$app-&gt;bind('path.public', function() {
return __DIR__;
});


Code: [Select]
HOME
----namaclient
-------------.pki
-------------__processed_stats
-------------kloxoscript
-------------zzzxxx.sch.id
-------------project
-------------.bash_logout
-------------.bash_profile
-------------.bashrc
-------------.qmail
-------------public_html -> /home/namaclient/zzzxxx.sch.id

DB udah sesuai,
tapi pas akses webnya ada eror:
Code: [Select]
Parse error: syntax error, unexpected '.' in /home/yepeka/zzzxxx.sch.id/index.php on line 22

berarti kan karena titik yg gk di harapkan yang ada di baris autoload,
tapi titik mana n gmana benerinnya yah?


terima kasih

9
Salam,
Saat mau buka sql manager ada warning :
Code: [Select]
PHP 5.5+ is required. Currently installed version is: 5.4.45
Quote
A. Control Panel:
   - Kloxo-MR: 7.0.0.c-2017050104
   - Web: hiawatha-10.6.0-f.1.mr.el6.i686
   - PHP: php54s-5.4.45-1.ius.el6 (fpm mode)
B. Plateform:
   - OS: CentOS release 6.9 (Final) i686
   - Hostname: mymail.satriahost.com
C. Services:
   1. MySQL: MariaDB-server-10.0.30-1.el6.i686
   2. PHP:
      - Installed:
        - Branch: php54-cli-5.4.45-1.ius.el6.i686
        - Multiple:
          * php52m-5.2.17-102.mr.el6
          * php53m-5.3.29-1.ius.el6
          * php54m-5.4.45-1.ius.el6
          * php55m-5.5.38-1.ius.el6
          * php56m-5.6.30-2.ius.centos6
      - Used: --PHP Branch--
      - Multiple: disable
   3. Web Used: hiawathaproxy
     - Hiawatha: hiawatha-10.6.0-f.1.mr.el6.i686
     - Lighttpd: lighttpd-1.4.45-1.el6.i686
     - Nginx: nginx-1.13.0-1.el6.ngx.i386
     - Apache: httpd-2.2.31-1.mr.el6.i386
       - PHP Type: php-fpm_event
       - Secondary PHP: on
   4. WebCache: none
     - ATS: --uninstalled--
     - Squid: --uninstalled--
     - Varnish: --uninstalled--
   5. Dns: nsd
     - Bind: bind-9.9.9-1.mr.el6.i686
     - DJBDns: djbdns-1.05-17.4.mr.el6.i386
     - NSD: nsd-4.1.16-1.el6.i686
     - PowerDNS: --uninstalled--
     - Yadifa: yadifa-2.2.3-1.mr.el6.i686
   6. Mail: qmail-toaster-1.03-1.3.56.mr.el6.i686
      - pop3/imap4: none
      - smtp: none
      - spam: bogofilter-1.2.4-1.el6.i686
   7. FTP: pure-ftpd
      - pure-ftpd: pure-ftpd-1.0.37-1.mr.el6.i386
   8. Stats: awstats
      - awstats: kloxomr-stats-awstats-7.6-1.mr.noarch
D. Memory:
             total       used       free     shared    buffers     cached
Mem:          1893        801       1091         28        115        361
-/+ buffers/cache:        325       1568
Swap:          255          2        253
E. Disk Space:
Filesystem      Size  Used Avail Use% Mounted on
/dev/vda1        20G   14G  5.2G  73% /
*** Process Time: 00:00:00:57.57399 (dd:hh:mm:ss:xxxxxx) ***
* Note: run 'sh /script/sysinfo -y' if you want run 'fix-service-list' also
        (importance after Kloxo-MR update)

10
Kloxo-MR Bugs and Requests / Add "Backup to Google Drive"
« on: 2016-02-06, 23:37:40 »
Dear Pak Mustafa, how about adding Google Drive to backup feature. So, by adding google drive API we can backup and upload it to google drive directly. 

Makasih Pak Mustofa ;D


11
Salam pak
Biasanya saya kalo mau install wordpress wordpress installernya saya transload langsung dari web WP, dan saya extrak d root directorynyandomain. Setelah instalasi biasanya ada kendala kalo mau install pligin biasanya minta ftp akun. Nah bisanya saya pake sh /script/fix-chownchmod
Dan WP langsung lancar bisa install / update tanpa masukin ftp.
Tapi sekarang saya install WP kok minta ftp trus ya padahal sudah saya fix-chownchmod beberapa kalo.
Malah saya cleanup, fix-all, restart-all -y tapi tetep.
Code: [Select]
[root@mymail script]# sysinfo
-bash: sysinfo: command not found
[root@mymail script]# sh sysinfo
A. Kloxo-MR: 7.0.0.b-2016011301
   - Web: hiawatha-10.0.0-f.6.mr.el6.i686
   - PHP: php54s-5.4.44-1.ius.el6 (cgi mode)
B. Plateform:
   - OS: CentOS release 6.7 (Final) i686
   - Hostname: mymail++
C. Services:
   1. MySQL: MariaDB-server-10.0.23-1.el6.i686
   2. PHP:
      - Branch: php54-cli-5.4.45-1.ius.el6.i686
      - Multiple:
        * php52m-5.2.17-102.mr.el6
        * php53m-5.3.29-1.ius.el6
        * php54m-5.4.44-1.ius.el6
        * php55m-5.5.28-1.ius.el6
        * php56m-5.6.11-1.ius.el6
      - Used: --Use PHP Branch--
   3. Httpd: httpd-2.2.31-1.mr.el6.i386
      - PHP Type: php-fpm_event
   4. Lighttpd: --uninstalled--
   5. Hiawatha: --unused--
   6. Nginx: nginx-1.9.9-1.el6.ngx.i386
   7. Cache: --uninstalled--
   8. Dns: nsd-4.1.7-1.mr.el6.i686
   9. Qmail: qmail-toaster-1.03-1.3.55.mr.el6.i386
      - with: courier-imap-toaster-4.1.2-1.3.18.mr.el6.i386
D. Memory:
                total       used       free     shared    buffers     cached
   Mem:          1893       1785        107         29        244       1065
   -/+ buffers/cache:        475       1417
   Swap:          255          0        255
E. Disk Space:
   Filesystem      Size  Used Avail Use% Mounted on
   /dev/vda1        20G   15G  4.3G  77% /


*** Process Time: 00:00:00:03.3727 (dd:hh:mm:ss:xxxxxx) ***

* Note: run 'sh sysinfo -y' if you want run 'fix-service-list' also
        (importance after Kloxo-MR update)

[root@mymail script]#

12
Indonesia Users / Server Backup Minimal
« on: 2016-01-09, 16:08:19 »
Salam
Pak MR, bro bro smua vps untuk backup biasanya spek brapa dan d pasang apa aja aplikasinya.
Kalo RAM 64 MB memungkinkan gk sih untuk Backup,saya liat di toko sbelah lumayan disk spacenya 80gb

13
Indonesia Users / Ada yang baru
« on: 2016-01-09, 15:00:39 »
Wah ternyata disini pake SSL skarangmah.
Pak MR btw ini Pake Apache tulen apa Hiawatha Proxy?
Kalo d cek headernya apache, tapi biasanya Hiawatha Proxy juga yg kliatan apache headernya :D

14
pak saya udah coba multiphp nya
defaultnya php56
di salah satu domain saya coba alih ke versi php lain dg set handler
Code: [Select]
<FilesMatch \.php$>
#SetHandler x-httpd-php
#SetHandler x-httpd-php52
SetHandler x-httpd-php53
#SetHandler x-httpd-php54
#SetHandler x-httpd-php55
#SetHandler x-httpd-php56
</FilesMatch>
jalan lancar pake phpinfo juga

tapi pas d campurin sama rewrite url kok Error 500 - Internal Server Error
Code: [Select]
<FilesMatch \.php$>
#SetHandler x-httpd-php
#SetHandler x-httpd-php52
SetHandler x-httpd-php53
#SetHandler x-httpd-php54
#SetHandler x-httpd-php55
#SetHandler x-httpd-php56
</FilesMatch>
///
RewriteEngine On
RewriteBase /

RewriteRule ^$ index.php [QSA,L]
RewriteRule ^index.html$ index.php [QSA,L]
RewriteRule ^pendaftaran.html$ register.php [QSA,L]
RewriteRule ^cekdata.html$ register_verified.php [QSA,L]
RewriteRule ^selesai.html$ register_send.php [QSA,L]
RewriteRule ^cetak.html$ register_cetak.php [QSA,L]
RewriteRule ^pendaftar.html$ register_list.php [QSA,L]
RewriteRule ^cetakulang.html$ register_cetakulang.php [QSA,L]
RewriteRule ^formulir.html$ register_cetakulang2.php [QSA,L]
RewriteRule ^persyaratan.html$ persyaratan.php [QSA,L]
RewriteRule ^jadwal.html$ jadwal.php [QSA,L]
RewriteRule ^kontak.html$ kontak.php [QSA,L]
RewriteRule ^sukses.html$ kirim.php [QSA,L]
RewriteRule ^alur-pendaftaran.html$ alur.php [QSA,L]






###Start Kloxo PHP config Area

### begin content - please not remove this line

### MR -- using php version different with default php
### 1. Using suphp
### - Copy between '#<FilesMatch \.php$>' to '#</FilesMatch>' and
###   then remove '#' from '#<FilesMatch', '#</FilesMatch>' and one of '#SetHandler'

#<FilesMatch \.php$>
#SetHandler x-httpd-php
#SetHandler x-httpd-php52
#SetHandler x-httpd-php53
#SetHandler x-httpd-php54
#SetHandler x-httpd-php55
#SetHandler x-httpd-php56
#</FilesMatch>

### OR

### 2. Using fcgid
### - Copy from '#Options' to '#FCGIWrapper' and
###   then remove '#' for one of '#FCGIWrapper'

#Options +ExecCGI
#<FilesMatch \.php$>
# SetHandler fcgid-script
#</FilesMatch>
#FCGIWrapper /home/kloxo/client/php.fcgi .php
#FCGIWrapper /home/kloxo/client/php52.fcgi .php
#FCGIWrapper /home/kloxo/client/php53.fcgi .php
#FCGIWrapper /home/kloxo/client/php54.fcgi .php
#FCGIWrapper /home/kloxo/client/php55.fcgi .php
#FCGIWrapper /home/kloxo/client/php56.fcgi .php

### end content - please not remove this line

###End Kloxo PHP config Area


15
Indonesia Users / sh: httpd: command not found
« on: 2015-09-28, 04:51:55 »
Pak ini knapa yah?
ketika jalanin fixweb:
Code: [Select]
[root@property ~]# sh /script/fixweb
- For help, type '/script/fixweb [--help|-h]'
- No argument supplied. Defaulting to localhost (master) servers
Fixing Web server config
- 'defaults' pages at 'localhost'
- remove all domains configs at 'localhost'
- 'mtsaliqnacisaga.sch.id' ('aliqna') at 'localhost'
sh: httpd: command not found
sh: httpd: command not found
- 'ppdb.mtsaliqnacisaga.sch.id' ('aliqna') at 'localhost'
sh: httpd: command not found
- 'arif.awalud.in' ('arif') at 'localhost'
sh: httpd: command not found
- 'awalud.in' ('arif') at 'localhost'
sh: httpd: command not found

saya jalanin upcp adayg salah ketika fixweb:
Code: [Select]
Fix services
- Fix dns services
- Fix webcache services
- Fix web services
sh: httpd: command not found
sh: httpd: command not found
sh: httpd: command not found
sh: httpd: command not found
sh: httpd: command not found
sh: httpd: command not found
sh: httpd: command not found
sh: httpd: command not found
sh: httpd: command not found
sh: httpd: command not found
sh: httpd: command not found
sh: httpd: command not found
sh: httpd: command not found
sh: httpd: command not found
sh: httpd: command not found
sh: httpd: command not found
sh: httpd: command not found
sh: httpd: command not found
sh: httpd: command not found
sh: httpd: command not found
sh: httpd: command not found
sh: httpd: command not found
sh: httpd: command not found
sh: httpd: command not found
sh: httpd: command not found
sh: httpd: command not found
sh: httpd: command not found
sh: httpd: command not found
sh: httpd: command not found
sh: httpd: command not found
sh: httpd: command not found
sh: httpd: command not found
sh: httpd: command not found
sh: httpd: command not found
sh: httpd: command not found
sh: httpd: command not found
sh: httpd: command not found
sh: httpd: command not found
sh: httpd: command not found
sh: httpd: command not found
sh: httpd: command not found
sh: httpd: command not found
- Fix php services

Pages: [1] 2 3

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

Page created in 0.06 seconds with 15 queries.

web stats analysis