<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: using a different browser produces a different result in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/using-a-different-browser-produces-a-different-result/m-p/2970788#M4653</link>
    <description>Assumming you have the apache test page as index.html, it should look the same in all browsers.&lt;BR /&gt;&lt;BR /&gt;If its just a text file, IE is likely to make mistakes.&lt;BR /&gt;&lt;BR /&gt;This problem could come from the following areas.&lt;BR /&gt;&lt;BR /&gt;1) Mistakes(typos) in modifications of httpd.conf&lt;BR /&gt;2) Mistakes(typos) in the page&lt;BR /&gt;3) DNS issues(not likely)&lt;BR /&gt;&lt;BR /&gt;To be useful to you, I would need to see the httpd.conf file, the html source of the pages and the entire DNS setup.&lt;BR /&gt;&lt;BR /&gt;There are other possible problem areas as well, but when that stuff has happned to me there were extra characters in httpd.conf&lt;BR /&gt;&lt;BR /&gt;If you make changes...&lt;BR /&gt;&lt;BR /&gt;service httpd restart&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Mon, 12 May 2003 14:11:15 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2003-05-12T14:11:15Z</dc:date>
    <item>
      <title>using a different browser produces a different result</title>
      <link>https://community.hpe.com/t5/operating-system-linux/using-a-different-browser-produces-a-different-result/m-p/2970786#M4651</link>
      <description>Hi all:&lt;BR /&gt;&lt;BR /&gt;Looking to find answers for a situation I am facing on Linux AS2.3 &lt;BR /&gt;server and apache.&lt;BR /&gt;&lt;BR /&gt;I did IP aliasing for the system so I have a total of 3 - PRD, DEV, UAT&lt;BR /&gt;I set up a httpd.conf, etc. for each IP address.&lt;BR /&gt;&lt;BR /&gt;Initially I could get to all 3 web sites from a Netscape browser.&lt;BR /&gt;&lt;BR /&gt;Now the Netscape can get to the PRD &amp;amp; DEV instances but not the UAT   &lt;BR /&gt;instance while using the MS Exporer browser I can get to DEV and UAT but &lt;BR /&gt;cannot access the PRD.&lt;BR /&gt;&lt;BR /&gt;I am only accessing the index.html page as provided by default, all servers are setup as virtual, and all are using the same httpd.conf file. (At this point I have not modified much if at all)</description>
      <pubDate>Mon, 12 May 2003 13:30:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/using-a-different-browser-produces-a-different-result/m-p/2970786#M4651</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2003-05-12T13:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: using a different browser produces a different result</title>
      <link>https://community.hpe.com/t5/operating-system-linux/using-a-different-browser-produces-a-different-result/m-p/2970787#M4652</link>
      <description>what do you have in PRD/DEV/UAT homepages?&lt;BR /&gt;&lt;BR /&gt;if it's just "test", it may be a problem for IE.&lt;BR /&gt;&lt;BR /&gt;try to put at least 1k of text&lt;BR /&gt;&lt;BR /&gt;Vitaly</description>
      <pubDate>Mon, 12 May 2003 13:40:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/using-a-different-browser-produces-a-different-result/m-p/2970787#M4652</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2003-05-12T13:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: using a different browser produces a different result</title>
      <link>https://community.hpe.com/t5/operating-system-linux/using-a-different-browser-produces-a-different-result/m-p/2970788#M4653</link>
      <description>Assumming you have the apache test page as index.html, it should look the same in all browsers.&lt;BR /&gt;&lt;BR /&gt;If its just a text file, IE is likely to make mistakes.&lt;BR /&gt;&lt;BR /&gt;This problem could come from the following areas.&lt;BR /&gt;&lt;BR /&gt;1) Mistakes(typos) in modifications of httpd.conf&lt;BR /&gt;2) Mistakes(typos) in the page&lt;BR /&gt;3) DNS issues(not likely)&lt;BR /&gt;&lt;BR /&gt;To be useful to you, I would need to see the httpd.conf file, the html source of the pages and the entire DNS setup.&lt;BR /&gt;&lt;BR /&gt;There are other possible problem areas as well, but when that stuff has happned to me there were extra characters in httpd.conf&lt;BR /&gt;&lt;BR /&gt;If you make changes...&lt;BR /&gt;&lt;BR /&gt;service httpd restart&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 12 May 2003 14:11:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/using-a-different-browser-produces-a-different-result/m-p/2970788#M4653</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-05-12T14:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: using a different browser produces a different result</title>
      <link>https://community.hpe.com/t5/operating-system-linux/using-a-different-browser-produces-a-different-result/m-p/2970789#M4654</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;looks like a configuration issue. and are u serving static html pages.&lt;BR /&gt;&lt;BR /&gt;reminds me of reading an article on slashdot where the microsoft website used to appear differently while using opera browser and the problem turned out be clever (?) coding of pages to deliver mangled pages for opera. &lt;BR /&gt;&lt;BR /&gt;m$ sucks.&lt;BR /&gt;&lt;BR /&gt;-balaji</description>
      <pubDate>Tue, 13 May 2003 03:15:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/using-a-different-browser-produces-a-different-result/m-p/2970789#M4654</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-05-13T03:15:06Z</dc:date>
    </item>
  </channel>
</rss>

