# vim: ft=apache sw=4 ts=4 # This is an example configuration file for mod_caml. It assumes that # mod_caml has been installed at the paths shown below. # # To check it all works, restart Apache and visit: # # http://your.server/caml-bin/hello.cmo CamlLoad /usr/share/mod_caml/registry.cmo Alias /caml-icons/ /usr/share/mod_caml/caml-icons/ Alias /caml-bin/ /usr/share/mod_caml/caml-bin/ SetHandler ocaml-bytecode CamlHandler Registry.handler Options ExecCGI Allow from all