Installation Guidelines.
=======================
if your Apache-bin directory is in your path (under Unix use "echo $PATH"to list it, 
under Windows "path"), you can use Method 1, else use Method 2

Method 1:
  1. Copy the source code of this module where you like it 
  (we used /usr/local/src/mod_auth_cache_0.1.1)
  2. Go there with cd
  
  3. To install the module just enter the following commands:

	  apxs -i -a -c mod_auth_cache.c

  4. Dont forget to correct your httpd.conf file !

Method 2:
  1. Copy the source code of this module where you like it 
  (we used /usr/local/src/mod_auth_cache_0.1.1)
  2. Go there with cd
  
  3. Search your Apache-bin directory. Write the full path to it down 
     and insert in the following line:

	  <path-to-apache-bin>apxs -i -a -c mod_auth_cache.c
    
    to install the module just enter the the changed upper line as a command.

    Example: 
      Apache is installed under /usr/local/apache
      Then you use:
          /usr/local/apache/bin/apxs -i -a -c mod_auth_cache.c

  4. Dont forget to correct your httpd.conf file !
  
For a list of module configuration directives please take a look 
at the README.
