<?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 - How can I limit access only to specific URLs? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/apache-how-can-i-limit-access-only-to-specific-urls/m-p/5070485#M64946</link>
    <description>solved using apache variables:&lt;BR /&gt; &lt;BR /&gt;SetEnvIf Host linux1.example.com allow_host_linux1&lt;BR /&gt; &lt;BR /&gt;&lt;DIRECTORY&gt;&lt;BR /&gt;  Order Deny,Allow&lt;BR /&gt;  Deny from all&lt;BR /&gt; Allow from env=allow_host_linux1&lt;BR /&gt;&lt;/DIRECTORY&gt;</description>
    <pubDate>Mon, 24 Sep 2007 08:22:58 GMT</pubDate>
    <dc:creator>Vitaly Karasik_1</dc:creator>
    <dc:date>2007-09-24T08:22:58Z</dc:date>
    <item>
      <title>Apache - How can I limit access only to specific URLs?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-how-can-i-limit-access-only-to-specific-urls/m-p/5070484#M64945</link>
      <description>I have a website (virtual server) and many DNS&lt;BR /&gt;aliases pointed to the same server.&lt;BR /&gt;&lt;BR /&gt;But I have some directory which should be accessible&lt;BR /&gt;only via specific DNS alias (== URL). &lt;BR /&gt;If/How this can be done?&lt;BR /&gt;&lt;BR /&gt;E.g, I have a.example.com, b.example.com,&lt;BR /&gt;c.example.com pointed to the same virtualhost.&lt;BR /&gt;And for a.example.com I'd like to provide access to&lt;BR /&gt;some dir as &lt;A href="http://a.example.com/only_for_a." target="_blank"&gt;http://a.example.com/only_for_a.&lt;/A&gt;&lt;BR /&gt;(it shouldn't be accessible as &lt;BR /&gt;&lt;A href="http://b.example.com/only_for_a)" target="_blank"&gt;http://b.example.com/only_for_a)&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Sep 2007 03:00:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-how-can-i-limit-access-only-to-specific-urls/m-p/5070484#M64945</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2007-09-24T03:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Apache - How can I limit access only to specific URLs?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-how-can-i-limit-access-only-to-specific-urls/m-p/5070485#M64946</link>
      <description>solved using apache variables:&lt;BR /&gt; &lt;BR /&gt;SetEnvIf Host linux1.example.com allow_host_linux1&lt;BR /&gt; &lt;BR /&gt;&lt;DIRECTORY&gt;&lt;BR /&gt;  Order Deny,Allow&lt;BR /&gt;  Deny from all&lt;BR /&gt; Allow from env=allow_host_linux1&lt;BR /&gt;&lt;/DIRECTORY&gt;</description>
      <pubDate>Mon, 24 Sep 2007 08:22:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-how-can-i-limit-access-only-to-specific-urls/m-p/5070485#M64946</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2007-09-24T08:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Apache - How can I limit access only to specific URLs?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-how-can-i-limit-access-only-to-specific-urls/m-p/5070486#M64947</link>
      <description>Please correct me if I'm wrong, but if you specify a different DocumentRoot for each virtual host, and for example, a different directory includes in each virtual host:&lt;BR /&gt;&lt;BR /&gt;Include conf.d/&lt;VIRTUAL_DOMAIN&gt;/*.conf&lt;BR /&gt;&lt;BR /&gt;The pages available to one virtual host sould not be served by another virtual host.&lt;/VIRTUAL_DOMAIN&gt;</description>
      <pubDate>Mon, 24 Sep 2007 08:35:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-how-can-i-limit-access-only-to-specific-urls/m-p/5070486#M64947</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-09-24T08:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Apache - How can I limit access only to specific URLs?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-how-can-i-limit-access-only-to-specific-urls/m-p/5070487#M64948</link>
      <description>Ivan, thank you!&lt;BR /&gt;In my configuration I use just DNS aliases for different customers, I don't have apache virtualhost per customer.&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Sep 2007 10:18:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-how-can-i-limit-access-only-to-specific-urls/m-p/5070487#M64948</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2007-09-24T10:18:57Z</dc:date>
    </item>
  </channel>
</rss>

