<?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: Authentication in Apache -- Plz help in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/authentication-in-apache-plz-help/m-p/3395711#M86392</link>
    <description>Oops. Didn't realize I'd left myself in the Linux forum before I responded to this one.&lt;BR /&gt;&lt;BR /&gt;TCP Wrappers are available on Linux, though may not be installed by default depending on the installation options you made.&lt;BR /&gt;&lt;BR /&gt;For the host-based firewall, you'd use iptables, which I think get installed for any installation type for RHEL, instead of IPFilter.</description>
    <pubDate>Thu, 07 Oct 2004 15:59:28 GMT</pubDate>
    <dc:creator>Jeff_Traigle</dc:creator>
    <dc:date>2004-10-07T15:59:28Z</dc:date>
    <item>
      <title>Authentication in Apache -- Plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/authentication-in-apache-plz-help/m-p/3395709#M86390</link>
      <description>Hello Gurus&lt;BR /&gt;apache is configured, and running quite fine.&lt;BR /&gt;Plz help me to configure the following&lt;BR /&gt;&lt;BR /&gt;1) if the request is made from a specific machine say for example if the machine's ip is 10.255.255.210 then serve the page, otherwise didnt serve. in short only specific machines(ipes) are allowed to access the website.&lt;BR /&gt;&lt;BR /&gt;2 ) and I have to implement the user/group level  authentication as well, i.e only specific users/group are allowed to access the website&lt;BR /&gt;&lt;BR /&gt;Plz help.&lt;BR /&gt;&lt;BR /&gt;Thanking all in anticipation&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Thu, 07 Oct 2004 13:25:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/authentication-in-apache-plz-help/m-p/3395709#M86390</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2004-10-07T13:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication in Apache -- Plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/authentication-in-apache-plz-help/m-p/3395710#M86391</link>
      <description>User level authentication can be done with .htaccess and .htpasswd. See the following link for a brief description of how they are used (or check out the Apache documentation on &lt;A href="http://www.apache.org):" target="_blank"&gt;www.apache.org):&lt;/A&gt; &lt;A href="http://web-bureau.com/modules/bsecure.php" target="_blank"&gt;http://web-bureau.com/modules/bsecure.php&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I don't recall, and don't see with a quick perusal of available directives, any way to restrict access by host within httpd. If that's true, I think you're only available options are TCP Wrappers or a host-based firewall with IPFilter. Both of these are available from &lt;A href="http://software.hp.com/" target="_blank"&gt;http://software.hp.com/&lt;/A&gt; for free. (TCP Wrappers shows only available for 11.11, however.)</description>
      <pubDate>Thu, 07 Oct 2004 14:36:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/authentication-in-apache-plz-help/m-p/3395710#M86391</guid>
      <dc:creator>Jeff_Traigle</dc:creator>
      <dc:date>2004-10-07T14:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication in Apache -- Plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/authentication-in-apache-plz-help/m-p/3395711#M86392</link>
      <description>Oops. Didn't realize I'd left myself in the Linux forum before I responded to this one.&lt;BR /&gt;&lt;BR /&gt;TCP Wrappers are available on Linux, though may not be installed by default depending on the installation options you made.&lt;BR /&gt;&lt;BR /&gt;For the host-based firewall, you'd use iptables, which I think get installed for any installation type for RHEL, instead of IPFilter.</description>
      <pubDate>Thu, 07 Oct 2004 15:59:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/authentication-in-apache-plz-help/m-p/3395711#M86392</guid>
      <dc:creator>Jeff_Traigle</dc:creator>
      <dc:date>2004-10-07T15:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication in Apache -- Plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/authentication-in-apache-plz-help/m-p/3395712#M86393</link>
      <description>I was only looking at the core directives for httpd in the earlier response. There are numerous modules that can be loaded to expand its capabilities.&lt;BR /&gt;&lt;BR /&gt;mod_access provides access control based on client hostname, IP address, or other characteristics of the client request.&lt;BR /&gt;&lt;BR /&gt;There are various authentication modules (mod_auth*) depending how your user database is stored.&lt;BR /&gt;&lt;BR /&gt;Check out &lt;A href="http://httpd.apache.org/docs/mod" target="_blank"&gt;http://httpd.apache.org/docs/mod&lt;/A&gt; for listing and descriptions of the available moules and the section of httpd.conf for Dynamic Shared Object Support, where the modules you want are loaded when httpd starts.</description>
      <pubDate>Sat, 09 Oct 2004 16:51:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/authentication-in-apache-plz-help/m-p/3395712#M86393</guid>
      <dc:creator>Jeff_Traigle</dc:creator>
      <dc:date>2004-10-09T16:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication in Apache -- Plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/authentication-in-apache-plz-help/m-p/3395713#M86394</link>
      <description>Dear Jeff Traigle, many thanks for the help/asistance.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Sat, 09 Oct 2004 21:43:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/authentication-in-apache-plz-help/m-p/3395713#M86394</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2004-10-09T21:43:09Z</dc:date>
    </item>
  </channel>
</rss>

