Playsms in apache on port 90 127.0.0.1:90

unable to process incoming SMS. remote_addr:[127.0.0.1] or remote_host:[localhost:90] does not match with your bearerbox_host config:[localhost] smsc:[]

how can i solv this problem

my kannel conf is:

#CORE
group = core
admin-port = 13000
smsbox-port = 13001
admin-password = admin
status-password = admin
admin-allow-ip = "*.*.*.*"
#wdp-interface-name = "*"
log-file = "/var/log/kannel/kannel.log"
log-level = 0
access-log = "/var/log/kannel/access.log"
smsbox-port = 13001
dlr-storage = internal
#store-type = file
#store-file = "/var/log/kannel/kannel.store"


#SMSBOX SETUP
group = smsbox
bearerbox-host = localhost
sendsms-port = 13131
bearerbox-port = 13001
sendsms-chars = "0123456789 +-"
global-sender = +91number
smsbox-id = MSANTE
log-file = "/var/log/kannel/smsbox.log"
log-level = 0


# SEND-SMS USERS
group = sendsms-user
username = admin
password = admin
default-smsc = FAKE
user-allow-ip ="*.*.*.*"

#smsc-smpp
#group = smsc
#smsc = smpp
#smsc-id = testsmsc
#host = localhost
#port = 90
#receive-port = 2775 
#smsc-username = 'smppclient'
#smsc-password = password
#system-type = 'VMA'
#service-type = 'test'
#interface-version = 34
#address-range = ''
#msg-id-type = 0


# SMSC Fake
group = smsc
smsc = fake
smsc-id = FAKE
port = 10000
#throughput="1000000.00"
connect-allow-ip = 127.0.0.1
reroute-dlr=true
#connect-allow-ip = 127.0.0.1

# SMS SERVICE black-list
#group = sms-service
#keyword = black
#text = "You are not allowed to use this service, Go away!"
#catch-all = true

group = smsbox-route
smsbox-id = MSANTE
smsc-id = FAKE

######################################################################
# 
######################################################################

group = sendsms-user
username = "admin"
password = "admin"
concatenation = true
max-messages = 10
user-allow-ip = "*.*.*.*"



#SMS SERVICE 
group = sms-service
keyword = default
max-messages = 0
catch-all = true
get-url = "http://localhost:90/html/playsms/index.php?app=call&cat=gateway&plugin=kannel&access=geturl&t=%t&q=%q&a=%a&Q=%Q"
concatenation = true
assume-plain-text = true
accept-x-kannel-headers = true

try to change bearerbox host to localhost:90

anton