INSTALL:
	If Your apache supports DSO (option --enable-module=so in ./configure),
just type:
# /path/to/apxs -c mod_diffprivs.c
# /path/to/apxs -i -a -n diffprifs mod_diffprivs.so
edit httpd.conf, setup needed "Privs" directives (see README file for datails)
and restart Your apache.
If Your apache doesn't support DSO, You must reconfigure with option
	./configure [...] --add-module=/path/to/mod_diffprivs.c
After that build and install apache again. 
