<?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: Help! apache mod_rewrite, seems I just can not start it in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/help-apache-mod-rewrite-seems-i-just-can-not-start-it/m-p/3518269#M16894</link>
    <description>Hey there,&lt;BR /&gt;&lt;BR /&gt;I don't have very much knowledge on this module myself - but I noticed i've got it in my vhost section, You might want to give that a try.&lt;BR /&gt;&lt;BR /&gt;---my config---&lt;BR /&gt;&lt;BR /&gt;&lt;VIRTUALHOST justblog.blogdns.org=""&gt;&lt;BR /&gt;    DocumentRoot /var/empty&lt;BR /&gt;    ServerName justblog.blogdns.org&lt;BR /&gt;    ErrorLog /dev/null&lt;BR /&gt;    CustomLog /dev/null standard&lt;BR /&gt; &lt;DIRECTORY&gt;&lt;BR /&gt;    RewriteEngine on&lt;BR /&gt;    RewriteBase /&lt;BR /&gt;    RewriteRule ^(.*)$ &lt;A href="http://62.138.60.52:8081/$1" target="_blank"&gt;http://62.138.60.52:8081/$1&lt;/A&gt; [QSA]&lt;BR /&gt; &lt;/DIRECTORY&gt;&lt;BR /&gt;&lt;/VIRTUALHOST&gt;&lt;BR /&gt;&lt;BR /&gt;------don't ask me about it, it worked in it's days---</description>
    <pubDate>Thu, 07 Apr 2005 20:37:22 GMT</pubDate>
    <dc:creator>Florian Heigl (new acc)</dc:creator>
    <dc:date>2005-04-07T20:37:22Z</dc:date>
    <item>
      <title>Help! apache mod_rewrite, seems I just can not start it</title>
      <link>https://community.hpe.com/t5/operating-system-linux/help-apache-mod-rewrite-seems-i-just-can-not-start-it/m-p/3518268#M16893</link>
      <description>I am new bie to mod_rewrite and before I can digest the mass of the howto in regular expression, I just want to begin my mod_rewrite function as helloworld, but neither the below setting(all in the root context of httpd.conf) fail, didnt work at all.&lt;BR /&gt;&lt;BR /&gt;my system is apache2.0.44, all install by one complie, the mod_rewirte inside as default.&lt;BR /&gt;&lt;BR /&gt;case A:&lt;BR /&gt;LoadModule rewrite_module modules/mod_rewrite.so&lt;BR /&gt;RewriteEngine On&lt;BR /&gt;RewriteRule ^old\.html$ index.html [L]&lt;BR /&gt;RewriteLog /usr/local/apache/apache2.0.44/logs/rewrite.log&lt;BR /&gt;&lt;BR /&gt;case B:&lt;BR /&gt;LoadModule rewrite_module modules/mod_rewrite.so&lt;BR /&gt;RewriteEngine On&lt;BR /&gt;RewriteRule ^hello\.java\.net\.nl$ &lt;A href="http://www.java.net.nl/hello/test.jsp" target="_blank"&gt;http://www.java.net.nl/hello/test.jsp&lt;/A&gt;&lt;BR /&gt;RewriteLog /usr/local/apache/apache2.0.44/logs/rewrite.log&lt;BR /&gt;&lt;BR /&gt;Not only it response nothing(404), but also I found nothing in the rewrite.log,too; but in the access_log, I can found the records as below:&lt;BR /&gt;&lt;BR /&gt;[05/Apr/2005:23:33:23 -0400] 0 "GET /old.html HTTP/1.1" 404 206 "- -&amp;gt; /old.html"&lt;BR /&gt;192.168.0.11 - - [05/Apr/2005:23:55:43 -0400] 0 "GET / HTTP/1.1" 400 0 "- -&amp;gt; /index.jsp"&lt;BR /&gt;&lt;BR /&gt;the behind one logged for hello.java.net.nl request, however, seems response by the behind virtualhost setting:&lt;BR /&gt;&lt;VIRTUALHOST 80=""&gt;&lt;BR /&gt;ServerName &lt;A href="http://www.java.net.nl" target="_blank"&gt;www.java.net.nl&lt;/A&gt;&lt;BR /&gt;DocumentRoot /home/jakarta/tomcat5/webapps/app&lt;BR /&gt;&lt;/VIRTUALHOST&gt;&lt;BR /&gt;however, the /index.jsp is existed but do not response,too.(it is not this topic, just skipped)&lt;BR /&gt;&lt;BR /&gt;I thought the mod_rewirte didnot work at all? am I right?&lt;BR /&gt;what I has not to do but necessary?&lt;BR /&gt;&lt;BR /&gt;thanks for any tips.&lt;BR /&gt;Frederick van Tagero</description>
      <pubDate>Tue, 05 Apr 2005 11:10:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/help-apache-mod-rewrite-seems-i-just-can-not-start-it/m-p/3518268#M16893</guid>
      <dc:creator>frederick van targero_1</dc:creator>
      <dc:date>2005-04-05T11:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: Help! apache mod_rewrite, seems I just can not start it</title>
      <link>https://community.hpe.com/t5/operating-system-linux/help-apache-mod-rewrite-seems-i-just-can-not-start-it/m-p/3518269#M16894</link>
      <description>Hey there,&lt;BR /&gt;&lt;BR /&gt;I don't have very much knowledge on this module myself - but I noticed i've got it in my vhost section, You might want to give that a try.&lt;BR /&gt;&lt;BR /&gt;---my config---&lt;BR /&gt;&lt;BR /&gt;&lt;VIRTUALHOST justblog.blogdns.org=""&gt;&lt;BR /&gt;    DocumentRoot /var/empty&lt;BR /&gt;    ServerName justblog.blogdns.org&lt;BR /&gt;    ErrorLog /dev/null&lt;BR /&gt;    CustomLog /dev/null standard&lt;BR /&gt; &lt;DIRECTORY&gt;&lt;BR /&gt;    RewriteEngine on&lt;BR /&gt;    RewriteBase /&lt;BR /&gt;    RewriteRule ^(.*)$ &lt;A href="http://62.138.60.52:8081/$1" target="_blank"&gt;http://62.138.60.52:8081/$1&lt;/A&gt; [QSA]&lt;BR /&gt; &lt;/DIRECTORY&gt;&lt;BR /&gt;&lt;/VIRTUALHOST&gt;&lt;BR /&gt;&lt;BR /&gt;------don't ask me about it, it worked in it's days---</description>
      <pubDate>Thu, 07 Apr 2005 20:37:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/help-apache-mod-rewrite-seems-i-just-can-not-start-it/m-p/3518269#M16894</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2005-04-07T20:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Help! apache mod_rewrite, seems I just can not start it</title>
      <link>https://community.hpe.com/t5/operating-system-linux/help-apache-mod-rewrite-seems-i-just-can-not-start-it/m-p/3518270#M16895</link>
      <description>Try setting RewriteLogLevel to 9; then you should see stuff in rewrite.log. By default loging level is set to 0 so nothing gets logged. It will give a clue as to what apache does to URLs.</description>
      <pubDate>Fri, 08 Apr 2005 02:36:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/help-apache-mod-rewrite-seems-i-just-can-not-start-it/m-p/3518270#M16895</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2005-04-08T02:36:42Z</dc:date>
    </item>
  </channel>
</rss>

