[UP] for dell , haha
[arrow.git] / conf_slk120 / http / httpd.conf.DELL
blobdbae48b0cfe85538769e95b2986186683a404b78
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.
5 # In particular, see 
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.
29 ServerRoot "/usr"
32 # Listen: Allows you to bind Apache to specific IP addresses and/or
33 # ports, instead of the default. See also the <VirtualHost>
34 # directive.
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
40 Listen 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
49 # to be loaded here.
51 # Example:
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.
126 User apache
127 Group apache
128 </IfModule>
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 arrowworld@gmail.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"
166 # Each directory to which Apache has access can be configured with respect
167 # to which services and features are allowed and/or disabled in that
168 # directory (and its subdirectories). 
170 # First, we configure the "default" to be a very restrictive set of 
171 # features.  
173 <Directory />
174     Options FollowSymLinks
175     AllowOverride None
176     Order deny,allow
177     Deny from all
178 </Directory>
181 # Note that from this point forward you must specifically allow
182 # particular features to be enabled - so if something's not working as
183 # you might expect, make sure that you have specifically enabled it
184 # below.
188 # This should be changed to whatever you set DocumentRoot to.
190 <Directory "/work/web.arrow">
191     Options Indexes FollowSymLinks
192     AllowOverride None
193     Order allow,deny
194     Allow from all
195 </Directory>
197 <Directory "/srv/httpd/htdocs">
198     #
199     # Possible values for the Options directive are "None", "All",
200     # or any combination of:
201     #   Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
202     #
203     # Note that "MultiViews" must be named *explicitly* --- "Options All"
204     # doesn't give it to you.
205     #
206     # The Options directive is both complicated and important.  Please see
207     # http://httpd.apache.org/docs/2.2/mod/core.html#options
208     # for more information.
209     #
210     Options Indexes FollowSymLinks
212     #
213     # AllowOverride controls what directives may be placed in .htaccess files.
214     # It can be "All", "None", or any combination of the keywords:
215     #   Options FileInfo AuthConfig Limit
216     #
217     AllowOverride None
219     #
220     # Controls who can get stuff from this server.
221     #
222     Order allow,deny
223     Allow from all
225 </Directory>
228 # DirectoryIndex: sets the file that Apache will serve if a directory
229 # is requested.
231 <IfModule dir_module>
232     DirectoryIndex index.php
233 </IfModule>
236 # The following lines prevent .htaccess and .htpasswd files from being 
237 # viewed by Web clients. 
239 <FilesMatch "^\.ht">
240     Order allow,deny
241     Deny from all
242     Satisfy All
243 </FilesMatch>
246 # ErrorLog: The location of the error log file.
247 # If you do not specify an ErrorLog directive within a <VirtualHost>
248 # container, error messages relating to that virtual host will be
249 # logged here.  If you *do* define an error logfile for a <VirtualHost>
250 # container, that host's errors will be logged there and not here.
252 ErrorLog /var/log/httpd/error_log
255 # LogLevel: Control the number of messages logged to the error_log.
256 # Possible values include: debug, info, notice, warn, error, crit,
257 # alert, emerg.
259 LogLevel warn
261 <IfModule log_config_module>
262     #
263     # The following directives define some format nicknames for use with
264     # a CustomLog directive (see below).
265     #
266     LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
267     LogFormat "%h %l %u %t \"%r\" %>s %b" common
269     <IfModule logio_module>
270       # You need to enable mod_logio.c to use %I and %O
271       LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
272     </IfModule>
274     #
275     # The location and format of the access logfile (Common Logfile Format).
276     # If you do not define any access logfiles within a <VirtualHost>
277     # container, they will be logged here.  Contrariwise, if you *do*
278     # define per-<VirtualHost> access logfiles, transactions will be
279     # logged therein and *not* in this file.
280     #
281     CustomLog /var/log/httpd/access_log common
283     #
284     # If you prefer a logfile with access, agent, and referer information
285     # (Combined Logfile Format) you can use the following directive.
286     #
287     #CustomLog /var/log/httpd/access_log combined
288 </IfModule>
290 <IfModule alias_module>
291     #
292     # Redirect: Allows you to tell clients about documents that used to 
293     # exist in your server's namespace, but do not anymore. The client 
294     # will make a new request for the document at its new location.
295     # Example:
296     # Redirect permanent /foo http://www.example.com/bar
298     #
299     # Alias: Maps web paths into filesystem paths and is used to
300     # access content that does not live under the DocumentRoot.
301     # Example:
302     # Alias /webpath /full/filesystem/path
303     #
304     # If you include a trailing / on /webpath then the server will
305     # require it to be present in the URL.  You will also likely
306     # need to provide a <Directory> section to allow access to
307     # the filesystem path.
309     #
310     # ScriptAlias: This controls which directories contain server scripts. 
311     # ScriptAliases are essentially the same as Aliases, except that
312     # documents in the target directory are treated as applications and
313     # run by the server when requested rather than as documents sent to the
314     # client.  The same rules about trailing "/" apply to ScriptAlias
315     # directives as to Alias.
316     #
317     ScriptAlias /cgi-bin/ "/srv/httpd/cgi-bin/"
319 </IfModule>
320 <IfModule alias_module>
321     ScriptAlias /cgi/ "/work/web.arrow/cgi/"
322 </IfModule>
323 #<IfModule alias_module>
324 #    ScriptAlias /php/ "/work/linuxsys/www/php/"
325 #</IfModule>
327 <IfModule cgid_module>
328     #
329     # ScriptSock: On threaded servers, designate the path to the UNIX
330     # socket used to communicate with the CGI daemon of mod_cgid.
331     #
332     #Scriptsock /var/run/httpd/cgisock
333 </IfModule>
336 # "/srv/httpd/cgi-bin" should be changed to whatever your ScriptAliased
337 # CGI directory exists, if you have that configured.
339 <Directory "/srv/httpd/cgi-bin">
340     AllowOverride None
341     Options None
342     Order allow,deny
343     Allow from all
344 </Directory>
345 <Directory "/work/web.arrow/cgi">
346     AllowOverride None
347     Options None
348     Order allow,deny
349     Allow from all
350 </Directory>
351 <Directory "/work/web.arrow/php">
352     AllowOverride None
353     Options None
354     Order allow,deny
355     Allow from all
356 </Directory>
359 # DefaultType: the default MIME type the server will use for a document
360 # if it cannot otherwise determine one, such as from filename extensions.
361 # If your server contains mostly text or HTML documents, "text/plain" is
362 # a good value.  If most of your content is binary, such as applications
363 # or images, you may want to use "application/octet-stream" instead to
364 # keep browsers from trying to display binary files as though they are
365 # text.
367 DefaultType text/plain
369 <IfModule mime_module>
370     #
371     # TypesConfig points to the file containing the list of mappings from
372     # filename extension to MIME-type.
373     #
374     TypesConfig /etc/httpd/mime.types
376     #
377     # AddType allows you to add to or override the MIME configuration
378     # file specified in TypesConfig for specific file types.
379     #
380     #AddType application/x-gzip .tgz
381     #
382     # AddEncoding allows you to have certain browsers uncompress
383     # information on the fly. Note: Not all browsers support this.
384     #
385     #AddEncoding x-compress .Z
386     #AddEncoding x-gzip .gz .tgz
387     #
388     # If the AddEncoding directives above are commented-out, then you
389     # probably should define those extensions to indicate media types:
390     #
391     AddType application/x-compress .Z
392     AddType application/x-gzip .gz .tgz
394     #
395     # AddHandler allows you to map certain file extensions to "handlers":
396     # actions unrelated to filetype. These can be either built into the server
397     # or added with the Action directive (see below)
398     #
399     # To use CGI scripts outside of ScriptAliased directories:
400     # (You will also need to add "ExecCGI" to the "Options" directive.)
401     #
402     #AddHandler cgi-script .cgi
404     # For type maps (negotiated resources):
405     #AddHandler type-map var
407     #
408     # Filters allow you to process content before it is sent to the client.
409     #
410     # To parse .shtml files for server-side includes (SSI):
411     # (You will also need to add "Includes" to the "Options" directive.)
412     #
413     #AddType text/html .shtml
414     #AddOutputFilter INCLUDES .shtml
415 </IfModule>
418 # The mod_mime_magic module allows the server to use various hints from the
419 # contents of the file itself to determine its type.  The MIMEMagicFile
420 # directive tells the module where the hint definitions are located.
422 #MIMEMagicFile /etc/httpd/magic
425 # Customizable error responses come in three flavors:
426 # 1) plain text 2) local redirects 3) external redirects
428 # Some examples:
429 #ErrorDocument 500 "The server made a boo boo."
430 #ErrorDocument 404 /missing.html
431 #ErrorDocument 404 "/cgi-bin/missing_handler.pl"
432 #ErrorDocument 402 http://www.example.com/subscription_info.html
436 # EnableMMAP and EnableSendfile: On systems that support it, 
437 # memory-mapping or the sendfile syscall is used to deliver
438 # files.  This usually improves server performance, but must
439 # be turned off when serving from networked-mounted 
440 # filesystems or if support for these functions is otherwise
441 # broken on your system.
443 #EnableMMAP off
444 #EnableSendfile off
446 # Supplemental configuration
448 # The configuration files in the /etc/httpd/extra/ directory can be 
449 # included to add extra features or to modify the default configuration of 
450 # the server, or you may simply copy their contents here and change as 
451 # necessary.
453 # Server-pool management (MPM specific)
454 #Include /etc/httpd/extra/httpd-mpm.conf
456 # Multi-language error messages
457 #Include /etc/httpd/extra/httpd-multilang-errordoc.conf
459 # Fancy directory listings
460 #Include /etc/httpd/extra/httpd-autoindex.conf
462 # Language settings
463 #Include /etc/httpd/extra/httpd-languages.conf
465 # User home directories
466 #Include /etc/httpd/extra/httpd-userdir.conf
468 # Real-time info on requests and configuration
469 #Include /etc/httpd/extra/httpd-info.conf
471 # Virtual hosts
472 #Include /etc/httpd/extra/httpd-vhosts.conf
474 # Local access to the Apache HTTP Server Manual
475 #Include /etc/httpd/extra/httpd-manual.conf
477 # Distributed authoring and versioning (WebDAV)
478 #Include /etc/httpd/extra/httpd-dav.conf
480 # Various default settings
481 #Include /etc/httpd/extra/httpd-default.conf
483 # Secure (SSL/TLS) connections
484 #Include /etc/httpd/extra/httpd-ssl.conf
486 # Note: The following must must be present to support
487 #       starting without SSL on platforms with no /dev/random equivalent
488 #       but a statically compiled-in mod_ssl.
490 <IfModule ssl_module>
491 SSLRandomSeed startup builtin
492 SSLRandomSeed connect builtin
493 </IfModule>
495 # Uncomment the following line to enable PHP:
497 Include /etc/httpd/mod_php.conf
499 # Uncomment the following lines to enable svn support:
501 #LoadModule dav_svn_module lib/httpd/modules/mod_dav_svn.so
502 #LoadModule authz_svn_module lib/httpd/modules/mod_authz_svn.so