CA BD NY
  • Categories

  • Recent Posts

  • RSS MySQL Hacker

  • RSS CentOS Hacker

  • RSS Editor's Lists

    • An error has occurred; the feed is probably down. Try again later.
  • Meta

  • Archive for the Access Control Category


    Using Awk to do Quick and Dirty Analysis of Apache Logs

    Published December 13th, 2008

    How to use Awk to do Quick and Dirty Analysis of Apache Logs

    Running Web Sites Under Multiple User Accounts with mod_itk

    Published November 28th, 2008

    How to run Apache using different Linux user accounts for each virtual host

    Restrict Downloading of Files by Extension

    Published November 28th, 2008

    How to stop Apache from letting visitors browse or download of files with specific extensions.

    Restricting Access Using Host (IP) or Username/Password

    Published November 3rd, 2008

    Problem Statement
    Restricting access to a section of a Web site using username/password is fairly common. However, what if you want to restrict access by username/password only if the request comes from outside your LAN or branch offices? Then you need a solution that is automatically satisfied if static IP addresses matches a request or else [...]