Domain Name Yahoo

Easy Help Troubleshoot Your Linux Box



  

Solve your problem here.

Yes, many Linux administrators are having problems. Browse your problem here, ask what to do and how to solve your problems. We are here for you.. DomainNameYahoo.info


Apache with Samba or CIFS Shared Files

Web server and File server is good to be placed on different machine.
In my case, I have web server running apache+php+mysql under Centos Box, and File Server is on Windows Advanced Server 2000. The problem is apache cannot read the php file in Windows server.
All I have done :

I added line at fstab configuration
//192.168.1.3/data/media/code cifs    […]

April 14th, 2009 Posted by admin | Apache, CentOS, Samba, Ubuntu, Windows | no comments

Kannel SMS gateway running as daemon

It is important to make kannel running as daemon, so it will easily to start-stop this service
Create file kannel in /etc/init.d
#!/bin/sh
#
# kannel        This script takes care of starting and stopping the kannel \
#               WAP gateway services (bearer/wap/smsbox).
# chkconfig: - 97 03
# description:  The Kannel WAP and SMS gateway services
# config: /etc/kannel.conf
# Use start-stop-kannel
prog=”/usr/sbin/start-stop-kannel”
args=”–start –background –exec […]

April 14th, 2009 Posted by admin | SMS gateway | no comments

Advertisement

More about Linux, Hostings, Website, Server, Microsoft and various advertisements will appear below.

Configuring SMS Gateway kannel

I posted installing kannel sms gateway using Centos and Ubuntu
Now, i want to share how to configure the kannel.
Kannel configuration file is in /etc/kannel.conf
Here is my kannel.conf :
group = core
admin-port = 13000
admin-password = bar
admin-deny-ip = “”
admin-allow-ip = “*.*.*.*”
smsbox-port = 13001
wapbox-port = 13002
wdp-interface-name = “*”
log-file = “/var/log/kannel/bearerbox.log”
box-deny-ip = “”
box-allow-ip = “*.*.*.*”
include = “/etc/modems.conf”
group = wapbox
bearerbox-host = […]

April 14th, 2009 Posted by admin | SMS gateway | no comments