
July 1st, 2012, 05:23 AM
|
|
Contributing User
|
|
Join Date: Feb 2005
Location: Iran
Posts: 30
Time spent in forums: 2 h 45 m 31 sec
Reputation Power: 9
|
|
|
VPS Server OS differences
I have two VPS servers. one of them is running Linux and the other is Windows one. I've uploaded same file to their public_html folders and could see them in my browser via static IP address of each one like
Code:
http://178.63.165.178/getorder/file.xml
and
Code:
http://178.63.165.178/getorder/file.xml
On the other side there is a device called SMSPrinter that configured to read those XML files using GPRS and need static IP address to reach destination server. unfortunately this device can only read file from windows server and could not reach the file on Linux server.
There is no note in this device manual suggesting Windows server or specific OS! I've also set file permission on Linux server to 777 to have no limitation. what could be the cause of our problem?
Thanks.
|