########## READ ME ################# # This a reduced template for the main Apache HTTP server configuration file # It sets a number of options specific to the Platform team # A site configuration file must also be included in the conf/enabled-sites directory # for anything to work # # Please make sure you know what you are doing before changing anything. # See for detailed information. # In particular, see # # for a discussion of each configuration directive. # # # ServerRoot: The top of the directory tree under which the server's # configuration, error, and log files are kept. # ServerRoot "/apps/apache/" # # Listen: Allows you to bind Apache to specific IP addresses and/or ports # for SSL traffic, Listen directive is setup in ssl.conf template #Listen 12.34.56.78:80 #Listen 10080 # # Dynamic Shared Object (DSO) Support # LoadModule authn_file_module modules/mod_authn_file.so LoadModule authn_core_module modules/mod_authn_core.so LoadModule authz_host_module modules/mod_authz_host.so LoadModule authz_groupfile_module modules/mod_authz_groupfile.so LoadModule authz_user_module modules/mod_authz_user.so LoadModule authz_core_module modules/mod_authz_core.so LoadModule access_compat_module modules/mod_access_compat.so LoadModule auth_basic_module modules/mod_auth_basic.so LoadModule reqtimeout_module modules/mod_reqtimeout.so LoadModule mime_module modules/mod_mime.so LoadModule log_config_module modules/mod_log_config.so LoadModule headers_module modules/mod_headers.so LoadModule setenvif_module modules/mod_setenvif.so LoadModule unixd_module modules/mod_unixd.so LoadModule dir_module modules/mod_dir.so LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_http_module modules/mod_proxy_http.so LoadModule env_module modules/mod_env.so # # User/Group: The name (or #number) of the user/group to run httpd as. # User apache Group apache # # ServerAdmin: Address for Platform team mailbox # ServerAdmin admin@example.com # # Set base restrictions. Specific directory permissions get set # in the site configuration files # AllowOverride none Require all denied # # DirectoryIndex: sets the file that Apache will serve if a directory # is requested. # DirectoryIndex index.html # # The following lines prevent .htaccess and .htpasswd files from being # viewed by Web clients. # Require all denied # # Errorlogs should be set in the site configuration files. # This is a catchall for anything that slips through # ErrorLog "logs/error_log" # # LogLevel: Control the number of messages logged to the error_log. # Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. # LogLevel warn # # The following directives define some format nicknames for use with # a CustomLog directive (see below). # LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %D" combined LogFormat "%h %l %u %t \"%r\" %>s %b %D" common # You need to enable mod_logio.c to use %I and %O LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %D %I %O" combinedio # # Errorlogs should be set in the site configuration files. # This is a catchall for anything that slips through # CustomLog "logs/access_log" common # # TypesConfig points to the file containing the list of mappings from # filename extension to MIME-type. # TypesConfig conf/mime.types AddType application/x-compress .Z AddType application/x-gzip .gz .tgz #Restrict version information that Apache advertises ServerTokens Prod #do not comment out below include conf/ssl.conf include conf/enabled-sites/*.conf LoadModule amagent_module /apps/apache/web_agents/apache24_agent/bin/../lib/mod_openam.so