INSTALL:

 The way to install this module depends on what Apache do You have.
 You have 2 posibilities:
 1. Apache 1.3 series with DSO
 2. Apache 1.3 series without DSO

 Also, this module require from httpd process some special privileges, like
 permisions to call setuid(),setgid(),setgroups() and chroot() syscalls.
 See README file to read more about this.

1. Apache 1.3 series with DSO
   If You are in module source directory, type: 

   $ make APXS=/usr/sbin/apxs
   # make install
   
   where /usr/sbin/apxs is path to APache eXtenSion tool (apxs binary).

   If everything went ok, edit Your httpd.conf and restart Apache

2. Apache 1.3 series without DSO
   If You want add this module to Apache wthout DSO support, then You have to 
   reinstall You Apache. Add parameter --add-module=/path/to/mod_diffprivs.c 
   to ./configure command. Then copy files config.h and version.h to 
   /path/to/apache_1.3.x/src/include. After that buid and install Apache 
   as always You do.

   If everything went ok, edit Your httpd.conf and start Apache

	Regards,
	Lukasz Wojtow <lw@ftw.zamosc.pl> 
