2 # This is the main Apache HTTP server configuration file. It contains the
3 # configuration directives that give the server its instructions.
4 # See <URL:http://httpd.apache.org/docs/2.2> for detailed information.
6 # <URL:http://httpd.apache.org/docs/2.2/mod/directives.html>
7 # for a discussion of each configuration directive.
9 # Do NOT simply read the instructions in here without understanding
10 # what they do. They're here only as hints or reminders. If you are unsure
11 # consult the online docs. You have been warned.
13 # Configuration and logfile names: If the filenames you specify for many
14 # of the server's control files begin with "/" (or "drive:/" for Win32), the
15 # server will use that explicit path. If the filenames do *not* begin
16 # with "/", the value of ServerRoot is prepended -- so "/var/log/httpd/foo.log"
17 # with ServerRoot set to "/usr" will be interpreted by the
18 # server as "/usr//var/log/httpd/foo.log".
21 # ServerRoot: The top of the directory tree under which the server's
22 # configuration, error, and log files are kept.
24 # Do not add a slash at the end of the directory path. If you point
25 # ServerRoot at a non-local disk, be sure to point the LockFile directive
26 # at a local disk. If you wish to share the same ServerRoot for multiple
27 # httpd daemons, you will need to change at least LockFile and PidFile.
32 # Listen: Allows you to bind Apache to specific IP addresses and/or
33 # ports, instead of the default. See also the <VirtualHost>
36 # Change this to Listen on specific IP addresses as shown below to
37 # prevent Apache from glomming onto all bound IP addresses.
39 #Listen 12.34.56.78:80
43 # Dynamic Shared Object (DSO) Support
45 # To be able to use the functionality of a module which was built as a DSO you
46 # have to place corresponding `LoadModule' lines at this location so the
47 # directives contained in it are actually available _before_ they are used.
48 # Statically compiled modules (those listed by `httpd -l') do not need
52 # LoadModule foo_module modules/mod_foo.so
54 LoadModule authn_file_module lib/httpd/modules/mod_authn_file.so
55 LoadModule authn_dbm_module lib/httpd/modules/mod_authn_dbm.so
56 LoadModule authn_anon_module lib/httpd/modules/mod_authn_anon.so
57 LoadModule authn_dbd_module lib/httpd/modules/mod_authn_dbd.so
58 LoadModule authn_default_module lib/httpd/modules/mod_authn_default.so
59 LoadModule authn_alias_module lib/httpd/modules/mod_authn_alias.so
60 LoadModule authz_host_module lib/httpd/modules/mod_authz_host.so
61 LoadModule authz_groupfile_module lib/httpd/modules/mod_authz_groupfile.so
62 LoadModule authz_user_module lib/httpd/modules/mod_authz_user.so
63 LoadModule authz_dbm_module lib/httpd/modules/mod_authz_dbm.so
64 LoadModule authz_owner_module lib/httpd/modules/mod_authz_owner.so
65 LoadModule authnz_ldap_module lib/httpd/modules/mod_authnz_ldap.so
66 LoadModule authz_default_module lib/httpd/modules/mod_authz_default.so
67 LoadModule auth_basic_module lib/httpd/modules/mod_auth_basic.so
68 LoadModule auth_digest_module lib/httpd/modules/mod_auth_digest.so
69 LoadModule file_cache_module lib/httpd/modules/mod_file_cache.so
70 LoadModule cache_module lib/httpd/modules/mod_cache.so
71 LoadModule disk_cache_module lib/httpd/modules/mod_disk_cache.so
72 LoadModule mem_cache_module lib/httpd/modules/mod_mem_cache.so
73 LoadModule dbd_module lib/httpd/modules/mod_dbd.so
74 LoadModule dumpio_module lib/httpd/modules/mod_dumpio.so
75 LoadModule ext_filter_module lib/httpd/modules/mod_ext_filter.so
76 LoadModule include_module lib/httpd/modules/mod_include.so
77 LoadModule filter_module lib/httpd/modules/mod_filter.so
78 LoadModule deflate_module lib/httpd/modules/mod_deflate.so
79 LoadModule ldap_module lib/httpd/modules/mod_ldap.so
80 LoadModule log_config_module lib/httpd/modules/mod_log_config.so
81 LoadModule log_forensic_module lib/httpd/modules/mod_log_forensic.so
82 LoadModule logio_module lib/httpd/modules/mod_logio.so
83 LoadModule env_module lib/httpd/modules/mod_env.so
84 LoadModule mime_magic_module lib/httpd/modules/mod_mime_magic.so
85 LoadModule cern_meta_module lib/httpd/modules/mod_cern_meta.so
86 LoadModule expires_module lib/httpd/modules/mod_expires.so
87 LoadModule headers_module lib/httpd/modules/mod_headers.so
88 LoadModule ident_module lib/httpd/modules/mod_ident.so
89 LoadModule usertrack_module lib/httpd/modules/mod_usertrack.so
90 LoadModule unique_id_module lib/httpd/modules/mod_unique_id.so
91 LoadModule setenvif_module lib/httpd/modules/mod_setenvif.so
92 LoadModule version_module lib/httpd/modules/mod_version.so
93 LoadModule proxy_module lib/httpd/modules/mod_proxy.so
94 LoadModule proxy_connect_module lib/httpd/modules/mod_proxy_connect.so
95 LoadModule proxy_ftp_module lib/httpd/modules/mod_proxy_ftp.so
96 LoadModule proxy_http_module lib/httpd/modules/mod_proxy_http.so
97 LoadModule proxy_ajp_module lib/httpd/modules/mod_proxy_ajp.so
98 LoadModule proxy_balancer_module lib/httpd/modules/mod_proxy_balancer.so
99 #LoadModule ssl_module lib/httpd/modules/mod_ssl.so
100 LoadModule mime_module lib/httpd/modules/mod_mime.so
101 LoadModule dav_module lib/httpd/modules/mod_dav.so
102 LoadModule status_module lib/httpd/modules/mod_status.so
103 LoadModule autoindex_module lib/httpd/modules/mod_autoindex.so
104 LoadModule asis_module lib/httpd/modules/mod_asis.so
105 LoadModule info_module lib/httpd/modules/mod_info.so
106 LoadModule cgi_module lib/httpd/modules/mod_cgi.so
107 LoadModule dav_fs_module lib/httpd/modules/mod_dav_fs.so
108 LoadModule vhost_alias_module lib/httpd/modules/mod_vhost_alias.so
109 LoadModule negotiation_module lib/httpd/modules/mod_negotiation.so
110 LoadModule dir_module lib/httpd/modules/mod_dir.so
111 LoadModule imagemap_module lib/httpd/modules/mod_imagemap.so
112 LoadModule actions_module lib/httpd/modules/mod_actions.so
113 LoadModule userdir_module lib/httpd/modules/mod_userdir.so
114 LoadModule alias_module lib/httpd/modules/mod_alias.so
115 LoadModule rewrite_module lib/httpd/modules/mod_rewrite.so
117 <IfModule !mpm_netware_module>
119 # If you wish httpd to run as a different user or group, you must run
120 # httpd as root initially and it will switch.
122 # User/Group: The name (or #number) of the user/group to run httpd as.
123 # It is usually good practice to create a dedicated user and group for
124 # running httpd, as with most system services.
130 # 'Main' server configuration
132 # The directives in this section set up the values used by the 'main'
133 # server, which responds to any requests that aren't handled by a
134 # <VirtualHost> definition. These values also provide defaults for
135 # any <VirtualHost> containers you may define later in the file.
137 # All of these directives may appear inside <VirtualHost> containers,
138 # in which case these default settings will be overridden for the
139 # virtual host being defined.
143 # ServerAdmin: Your address, where problems with the server should be
144 # e-mailed. This address appears on some server-generated pages, such
145 # as error documents. e.g. admin@your-domain.com
147 ServerAdmin you@example.com
150 # ServerName gives the name and port that the server uses to identify itself.
151 # This can often be determined automatically, but we recommend you specify
152 # it explicitly to prevent problems during startup.
154 # If your host doesn't have a registered DNS name, enter its IP address here.
156 #ServerName www.example.com:80
159 # DocumentRoot: The directory out of which you will serve your
160 # documents. By default, all requests are taken from this directory, but
161 # symbolic links and aliases may be used to point to other locations.
163 DocumentRoot "/work/web.arrow/"
164 # DocumentRoot "/work/.ser/"
167 # Each directory to which Apache has access can be configured with respect
168 # to which services and features are allowed and/or disabled in that
169 # directory (and its subdirectories).
171 # First, we configure the "default" to be a very restrictive set of
175 Options FollowSymLinks
182 # Note that from this point forward you must specifically allow
183 # particular features to be enabled - so if something's not working as
184 # you might expect, make sure that you have specifically enabled it
189 # This should be changed to whatever you set DocumentRoot to.
191 <Directory "/work/web.arrow">
193 # Possible values for the Options directive are "None", "All",
194 # or any combination of:
195 # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
197 # Note that "MultiViews" must be named *explicitly* --- "Options All"
198 # doesn't give it to you.
200 # The Options directive is both complicated and important. Please see
201 # http://httpd.apache.org/docs/2.2/mod/core.html#options
202 # for more information.
204 Options Indexes FollowSymLinks
207 # AllowOverride controls what directives may be placed in .htaccess files.
208 # It can be "All", "None", or any combination of the keywords:
209 # Options FileInfo AuthConfig Limit
214 # Controls who can get stuff from this server.
222 # DirectoryIndex: sets the file that Apache will serve if a directory
225 <IfModule dir_module>
226 DirectoryIndex index.php index.html
230 # The following lines prevent .htaccess and .htpasswd files from being
231 # viewed by Web clients.
240 # ErrorLog: The location of the error log file.
241 # If you do not specify an ErrorLog directive within a <VirtualHost>
242 # container, error messages relating to that virtual host will be
243 # logged here. If you *do* define an error logfile for a <VirtualHost>
244 # container, that host's errors will be logged there and not here.
246 ErrorLog /var/log/httpd/error_log
249 # LogLevel: Control the number of messages logged to the error_log.
250 # Possible values include: debug, info, notice, warn, error, crit,
255 <IfModule log_config_module>
257 # The following directives define some format nicknames for use with
258 # a CustomLog directive (see below).
260 LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
261 LogFormat "%h %l %u %t \"%r\" %>s %b" common
263 <IfModule logio_module>
264 # You need to enable mod_logio.c to use %I and %O
265 LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
269 # The location and format of the access logfile (Common Logfile Format).
270 # If you do not define any access logfiles within a <VirtualHost>
271 # container, they will be logged here. Contrariwise, if you *do*
272 # define per-<VirtualHost> access logfiles, transactions will be
273 # logged therein and *not* in this file.
275 CustomLog /var/log/httpd/access_log common
278 # If you prefer a logfile with access, agent, and referer information
279 # (Combined Logfile Format) you can use the following directive.
281 #CustomLog /var/log/httpd/access_log combined
284 <IfModule alias_module>
286 # Redirect: Allows you to tell clients about documents that used to
287 # exist in your server's namespace, but do not anymore. The client
288 # will make a new request for the document at its new location.
290 # Redirect permanent /foo http://www.example.com/bar
293 # Alias: Maps web paths into filesystem paths and is used to
294 # access content that does not live under the DocumentRoot.
296 # Alias /webpath /full/filesystem/path
298 # If you include a trailing / on /webpath then the server will
299 # require it to be present in the URL. You will also likely
300 # need to provide a <Directory> section to allow access to
301 # the filesystem path.
304 # ScriptAlias: This controls which directories contain server scripts.
305 # ScriptAliases are essentially the same as Aliases, except that
306 # documents in the target directory are treated as applications and
307 # run by the server when requested rather than as documents sent to the
308 # client. The same rules about trailing "/" apply to ScriptAlias
309 # directives as to Alias.
311 ScriptAlias /cgi-bin/ "/srv/httpd/cgi-bin/"
315 <IfModule cgid_module>
317 # ScriptSock: On threaded servers, designate the path to the UNIX
318 # socket used to communicate with the CGI daemon of mod_cgid.
320 #Scriptsock /var/run/httpd/cgisock
324 # "/srv/httpd/cgi-bin" should be changed to whatever your ScriptAliased
325 # CGI directory exists, if you have that configured.
327 <Directory "/srv/httpd/cgi-bin">
335 # DefaultType: the default MIME type the server will use for a document
336 # if it cannot otherwise determine one, such as from filename extensions.
337 # If your server contains mostly text or HTML documents, "text/plain" is
338 # a good value. If most of your content is binary, such as applications
339 # or images, you may want to use "application/octet-stream" instead to
340 # keep browsers from trying to display binary files as though they are
343 DefaultType text/plain
344 # Alias /serweb "/work/.ser"
346 <IfModule mime_module>
348 # TypesConfig points to the file containing the list of mappings from
349 # filename extension to MIME-type.
351 TypesConfig /etc/httpd/mime.types
354 # AddType allows you to add to or override the MIME configuration
355 # file specified in TypesConfig for specific file types.
357 #AddType application/x-gzip .tgz
359 # AddEncoding allows you to have certain browsers uncompress
360 # information on the fly. Note: Not all browsers support this.
362 #AddEncoding x-compress .Z
363 #AddEncoding x-gzip .gz .tgz
365 # If the AddEncoding directives above are commented-out, then you
366 # probably should define those extensions to indicate media types:
368 AddType application/x-compress .Z
369 AddType application/x-gzip .gz .tgz
372 # AddHandler allows you to map certain file extensions to "handlers":
373 # actions unrelated to filetype. These can be either built into the server
374 # or added with the Action directive (see below)
376 # To use CGI scripts outside of ScriptAliased directories:
377 # (You will also need to add "ExecCGI" to the "Options" directive.)
379 #AddHandler cgi-script .cgi
381 # For type maps (negotiated resources):
382 #AddHandler type-map var
385 # Filters allow you to process content before it is sent to the client.
387 # To parse .shtml files for server-side includes (SSI):
388 # (You will also need to add "Includes" to the "Options" directive.)
390 #AddType text/html .shtml
391 #AddOutputFilter INCLUDES .shtml
395 # The mod_mime_magic module allows the server to use various hints from the
396 # contents of the file itself to determine its type. The MIMEMagicFile
397 # directive tells the module where the hint definitions are located.
399 #MIMEMagicFile /etc/httpd/magic
402 # Customizable error responses come in three flavors:
403 # 1) plain text 2) local redirects 3) external redirects
406 #ErrorDocument 500 "The server made a boo boo."
407 #ErrorDocument 404 /missing.html
408 #ErrorDocument 404 "/cgi-bin/missing_handler.pl"
409 #ErrorDocument 402 http://www.example.com/subscription_info.html
413 # EnableMMAP and EnableSendfile: On systems that support it,
414 # memory-mapping or the sendfile syscall is used to deliver
415 # files. This usually improves server performance, but must
416 # be turned off when serving from networked-mounted
417 # filesystems or if support for these functions is otherwise
418 # broken on your system.
423 # Supplemental configuration
425 # The configuration files in the /etc/httpd/extra/ directory can be
426 # included to add extra features or to modify the default configuration of
427 # the server, or you may simply copy their contents here and change as
430 # Server-pool management (MPM specific)
431 #Include /etc/httpd/extra/httpd-mpm.conf
433 # Multi-language error messages
434 #Include /etc/httpd/extra/httpd-multilang-errordoc.conf
436 # Fancy directory listings
437 #Include /etc/httpd/extra/httpd-autoindex.conf
440 #Include /etc/httpd/extra/httpd-languages.conf
442 # User home directories
443 #Include /etc/httpd/extra/httpd-userdir.conf
445 # Real-time info on requests and configuration
446 #Include /etc/httpd/extra/httpd-info.conf
449 #Include /etc/httpd/extra/httpd-vhosts.conf
451 # Local access to the Apache HTTP Server Manual
452 #Include /etc/httpd/extra/httpd-manual.conf
454 # Distributed authoring and versioning (WebDAV)
455 #Include /etc/httpd/extra/httpd-dav.conf
457 # Various default settings
458 #Include /etc/httpd/extra/httpd-default.conf
460 # Secure (SSL/TLS) connections
461 #Include /etc/httpd/extra/httpd-ssl.conf
463 # Note: The following must must be present to support
464 # starting without SSL on platforms with no /dev/random equivalent
465 # but a statically compiled-in mod_ssl.
467 <IfModule ssl_module>
468 SSLRandomSeed startup builtin
469 SSLRandomSeed connect builtin
472 # Uncomment the following line to enable PHP:
474 Include /etc/httpd/mod_php.conf
476 # Uncomment the following lines to enable svn support:
478 #LoadModule dav_svn_module lib/httpd/modules/mod_dav_svn.so
479 #LoadModule authz_svn_module lib/httpd/modules/mod_authz_svn.so