	Quick installation instructions
	-------------------------------

(1) You need to make sure you have the following:

    * Apache and development environment (eg. apxs, header files, etc.)
    * OCaml 3.07 and development environment (eg. <caml/alloc.h> etc.)
    * Markus Mottl's Pcre module.

(2) Edit Makefile.config. Set configuration variables as appropriate,
following the instructions carefully.

(3) Type `make'.

(4) If installing, `su' to root and type `make install'.

(5) Read CONFIG file to find out how to configure Apache.


	Where `make install' installs things
	------------------------------------

$(APACHELIBDIR)/
	mod_caml.so
	mod_caml_executable

$(OCAMLAPACHEDIR)/
	All .cmi and .mli files (eg. apache.mli, cgi.mli).

$(MODCAMLLIBDIR)/
	registry.cmo
	Example handlers.

$(MODCAMLLIBDIR)/caml-bin
	Example CGI scripts.

$(MODCAMLLIBDIR)/templates
	Example templates.
