{{Per-directory options for Apache}} extern type apache_option; {{See the Apache documentation for what the options mean.}} extern val execCGI : apache_option; extern val includesNOEXEC : apache_option; extern val indexes : apache_option; extern val options : [apache_option] -> [^Vhost]; {{Declare exactly the set of options in effect for the current scope.}} extern val set_options : [apache_option] -> [^Vhost]; extern val unset_options : [apache_option] -> [^Vhost]; {{Specify some options to be set or unset, leaving the rest as they are.}}