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-29, 18:59:22

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.


Messages - jtaco263

Pages: 1 2 [3] 4 5 ... 12
31
Kloxo-MR Technical Helps / curl Couldn't resolve host
« on: 2017-05-13, 08:47:54 »
i have this mesagge using curl with php but on terminal it works fine
how do i resolve  it?

32
Kloxo-MR Technical Helps / Re: wget name resolution error
« on: 2017-05-13, 08:36:51 »
what about curl? is not making connections

33
Kloxo-MR Technical Helps / Re: wget name resolution error
« on: 2017-05-13, 08:28:18 »
i did ping to google and found out this:
Code: [Select]
64 bytes from iad23s58-in-f14.1e100.net (172.217.7.238): icmp_seq=19 ttl=53 time=85.1 ms
what that means

34
Kloxo-MR Technical Helps / Re: wget name resolution error
« on: 2017-05-13, 08:22:49 »
and its weird because i have a desktop app which uses curl to upload images to my server and its working

35
Kloxo-MR Technical Helps / Re: wget name resolution error
« on: 2017-05-13, 08:20:46 »
that worked but its gonna work with the sites?

in curl i have this error:

Couldn't resolve host 'api.cloudflare.com'

but i did ping and it worked this isd the code im using
Code: [Select]
function puto(){
$url = 'https://api.cloudflare.com/client/v4/zones/fffcc847cd955d4d7e8afac10ee59b84/dns_records/638bd4ca58aea88a232b0658ada71da3';
$dato =  array('type' => 'A','name' => 'remote.dattasolutions.com.mx','content' => get_ip());
$request = json_encode($dato);
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'PUT');
curl_setopt($ch, CURLOPT_POSTFIELDS,$request);
curl_setopt($ch, CURLOPT_HTTPHEADER, array('Content-Type: application/json','X-Auth-Email: xxxx@gmail.com','X-Auth-Key: 7ffffgghhgga77e428df2d834ea3f1147e346572ad'));
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch,CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
$response = curl_exec($ch);

   if (curl_errno($ch))
    {
    print curl_error($ch);
    exit();
   
}else{
echo 'yes';
echo '<br>';
curl_close($ch);
echo $response;
}
}

36
Kloxo-MR Technical Helps / Re: wget name resolution error
« on: 2017-05-13, 08:10:11 »
literal with every domain throws the same error

37
Kloxo-MR Technical Helps / Re: wget name resolution error
« on: 2017-05-13, 08:08:06 »
Code: [Select]
[root@sv1 ~]# cat /etc/resolv.conf
# Generated by NetworkManager
search dattasolutions.com.mx


# No nameservers found; try putting DNS servers into your
# ifcfg files in /etc/sysconfig/network-scripts like so:
#
# DNS1=xxx.xxx.xxx.xxx
# DNS2=xxx.xxx.xxx.xxx
# DOMAIN=lab.foo.com bar.foo.com
Code: [Select]
[root@sv1 ~]# traceroute google.com
-bash: traceroute: command not found
[root@sv1 ~]#

