# config include file for Apache, as part of the WEB2 appliance # this is separated from the main config file to have all properties # in one small, for faster and easier updates. #$$propN: root@localhost:admin_email ServerAdmin root@localhost # prevent accidents - only explicitly allowed sub-dirs will be served Order Deny,Allow Deny from all #$$propN: prod:info_level ServerTokens prod #include configuration that cannot be defined by static property #markup and is generated on boot instead. This includes: # - the Listen directive (set to the IP address of the 'in' terminal) # - the UseCanonicalName and HostName (computed from host_name) # - include .htconfig, if present, in a section - # faster & safer than .htaccess # - log configuration Order Deny,Allow Deny from All # --- advanced ----------------------------------- #$$propN: 15:idle_timeout_sec KeepAliveTimeout 15 #$$propN: 300:data_timeout_sec Timeout 300 #$$propN: on:persistent_connections KeepAlive on #$$propN: warn:error_log_level LogLevel warn #$$propN: "index.html index.html.var":index_files DirectoryIndex index.html index.html.var #$$propN: off:server_signature ServerSignature off PerlResponseHandler ModPerl::Registry PerlOptions +SetupEnv +ParseHeaders # -T is ignored in the shebang line for mod_perl, set it here PerlSwitches -T # # SetHandler perl-script # PerlResponseHandler ModPerl::Registry # PerlOptions +ParseHeaders # Options +ExecCGI # #$$propN: off:default_charset AddDefaultCharset off