<?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 directory restriction in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/apache-directory-restriction/m-p/4018401#M64349</link>
    <description>if i want to do it to a list of IPs</description>
    <pubDate>Wed, 13 Jun 2007 08:52:22 GMT</pubDate>
    <dc:creator>Fadia Almarei</dc:creator>
    <dc:date>2007-06-13T08:52:22Z</dc:date>
    <item>
      <title>apache directory restriction</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-directory-restriction/m-p/4018397#M64345</link>
      <description>Dear All&lt;BR /&gt;&lt;BR /&gt;I have apache running on RHEL v.4 , i want to add a directory on htdocs which can be acceseed from a certain IP's , how should i do this , i think on a way to make this directory works on a certain port (add another port to apache) and this who have the write to use this port will see it , kindly your help in how to do this or any new idea.&lt;BR /&gt;&lt;BR /&gt;BR;&lt;BR /&gt;Fadia</description>
      <pubDate>Tue, 12 Jun 2007 08:14:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-directory-restriction/m-p/4018397#M64345</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2007-06-12T08:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: apache directory restriction</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-directory-restriction/m-p/4018398#M64346</link>
      <description>Hi Fadia, please see:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://home.golden.net/htaccess.html" target="_blank"&gt;http://home.golden.net/htaccess.html&lt;/A&gt;</description>
      <pubDate>Tue, 12 Jun 2007 09:45:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-directory-restriction/m-p/4018398#M64346</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-06-12T09:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: apache directory restriction</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-directory-restriction/m-p/4018399#M64347</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Putty the server on another port hides it, it does not prevent access. &lt;BR /&gt;&lt;BR /&gt;You might try password control into the site.&lt;BR /&gt;&lt;BR /&gt;Here is a guide.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://bignosebird.com/apache/a10.shtml" target="_blank"&gt;http://bignosebird.com/apache/a10.shtml&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Creating private access. Managing this password file can get to be a pain if there are a lot of users.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 12 Jun 2007 09:46:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-directory-restriction/m-p/4018399#M64347</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-06-12T09:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: apache directory restriction</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-directory-restriction/m-p/4018400#M64348</link>
      <description>Look at the following example for how to block IP&lt;BR /&gt;    &lt;DIRECTORY&gt;&lt;BR /&gt;        AllowOverride AuthConfig&lt;BR /&gt;        order allow,deny&lt;BR /&gt;        Allow from 10.0&lt;BR /&gt;    &lt;/DIRECTORY&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This will allow the access to the directory from 10.0.0.0/16, but will block all others.&lt;BR /&gt;&lt;BR /&gt;As for running on a different port:&lt;BR /&gt;If you want to create a specific virtual host - then:&lt;BR /&gt;&lt;VIRTUALHOST&gt;:80&amp;gt;&lt;BR /&gt;where instead of 80 can be any port - that's not in use.&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;locate the line &lt;BR /&gt;Listen 80&lt;BR /&gt; and change the number to any unused port.&lt;/VIRTUALHOST&gt;</description>
      <pubDate>Wed, 13 Jun 2007 07:57:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-directory-restriction/m-p/4018400#M64348</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2007-06-13T07:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: apache directory restriction</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-directory-restriction/m-p/4018401#M64349</link>
      <description>if i want to do it to a list of IPs</description>
      <pubDate>Wed, 13 Jun 2007 08:52:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-directory-restriction/m-p/4018401#M64349</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2007-06-13T08:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: apache directory restriction</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-directory-restriction/m-p/4018402#M64350</link>
      <description>then it would be several "deny from &lt;IP&gt;" or "Allow from &lt;IP&gt;" lines, within the directory section.&lt;/IP&gt;&lt;/IP&gt;</description>
      <pubDate>Wed, 13 Jun 2007 08:56:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-directory-restriction/m-p/4018402#M64350</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2007-06-13T08:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: apache directory restriction</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-directory-restriction/m-p/4018403#M64351</link>
      <description>if i want it to a certain range of IP's</description>
      <pubDate>Wed, 13 Jun 2007 09:00:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-directory-restriction/m-p/4018403#M64351</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2007-06-13T09:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: apache directory restriction</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-directory-restriction/m-p/4018404#M64352</link>
      <description>See examples here:&lt;BR /&gt;&lt;A href="http://www.webmasterworld.com/forum92/2340.htm" target="_blank"&gt;http://www.webmasterworld.com/forum92/2340.htm&lt;/A&gt;</description>
      <pubDate>Wed, 13 Jun 2007 09:14:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-directory-restriction/m-p/4018404#M64352</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2007-06-13T09:14:22Z</dc:date>
    </item>
  </channel>
</rss>