38
Kloxo-MR Technical Helps / wget name resolution error
« on: 2017-05-13, 07:52:03 »
hey im trying to make a curl request to cloudflare but i tried from terminal}
wget google.com
and this is the result:
Code: [Select]
[root@sv1 ~]# wget google.com
--2017-05-13 01:54:05--  http://google.com/
Resolving google.com... failed: Temporary failure in name resolution.
wget: unable to resolve host address `google.com'

my sysinfo:

Code: [Select]
A. Control Panel:
   - Kloxo-MR: 7.0.0.c-2017042302
   - Web: hiawatha-10.5.0-f.2.mr.el6.x86_64
   - PHP: php54s-5.4.45-1.ius.centos6 (fpm mode)
B. Plateform:
   - OS: CentOS release 6.9 (Final) x86_64
   - Hostname: sv1.dattasolutions.com.mx
C. Services:
   1. MySQL: MariaDB-server-10.0.30-1.el6.x86_64
   2. PHP:
      - Installed:
        - Branch: php54-cli-5.4.45-1.ius.centos6.x86_64
        - Multiple:
          * php53m-5.3.29-1.ius.centos6
          * php54m-5.4.45-1.ius.centos6
          * php55m-5.5.38-1.ius.centos6
      - Used: --PHP Branch--
      - Multiple: enable
   3. Web Used: apache
     - Hiawatha: hiawatha-10.5.0-f.2.mr.el6.x86_64
     - Lighttpd: lighttpd-1.4.45-1.el6.x86_64
     - Nginx: nginx-1.12.0-1.el6.ngx.x86_64
     - Apache: httpd-2.2.31-1.mr.el6.x86_64
       - PHP Type: php-fpm_worker
       - Secondary PHP: on
   4. WebCache: none
     - ATS: --uninstalled--
     - Squid: --uninstalled--
     - Varnish: --uninstalled--
   5. Dns: bind
     - Bind: bind-9.9.9-1.mr.el6.x86_64
     - DJBDns: djbdns-1.05-17.4.mr.el6.x86_64
     - NSD: nsd-4.1.14-1.el6.x86_64
     - PowerDNS: pdns-4.0.3-1.el6.MIND.x86_64
     - Yadifa: yadifa-2.2.3-1.mr.el6.x86_64
   6. Mail: qmail-toaster-1.03-1.3.56.mr.el6.x86_64
      - pop3/imap4: none
      - smtp: none
      - spam: bogofilter-1.2.4-1.el6.x86_64
   7. FTP: pure-ftpd
      - pure-ftpd: pure-ftpd-1.0.37-1.mr.el6.x86_64
   8. Stats: awstats
      - awstats: kloxomr-stats-awstats-7.5-1.mr.noarch
D. Memory:
             total       used       free     shared    buffers     cached
Mem:          6144        532       5611          4          0        237
-/+ buffers/cache:        295       5848
Swap:         6144          0       6144
E. Disk Space:
Filesystem         Size  Used Avail Use% Mounted on
/dev/ploop29144p1  148G   11G  130G   8% /


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

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

39
Kloxo-MR Technical Helps / Re: dynamic dns with kloxo
« on: 2017-05-11, 06:49:02 »
my ipcamera has this adress:
4 exampl
http://187.224.44.254:8000

and i want to access it from myipcam.mydomain.com without using the real ip adress

40
Kloxo-MR Technical Helps / dynamic dns with kloxo
« on: 2017-05-11, 06:19:23 »
hey i was wondering if its possible to use kloxo with dynamic dns?
i want  to host my security camera from my own domain
like noip.com but using my domain instead
and if its ossible a tutorial how to set it up

41
Kloxo-MR Technical Helps / Re: dns trouble
« on: 2017-04-24, 23:42:47 »
PROBLEM SOLVED I TRIED THIS COMMANDS:

Code: [Select]
yum clean all; yum update -y
THEN REBOOT

Code: [Select]
sh /script/cleanup
AND NOW ITS FIXED

commands source: https://forum.mratwork.com/kloxo-mr-technical-helps/how-to-setup-secure-https/

42
Kloxo-MR Technical Helps / dns trouble
« on: 2017-04-24, 23:27:51 »
i have multiple domains in my vps but all domains except the ones who are in cloudflare arent working and give an ERR_NAME_NOT_RESOLVED (cant find dns)
but i just restarted named dns service but still not working
also ns1.mydomain.com ns2.mydomain.com and main ip adress appears as disabled
please help

kloxo version 7.0.0

my sysinfo
 
Code: [Select]
A. Control Panel:
   - Kloxo-MR: 7.0.0.c-2017042302
   - Web: hiawatha-10.5.0-f.2.mr.el6.x86_64
   - PHP: php54s-5.4.45-1.ius.centos6 (fpm mode)
B. Plateform:
   - OS: CentOS release 6.9 (Final) x86_64
   - Hostname: sv1.dattasolutions.com.mx
C. Services:
   1. MySQL: MariaDB-server-10.0.30-1.el6.x86_64
   2. PHP:
      - Installed:
        - Branch: php54-cli-5.4.45-1.ius.centos6.x86_64
        - Multiple:
          * php53m-5.3.29-1.ius.centos6
          * php54m-5.4.45-1.ius.centos6
          * php55m-5.5.38-1.ius.centos6
      - Used: php55m-fpm
      - Multiple: enable
   3. Web Used: apache
     - Hiawatha: hiawatha-10.5.0-f.2.mr.el6.x86_64
     - Lighttpd: lighttpd-1.4.45-1.el6.x86_64
     - Nginx: nginx-1.12.0-1.el6.ngx.x86_64
     - Apache: httpd-2.2.31-1.mr.el6.x86_64
       - PHP Type: php-fpm_event
       - Secondary PHP: off
   4. WebCache: none
     - ATS: --uninstalled--
     - Squid: --uninstalled--
     - Varnish: --uninstalled--
   5. Dns: bind
     - Bind: bind-9.9.9-1.mr.el6.x86_64
     - DJBDns: --uninstalled--
     - NSD: --uninstalled--
     - PowerDNS: --uninstalled--
     - Yadifa: --uninstalled--
   6. Mail: qmail-toaster-1.03-1.3.56.mr.el6.x86_64
      - pop3/imap4: none
      - smtp: none
      - spam: bogofilter-1.2.4-1.el6.x86_64
   7. FTP: pure-ftpd
      - pure-ftpd: pure-ftpd-1.0.37-1.mr.el6.x86_64
   8. Stats: awstats
      - awstats: kloxomr-stats-awstats-7.5-1.mr.noarch
D. Memory:
             total       used       free     shared    buffers     cached
Mem:          6144        438       5705          3          0        164
-/+ buffers/cache:        274       5869
Swap:         6144          0       6144
E. Disk Space:
Filesystem         Size  Used Avail Use% Mounted on
/dev/ploop18912p1  148G  9.3G  131G   7% /


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

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

43
Kloxo-MR Technical Helps / Re: install and use multiple php
« on: 2017-04-08, 21:30:45 »
Thanks and in the web server config Page which type of php 
I mustia have?

44
Kloxo-MR Technical Helps / Re: install and use multiple php
« on: 2017-04-08, 20:10:11 »
i did it now how i use different versions of php ?
which php type i need to select?  now im using php-fpm_event

45
Kloxo-MR Technical Helps / install and use multiple php
« on: 2017-04-06, 21:11:55 »
hi i was wondering how to use multi php and how to install php 5.5?

Pages: 1 2 [3] 4 5 ... 12

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

Page created in 0.03 seconds with 17 queries.

web stats analysis