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-28, 19:16:20

Author Topic: Lockal IP detected on WHMCS License Information  (Read 10705 times)

0 Members and 1 Guest are viewing this topic.

Offline WISTFUL

  • Senior Member
  • *
  • Posts: 247
  • Karma: +0/-0
    • View Profile
Lockal IP detected on WHMCS License Information
« on: 2013-02-20, 23:11:29 »
I use bind as DNS server.
In my WHMCS "License Information" section 127.0.0.1 will be detected as the "Valid IP" instead my server IP!
How can I fix it?
« Last Edit: 1970-01-01, 01:00:00 by Guest »
.

Offline WISTFUL

  • Senior Member
  • *
  • Posts: 247
  • Karma: +0/-0
    • View Profile
Re: Lockal IP detected on WHMCS License Information
« Reply #1 on: 2013-02-20, 23:27:26 »
Also I return this change to normal but does not help me!
« Last Edit: 1970-01-01, 01:00:00 by Guest »
.

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Lockal IP detected on WHMCS License Information
« Reply #2 on: 2013-02-21, 00:13:43 »
Every make a new thread please inform your system as desciption in viewtopic.php?f=10&t=684

Who's remember your server config except yourself.

Ask to WHMCS about your issue or googling with match keywords.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline WISTFUL

  • Senior Member
  • *
  • Posts: 247
  • Karma: +0/-0
    • View Profile
Re: Lockal IP detected on WHMCS License Information
« Reply #3 on: 2013-02-21, 00:31:17 »
I have CentOS 6.3 (64 bit) on KVM VPS
I'm using kloxo-mr 6.5.0.c.2013022001 by nginx-proxy + bind

I've configured my webserver as follows:
Php Branch : php54_(as_5.4.11)
Php Type : php-fpm_event
Enable Php 5.2 (use Lxphp) As Secondary Php
Apache Memory Optimize : default
Mysql Convert : to-myisam
-------------------------------------------
I reported issue to WHMCS support team and they said:
Quote
I am afraid that the IP shown is what is being reported by your server, so if this is incorrect, it would indicate an issue with your server's configuration and may need to be investigated by your hosting provider or server administrator.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
.

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Lockal IP detected on WHMCS License Information
« Reply #4 on: 2013-02-21, 01:00:53 »
It's maybe mod_rpaf not install on your system.

Install with 'yum install mod_rpaf'. After success, copy rapf.conf with 'cp -f /home/apache/etc/conf.d/rpaf.conf /etc/httpd/conf.f/rpaf.conf'
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline WISTFUL

  • Senior Member
  • *
  • Posts: 247
  • Karma: +0/-0
    • View Profile
Re: Lockal IP detected on WHMCS License Information
« Reply #5 on: 2013-02-21, 01:07:25 »
Quote from: "'yum install mod_rpaf'"
Package mod_rpaf-0.6-4.mr.el6.x86_64 already installed and latest version
Nothing to do
« Last Edit: 1970-01-01, 01:00:00 by Guest »
.

Offline WISTFUL

  • Senior Member
  • *
  • Posts: 247
  • Karma: +0/-0
    • View Profile
Re: Lockal IP detected on WHMCS License Information
« Reply #6 on: 2013-02-21, 13:09:07 »
# cp -f /home/apache/etc/conf.d/rpaf.conf /etc/httpd/conf.f/rpaf.conf
Code: [Select]
cp: cannot create regular file `/etc/httpd/conf.f/rpaf.conf': No such file or directoryInstead it there is /etc/httpd/conf.d/rpaf.conf that have exact content to /home/apache/etc/conf.d/rpaf.conf
« Last Edit: 1970-01-01, 01:00:00 by Guest »
.

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Lockal IP detected on WHMCS License Information
« Reply #7 on: 2013-02-21, 13:40:12 »
Yes, you right about rpaf.conf... but different context possible different effect
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline WISTFUL

  • Senior Member
  • *
  • Posts: 247
  • Karma: +0/-0
    • View Profile
Re: Lockal IP detected on WHMCS License Information
« Reply #8 on: 2013-02-21, 13:59:05 »
Do you mean that I should create /conf.f directory and then run 'cp -f /home/apache/etc/conf.d/rpaf.conf /etc/httpd/conf.f/rpaf.conf'?
« Last Edit: 1970-01-01, 01:00:00 by Guest »
.

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Lockal IP detected on WHMCS License Information
« Reply #9 on: 2013-02-21, 14:00:16 »
Right command is 'cp -f /home/apache/etc/conf.d/rpaf.conf /etc/httpd/conf.d/rpaf.conf'
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline WISTFUL

  • Senior Member
  • *
  • Posts: 247
  • Karma: +0/-0
    • View Profile
Re: Lockal IP detected on WHMCS License Information
« Reply #10 on: 2013-02-21, 14:17:42 »
Still Valid IP = 127.0.0.1
« Last Edit: 1970-01-01, 01:00:00 by Guest »
.

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Lockal IP detected on WHMCS License Information
« Reply #11 on: 2013-02-21, 15:24:49 »
Have you restart httpd, nginx and php-fpm after install or modified module config?
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline WISTFUL

  • Senior Member
  • *
  • Posts: 247
  • Karma: +0/-0
    • View Profile
Re: Lockal IP detected on WHMCS License Information
« Reply #12 on: 2013-02-21, 15:46:20 »
I do that but still same result.

I've found information that I think may help fix server's configuration!

WHMCS > Utilities > System > PHP Info >
Code: [Select]
_SERVER["SERVER_NAME"] domain.ltd
_SERVER["SERVER_ADDR"] 127.0.0.1

_ENV["SERVER_NAME"] domain.ltd
_ENV["SERVER_ADDR"] 127.0.0.1
« Last Edit: 1970-01-01, 01:00:00 by Guest »
.

Offline WISTFUL

  • Senior Member
  • *
  • Posts: 247
  • Karma: +0/-0
    • View Profile
Re: Lockal IP detected on WHMCS License Information
« Reply #13 on: 2013-02-21, 15:48:59 »
Also same data on:
Code: [Select]
<?php
phpinfo
();
?>
« Last Edit: 1970-01-01, 01:00:00 by Guest »
.

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Lockal IP detected on WHMCS License Information
« Reply #14 on: 2013-02-21, 16:35:40 »
Try:
1. copy /home/nginx/conf/globals/proxy.conf /home/nginx/conf/globals/custom.proxy.conf
2. edit custom.proxy.conf where change 127.0.0.1 tp your ip
3. run fixweb
3. restart nginx
4. test again with phpinfo script
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

 


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

Page created in 0.034 seconds with 21 queries.

web stats analysis