silvercover Posted July 1, 2012 Share Posted July 1, 2012 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 http://178.63.165.178/getorder/file.xml and 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. Quote Link to comment https://forums.phpfreaks.com/topic/265071-vps-server-os-differences/ Share on other sites More sharing options...
Adam Posted July 10, 2012 Share Posted July 10, 2012 Does "SMSPrinter" give any more information about why it failed? Couldn't find server? 404 HTTP error? Quote Link to comment https://forums.phpfreaks.com/topic/265071-vps-server-os-differences/#findComment-1360566 Share on other sites More sharing options...
gizmola Posted August 1, 2012 Share Posted August 1, 2012 Have you inspected each file to see if there is any difference? Does the file validate? Could one or the other server be redirecting? Try looking at both of them with Chrome developer or Firebug and look at the NET connections, headers etc. Something must be different. Quote Link to comment https://forums.phpfreaks.com/topic/265071-vps-server-os-differences/#findComment-1365885 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.