<?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: apache -- plz help in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/apache-plz-help/m-p/3634198#M85250</link>
    <description>Hi Maaz&lt;BR /&gt;&lt;BR /&gt;Create two files java.html and JAVA.html but with different contents. Then try &lt;A href="http://127.0.0.1/java.html" target="_blank"&gt;http://127.0.0.1/java.html&lt;/A&gt; and &lt;A href="http://127.0.0.1/JAVA.HTML" target="_blank"&gt;http://127.0.0.1/JAVA.HTML&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;then you will have a better idea that Unix sees java.html and JAVA.html as two different files.</description>
    <pubDate>Sun, 25 Sep 2005 19:50:50 GMT</pubDate>
    <dc:creator>njia_1</dc:creator>
    <dc:date>2005-09-25T19:50:50Z</dc:date>
    <item>
      <title>apache -- plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-plz-help/m-p/3634196#M85248</link>
      <description>Dear Gurus&lt;BR /&gt;&lt;BR /&gt;if someone provide the "FILENAME.HTML" instead of "filename.html" in the url, apache says "Not Found" i.e eg if i type "&lt;A href="http://127.0.0.1/java.html" target="_blank"&gt;http://127.0.0.1/java.html&lt;/A&gt;" i will recieve a proper page, but if i type "&lt;A href="http://127.0.0.1/JAVA.html" target="_blank"&gt;http://127.0.0.1/JAVA.html&lt;/A&gt;" apache says:&lt;BR /&gt;&lt;BR /&gt;Not Found&lt;BR /&gt;&lt;BR /&gt;The requested URL /JAVA.html was not found on this server.&lt;BR /&gt;Apache/2.0.52 (Red Hat) Server at 127.0.0.1 Port 80&lt;BR /&gt;plz help me to configure the apache, so that apache serves the page, and ignore the case-sensitivity.&lt;BR /&gt;plz help me&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Sun, 25 Sep 2005 14:16:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-plz-help/m-p/3634196#M85248</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2005-09-25T14:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: apache -- plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-plz-help/m-p/3634197#M85249</link>
      <description>This is normal behavior.&lt;BR /&gt;&lt;BR /&gt;You can get around this by creating soft links in the directory from the all caps name to the correct name.&lt;BR /&gt;&lt;BR /&gt;Unix is case sensitive. Unix is not windows.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 25 Sep 2005 16:07:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-plz-help/m-p/3634197#M85249</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-09-25T16:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: apache -- plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-plz-help/m-p/3634198#M85250</link>
      <description>Hi Maaz&lt;BR /&gt;&lt;BR /&gt;Create two files java.html and JAVA.html but with different contents. Then try &lt;A href="http://127.0.0.1/java.html" target="_blank"&gt;http://127.0.0.1/java.html&lt;/A&gt; and &lt;A href="http://127.0.0.1/JAVA.HTML" target="_blank"&gt;http://127.0.0.1/JAVA.HTML&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;then you will have a better idea that Unix sees java.html and JAVA.html as two different files.</description>
      <pubDate>Sun, 25 Sep 2005 19:50:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-plz-help/m-p/3634198#M85250</guid>
      <dc:creator>njia_1</dc:creator>
      <dc:date>2005-09-25T19:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: apache -- plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-plz-help/m-p/3634199#M85251</link>
      <description>Thanks Dear SEP, and nija.&lt;BR /&gt;&lt;BR /&gt;from&lt;BR /&gt;&lt;A href="http://httpd.apache.org/docs/2.0/en/mod/mod_speling.html" target="_blank"&gt;http://httpd.apache.org/docs/2.0/en/mod/mod_speling.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Apache Module mod_speling&lt;BR /&gt;Description: Attempts to correct mistaken URLs that users might have entered by ignoring capitalization and by allowing up to one misspelling &lt;BR /&gt;&lt;BR /&gt;Summary&lt;BR /&gt;Requests to documents sometimes cannot be served by the core apache server because the request was misspelled or miscapitalized. This module addresses this problem by trying to find a matching document, even after all other modules gave up. It does its work by comparing each document name in the requested directory against the requested document name without regard to case, and allowing up to one misspelling (character insertion / omission / transposition or wrong character). A list is built with all document names which were matched using this strategy.&lt;BR /&gt;&lt;BR /&gt;If, after scanning the directory,&lt;BR /&gt;&lt;BR /&gt;.no matching document was found, Apache will proceed as usual and return a "document not found" error. &lt;BR /&gt;.only one document is found that "almost" matches the request, then it is returned in the form of a redirection response. &lt;BR /&gt;.more than one document with a close match was found, then the list of the matches is returned to the client, and the client can select the correct candidate.&lt;BR /&gt;&lt;BR /&gt;I found this(mod_speling) module in my httpd.conf file, but when i intentionally provide /javaa.html instead of /java.html in the url apache says "NOT FOUND". What I understand is that this module is responsible for mispeling, wrong character and capitalization issues.&lt;BR /&gt;&lt;BR /&gt;Eagerly awaiting for the help &lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Mon, 26 Sep 2005 00:24:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-plz-help/m-p/3634199#M85251</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2005-09-26T00:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: apache -- plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-plz-help/m-p/3634200#M85252</link>
      <description>You have to look at Error responses in httpd.conf file. Search as "default HTTP_&lt;ERROR&gt;.html.var"&lt;BR /&gt;&lt;BR /&gt;You can edit #    ErrorDocument 404 /error/HTTP_NOT_FOUND.html.var&lt;BR /&gt;to make your setting.&lt;BR /&gt;&lt;BR /&gt;hth.&lt;/ERROR&gt;</description>
      <pubDate>Mon, 26 Sep 2005 01:24:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-plz-help/m-p/3634200#M85252</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-09-26T01:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: apache -- plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-plz-help/m-p/3634201#M85253</link>
      <description>Hi Maaz&lt;BR /&gt;&lt;BR /&gt;Will try to find it out for you tonight.</description>
      <pubDate>Mon, 26 Sep 2005 02:17:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-plz-help/m-p/3634201#M85253</guid>
      <dc:creator>njia_1</dc:creator>
      <dc:date>2005-09-26T02:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: apache -- plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-plz-help/m-p/3634202#M85254</link>
      <description>I think that you can use mod_rewrite to make all requests lowercase:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html" target="_blank"&gt;http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;RewriteEngine on&lt;BR /&gt;RewriteBase /&lt;BR /&gt;RewriteMap insensitive tolower:&lt;BR /&gt;RewriteRule ^[\/]*(.*)$ /${insensitive:$1} [R,L]</description>
      <pubDate>Mon, 26 Sep 2005 11:24:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-plz-help/m-p/3634202#M85254</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-09-26T11:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: apache -- plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-plz-help/m-p/3634203#M85255</link>
      <description>Dear Muthukumar Many thanks for reply/help. Muthukumar I didnt get u, I mean if u can plz guide me Step-by-Step.&lt;BR /&gt;&lt;BR /&gt;Dear njia, Thanks for the favor.&lt;BR /&gt;&lt;BR /&gt;Dear Ivan Ferreira where should i put these lines into my .conf file ?&lt;BR /&gt;&lt;BR /&gt;Second Dear Gurus not just i want apache to ignore capitals, but i want that if someone writes a /javaa.html instead of /java.html, apache will serve the right page, i.e /java.html.&lt;BR /&gt;&lt;BR /&gt;Apache Module mod_speling&lt;BR /&gt;Description: Attempts to correct mistaken URLs that users might have entered by ignoring capitalization and by allowing up to one ******MISSPELLING****&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Sep 2005 13:08:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-plz-help/m-p/3634203#M85255</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2005-09-26T13:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: apache -- plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-plz-help/m-p/3634204#M85256</link>
      <description>You can create a file in /etc/httpd/conf.d called mod_spelling.conf. In that file, put the configuration lines and reload apache.&lt;BR /&gt;&lt;BR /&gt;CheckSpelling on</description>
      <pubDate>Mon, 26 Sep 2005 14:35:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-plz-help/m-p/3634204#M85256</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-09-26T14:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: apache -- plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-plz-help/m-p/3634205#M85257</link>
      <description>Hi Maaz&lt;BR /&gt;&lt;BR /&gt;Try Ivan's suggestion, that is what worked for me as well &lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Mon, 26 Sep 2005 19:04:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-plz-help/m-p/3634205#M85257</guid>
      <dc:creator>njia_1</dc:creator>
      <dc:date>2005-09-26T19:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: apache -- plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-plz-help/m-p/3634206#M85258</link>
      <description>Thanks Dear Ivan Ferreira for continous help and support ;)&lt;BR /&gt;Thanks Dear njia&lt;BR /&gt;&lt;BR /&gt;Thanks Every1&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Tue, 27 Sep 2005 13:20:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-plz-help/m-p/3634206#M85258</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2005-09-27T13:20:46Z</dc:date>
    </item>
  </channel>
</rss>

