<?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 403 Forbidden error in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/apache-403-forbidden-error/m-p/3617309#M19401</link>
    <description>Also, to avoid touching the main configuration file, you can create a conf file in the conf.d directory. Name the file bigbrother.conf&lt;BR /&gt;&lt;BR /&gt;vi conf.d/bigbrother.conf&lt;BR /&gt;&lt;BR /&gt;And configure like this:&lt;BR /&gt;&lt;BR /&gt;Alias /bb "/home/bb/bb1.9e-btf/www"&lt;BR /&gt;&lt;BR /&gt;&lt;DIRECTORY&gt;&lt;BR /&gt;  Options Indexes&lt;BR /&gt;  AllowOverride None&lt;BR /&gt;  Order allow,deny&lt;BR /&gt;  Allow from all&lt;BR /&gt;&lt;/DIRECTORY&gt;&lt;BR /&gt;&lt;BR /&gt;This way, you won't need the soft link any more.</description>
    <pubDate>Thu, 01 Sep 2005 17:08:13 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2005-09-01T17:08:13Z</dc:date>
    <item>
      <title>apache 403 Forbidden error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-403-forbidden-error/m-p/3617305#M19397</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;I am using apache 2.0.54 on RH9. I am trying to configure Big brother server on it.  The apache default page is coming properly but the Big brother index page is not displaying .  It is giving the above error.  The error_log is saying &lt;BR /&gt;Symbolic link not allowed: /usr/local/apache2/htdocs/bb.  I am having a symbolic link to the DocumentRoot /usr/local/apache2/htdocs&lt;BR /&gt;&lt;BR /&gt;Anything to do with the  FollowSymLinks options in the config file?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;CS&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Sep 2005 15:37:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-403-forbidden-error/m-p/3617305#M19397</guid>
      <dc:creator>saju_2</dc:creator>
      <dc:date>2005-09-01T15:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: apache 403 Forbidden error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-403-forbidden-error/m-p/3617306#M19398</link>
      <description>Yes, that error shows when the:&lt;BR /&gt;&lt;BR /&gt;Options FollowSymLinks &lt;BR /&gt;&lt;BR /&gt;Is not enabled for the virtual directory.&lt;BR /&gt;&lt;BR /&gt;Add the option to the apache configuration file for big brother. I don't know about big brother configuration but it's very likely that will install a file in /etc/httpd/conf.d. &lt;BR /&gt;&lt;BR /&gt;So edit the file and add the option.</description>
      <pubDate>Thu, 01 Sep 2005 15:55:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-403-forbidden-error/m-p/3617306#M19398</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-09-01T15:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: apache 403 Forbidden error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-403-forbidden-error/m-p/3617307#M19399</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;Any idea how to make the necessary changes.&lt;BR /&gt;&lt;BR /&gt;I have a symbolic link in /usr/local/apache2/htdocs ( Which is the DocumentRoot)&lt;BR /&gt;ll /usr/local/apache2/htdocs shows that &lt;BR /&gt; bb -&amp;gt; /home/bb/bb1.9e-btf/www&lt;BR /&gt;I want to access /usr/local/apache2/htdocs/bb/index.html through browser.&lt;BR /&gt;Now what change i have to do in the httpd.conf file so that apache can access it.  File permssions are given as 777&lt;BR /&gt;&lt;BR /&gt;Reagrds&lt;BR /&gt;CS</description>
      <pubDate>Thu, 01 Sep 2005 16:26:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-403-forbidden-error/m-p/3617307#M19399</guid>
      <dc:creator>saju_2</dc:creator>
      <dc:date>2005-09-01T16:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: apache 403 Forbidden error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-403-forbidden-error/m-p/3617308#M19400</link>
      <description>In your conf file, you should have:&lt;BR /&gt;&lt;BR /&gt;&lt;DIRECTORY&gt;&lt;BR /&gt;&lt;BR /&gt;(more lines here)&lt;BR /&gt;&lt;BR /&gt;&lt;/DIRECTORY&gt;&lt;BR /&gt;&lt;BR /&gt;Find these lines and configure the options:&lt;BR /&gt;&lt;BR /&gt;&lt;DIRECTORY&gt;&lt;BR /&gt;&lt;BR /&gt;Options FollowSymLinks&lt;BR /&gt;&lt;BR /&gt;(more lines here)&lt;BR /&gt;&lt;BR /&gt;&lt;/DIRECTORY&gt;</description>
      <pubDate>Thu, 01 Sep 2005 16:43:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-403-forbidden-error/m-p/3617308#M19400</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-09-01T16:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: apache 403 Forbidden error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-403-forbidden-error/m-p/3617309#M19401</link>
      <description>Also, to avoid touching the main configuration file, you can create a conf file in the conf.d directory. Name the file bigbrother.conf&lt;BR /&gt;&lt;BR /&gt;vi conf.d/bigbrother.conf&lt;BR /&gt;&lt;BR /&gt;And configure like this:&lt;BR /&gt;&lt;BR /&gt;Alias /bb "/home/bb/bb1.9e-btf/www"&lt;BR /&gt;&lt;BR /&gt;&lt;DIRECTORY&gt;&lt;BR /&gt;  Options Indexes&lt;BR /&gt;  AllowOverride None&lt;BR /&gt;  Order allow,deny&lt;BR /&gt;  Allow from all&lt;BR /&gt;&lt;/DIRECTORY&gt;&lt;BR /&gt;&lt;BR /&gt;This way, you won't need the soft link any more.</description>
      <pubDate>Thu, 01 Sep 2005 17:08:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-403-forbidden-error/m-p/3617309#M19401</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-09-01T17:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: apache 403 Forbidden error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-403-forbidden-error/m-p/3617310#M19402</link>
      <description>Hi Ivan&lt;BR /&gt;&lt;BR /&gt;I tried putting the /usr/local/apache2/htdocs/bb entry in the httpd.conf and tried to enable symbolic linking, but didin;t work.  &lt;BR /&gt;&lt;BR /&gt;If I make a sepearte file how apache is going read that? Also what path I can give in the browser to get to the www directory  in bb?( By default the Browser looks in the RootDocument definded in the httpd.conf file)&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;CS&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Sep 2005 20:42:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-403-forbidden-error/m-p/3617310#M19402</guid>
      <dc:creator>saju_2</dc:creator>
      <dc:date>2005-09-01T20:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: apache 403 Forbidden error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-403-forbidden-error/m-p/3617311#M19403</link>
      <description>There are a few directives that matters:&lt;BR /&gt;&lt;BR /&gt;ServerRoot&lt;BR /&gt;&lt;BR /&gt;This directive indicates where the configuration files are located.&lt;BR /&gt;&lt;BR /&gt;Include conf.d/*.conf&lt;BR /&gt;&lt;BR /&gt;This directive indicates that all files in "ServerRoot"/conf.d ending in .conf sould be loaded as part of the configuration file. That's how the conf.d/bigbrother.conf file is loaded.&lt;BR /&gt;&lt;BR /&gt;And if you configure the file as my last post, the URL to access the "Alias" created will be:&lt;BR /&gt;&lt;BR /&gt;http://yourserver/bb</description>
      <pubDate>Fri, 02 Sep 2005 08:16:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-403-forbidden-error/m-p/3617311#M19403</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-09-02T08:16:21Z</dc:date>
    </item>
  </channel>
</rss>

