<?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 httpd.conf error on error_log file in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/apache-httpd-conf-error-on-error-log-file/m-p/3352753#M86206</link>
    <description>It would appear the client 10.102.51.200 is trying to access a page/directory that has improper permissions or is forbidden by httpd.conf&lt;BR /&gt;&lt;BR /&gt;To check syntax &lt;BR /&gt;&lt;BR /&gt;httpd -t&lt;BR /&gt;&lt;BR /&gt;You may have a syntax error. This is pretty easy to find and fix.&lt;BR /&gt;&lt;BR /&gt;You might also have a rules conflict and that will be a little more difficult to ferret out.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Mon, 09 Aug 2004 14:53:25 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2004-08-09T14:53:25Z</dc:date>
    <item>
      <title>apache httpd.conf error on error_log file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-httpd-conf-error-on-error-log-file/m-p/3352752#M86205</link>
      <description>I keep getting the error message in error_log file, after I installed httpd-20.40-8 rpm on RH 8.0.&lt;BR /&gt;&lt;BR /&gt;Mon Aug 09 13:34:52 2004] [error] [client 10.102.51.200] Directory index forbidden by rule: /var/www/html/&lt;BR /&gt;&lt;BR /&gt;Thanks for any help...</description>
      <pubDate>Mon, 09 Aug 2004 13:40:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-httpd-conf-error-on-error-log-file/m-p/3352752#M86205</guid>
      <dc:creator>Tammy Liang</dc:creator>
      <dc:date>2004-08-09T13:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: apache httpd.conf error on error_log file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-httpd-conf-error-on-error-log-file/m-p/3352753#M86206</link>
      <description>It would appear the client 10.102.51.200 is trying to access a page/directory that has improper permissions or is forbidden by httpd.conf&lt;BR /&gt;&lt;BR /&gt;To check syntax &lt;BR /&gt;&lt;BR /&gt;httpd -t&lt;BR /&gt;&lt;BR /&gt;You may have a syntax error. This is pretty easy to find and fix.&lt;BR /&gt;&lt;BR /&gt;You might also have a rules conflict and that will be a little more difficult to ferret out.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 09 Aug 2004 14:53:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-httpd-conf-error-on-error-log-file/m-p/3352753#M86206</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-08-09T14:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: apache httpd.conf error on error_log file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-httpd-conf-error-on-error-log-file/m-p/3352754#M86207</link>
      <description>Steve, I run httpd -t and get "Syntax OK".&lt;BR /&gt;I think there may be conflict in httpd.conf file, andy suggestion what I should look for?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Aug 2004 14:59:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-httpd-conf-error-on-error-log-file/m-p/3352754#M86207</guid>
      <dc:creator>Tammy Liang</dc:creator>
      <dc:date>2004-08-09T14:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: apache httpd.conf error on error_log file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-httpd-conf-error-on-error-log-file/m-p/3352755#M86208</link>
      <description>It would be my guess that you don't have an 'index.html' or any other of the files listed in your 'DirectoryIndex' configuration option, and you've got 'Options' stating that you can't get an index of that directory (no 'Indexes' in the Options for '/var/www/html').</description>
      <pubDate>Mon, 09 Aug 2004 18:19:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-httpd-conf-error-on-error-log-file/m-p/3352755#M86208</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-08-09T18:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: apache httpd.conf error on error_log file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-httpd-conf-error-on-error-log-file/m-p/3352756#M86209</link>
      <description>I'm with Stuart on that.&lt;BR /&gt;&lt;BR /&gt;The type of acceptable index files are defined in httpd.conf&lt;BR /&gt;&lt;BR /&gt;If they files do exist, make sure they are world readable.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 09 Aug 2004 23:29:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-httpd-conf-error-on-error-log-file/m-p/3352756#M86209</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-08-09T23:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: apache httpd.conf error on error_log file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-httpd-conf-error-on-error-log-file/m-p/3352757#M86210</link>
      <description>Thanks all. I install new version of apache and it runs w/o problem. Instead of try to find the conflict in httpd.conf file.</description>
      <pubDate>Tue, 10 Aug 2004 11:40:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-httpd-conf-error-on-error-log-file/m-p/3352757#M86210</guid>
      <dc:creator>Tammy Liang</dc:creator>
      <dc:date>2004-08-10T11:40:40Z</dc:date>
    </item>
  </channel>
</rss>

