]> git.pld-linux.org Git - packages/apache.git/commitdiff
- tabs
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 21 Dec 2005 13:27:28 +0000 (13:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-common.conf -> 1.8
    apache-manual.conf -> 1.2
    apache-mod_alias.conf -> 1.2
    apache-mod_autoindex.conf -> 1.9
    apache-mod_cgid.conf -> 1.3
    apache-mod_dav.conf -> 1.9
    apache-mod_deflate.conf -> 1.6
    apache-mod_dir.conf -> 1.10
    apache-mod_info.conf -> 1.9
    apache-mod_mime.conf -> 1.2
    apache-mod_proxy.conf -> 1.9
    apache-mod_ssl-vhost.conf -> 1.13
    apache-mod_ssl.conf -> 1.13
    apache-mod_status.conf -> 1.8
    apache-mod_suexec.conf -> 1.5
    apache-mod_userdir.conf -> 1.3
    apache-mpm.conf -> 1.3
    apache-multilang-errordoc.conf -> 1.2

18 files changed:
apache-common.conf
apache-manual.conf
apache-mod_alias.conf
apache-mod_autoindex.conf
apache-mod_cgid.conf
apache-mod_dav.conf
apache-mod_deflate.conf
apache-mod_dir.conf
apache-mod_info.conf
apache-mod_mime.conf
apache-mod_proxy.conf
apache-mod_ssl-vhost.conf
apache-mod_ssl.conf
apache-mod_status.conf
apache-mod_suexec.conf
apache-mod_userdir.conf
apache-mpm.conf
apache-multilang-errordoc.conf

index 9c1bfe27aea33b906c1f244ffc1eb516a9013448..9b53aa508d482c7e0ef63ac18231dee688f9f7ea 100644 (file)
@@ -13,8 +13,8 @@ DocumentRoot "/home/services/httpd/html"
 # features.
 #
 <Directory />
-    Options FollowSymLinks
-    AllowOverride None
+       Options FollowSymLinks
+       AllowOverride None
        <IfModule mod_authz_host.c>
                Order deny,allow
                Deny from all
@@ -25,30 +25,30 @@ DocumentRoot "/home/services/httpd/html"
 # This should be changed to whatever you set DocumentRoot to.
 #
 <Directory "/home/services/httpd/html">
-    #
-    # Possible values for the Options directive are "None", "All",
-    # or any combination of:
-    #   Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
-    #
-    # Note that "MultiViews" must be named *explicitly* --- "Options All"
-    # doesn't give it to you.
-    #
-    # The Options directive is both complicated and important.  Please see
-    # http://httpd.apache.org/docs/2.2/mod/core.html#options
-    # for more information.
-    #
-    Options Indexes FollowSymLinks
+       #
+       # Possible values for the Options directive are "None", "All",
+       # or any combination of:
+       #   Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
+       #
+       # Note that "MultiViews" must be named *explicitly* --- "Options All"
+       # doesn't give it to you.
+       #
+       # The Options directive is both complicated and important.  Please see
+       # http://httpd.apache.org/docs/2.2/mod/core.html#options
+       # for more information.
+       #
+       Options Indexes FollowSymLinks
 
-    #
-    # AllowOverride controls what directives may be placed in .htaccess files.
-    # It can be "All", "None", or any combination of the keywords:
-    #   Options FileInfo AuthConfig Limit
-    #
-    AllowOverride None
+       #
+       # AllowOverride controls what directives may be placed in .htaccess files.
+       # It can be "All", "None", or any combination of the keywords:
+       #   Options FileInfo AuthConfig Limit
+       #
+       AllowOverride None
 
-    #
-    # Controls who can get stuff from this server.
-    #
+       #
+       # Controls who can get stuff from this server.
+       #
        <IfModule mod_authz_host.c>
                Order allow,deny
                Allow from all
@@ -60,8 +60,8 @@ DocumentRoot "/home/services/httpd/html"
 # CGI directory exists, if you have that configured.
 #
 <Directory "/home/services/httpd/cgi-bin">
-    AllowOverride None
-    Options None
+       AllowOverride None
+       Options None
        <IfModule mod_authz_host.c>
                Order allow,deny
                Allow from all
index 20bafbbc511faf0e7e652bd23845a0fc6b0dd279..a94735d99b762218d8aea97c8b6515b889c1459d 100644 (file)
 AliasMatch ^/manual(?:/(?:de|en|es|fr|ja|ko|pt-br|ru))?(/.*)?$ "/home/services/httpd/manual$1"
 
 <Directory "/home/services/httpd/manual">
-    Options Indexes
-    AllowOverride None
-    Order allow,deny
-    Allow from all
+       Options Indexes
+       AllowOverride None
+       Order allow,deny
+       Allow from all
 
-    <Files *.html>
-        SetHandler type-map
-    </Files>
+       <Files *.html>
+               SetHandler type-map
+       </Files>
 
-    SetEnvIf Request_URI ^/manual/(de|en|es|fr|ja|ko|pt-br|ru)/ prefer-language=$1
-    RedirectMatch 301 ^/manual(?:/(de|en|es|fr|ja|ko|pt-br|ru)){2,}(/.*)?$ /manual/$1$2
+       SetEnvIf Request_URI ^/manual/(de|en|es|fr|ja|ko|pt-br|ru)/ prefer-language=$1
+       RedirectMatch 301 ^/manual(?:/(de|en|es|fr|ja|ko|pt-br|ru)){2,}(/.*)?$ /manual/$1$2
 
-    LanguagePriority en de es fr ja ko pt-br ru 
-    ForceLanguagePriority Prefer Fallback
+       LanguagePriority en de es fr ja ko pt-br ru 
+       ForceLanguagePriority Prefer Fallback
 </Directory>
index a4188e2b3a901fc1d17e4985416ac7090352a71b..48c3b138a2d688cdab9124b0b835d38b762cfeab 100644 (file)
@@ -2,32 +2,32 @@
 LoadModule alias_module modules/mod_alias.so
 
 <IfModule alias_module>
-    #
-    # Redirect: Allows you to tell clients about documents that used to
-    # exist in your server's namespace, but do not anymore. The client
-    # will make a new request for the document at its new location.
-    # Example:
-    # Redirect permanent /foo http://www.example.com/bar
+       #
+       # Redirect: Allows you to tell clients about documents that used to
+       # exist in your server's namespace, but do not anymore. The client
+       # will make a new request for the document at its new location.
+       # Example:
+       # Redirect permanent /foo http://www.example.com/bar
 
-    #
-    # Alias: Maps web paths into filesystem paths and is used to
-    # access content that does not live under the DocumentRoot.
-    # Example:
-    # Alias /webpath /full/filesystem/path
-    #
-    # If you include a trailing / on /webpath then the server will
-    # require it to be present in the URL.  You will also likely
-    # need to provide a <Directory> section to allow access to
-    # the filesystem path.
+       #
+       # Alias: Maps web paths into filesystem paths and is used to
+       # access content that does not live under the DocumentRoot.
+       # Example:
+       # Alias /webpath /full/filesystem/path
+       #
+       # If you include a trailing / on /webpath then the server will
+       # require it to be present in the URL.  You will also likely
+       # need to provide a <Directory> section to allow access to
+       # the filesystem path.
 
-    #
-    # ScriptAlias: This controls which directories contain server scripts.
-    # ScriptAliases are essentially the same as Aliases, except that
-    # documents in the target directory are treated as applications and
-    # run by the server when requested rather than as documents sent to the
-    # client.  The same rules about trailing "/" apply to ScriptAlias
-    # directives as to Alias.
-    #
-    ScriptAlias /cgi-bin/ "/home/services/httpd/cgi-bin/"
+       #
+       # ScriptAlias: This controls which directories contain server scripts.
+       # ScriptAliases are essentially the same as Aliases, except that
+       # documents in the target directory are treated as applications and
+       # run by the server when requested rather than as documents sent to the
+       # client.  The same rules about trailing "/" apply to ScriptAlias
+       # directives as to Alias.
+       #
+       ScriptAlias /cgi-bin/ "/home/services/httpd/cgi-bin/"
 
 </IfModule>
index 7f58f7ff1d2ff6c13f62b88cf3494d899f5a7647..1fd761511c4c67a45cc1938fcee7f031c721e2fa 100644 (file)
@@ -1,5 +1,5 @@
 # $Id$
-LoadModule autoindex_module           modules/mod_autoindex.so
+LoadModule autoindex_module    modules/mod_autoindex.so
 
 #
 # Directives controlling the display of server-generated directory listings.
@@ -23,12 +23,12 @@ IndexOptions FancyIndexing VersionSort
 Alias /icons/ "/home/services/httpd/icons/"
 
 <Directory "/home/services/httpd/icons">
-    Options Indexes MultiViews
-    AllowOverride None
+       Options Indexes MultiViews
+       AllowOverride None
        <IfModule mod_authz_host.c>
-        Order allow,deny
-        Allow from all
-    </IfModule>
+               Order allow,deny
+               Allow from all
+       </IfModule>
 </Directory>
 
 #
index b6b5221042fd37b7d5eedece82916f8cb9552338..3857022eb648d4f82bf2d00b0f0fb1c32473bd7c 100644 (file)
@@ -2,9 +2,9 @@
 LoadModule cgid_module modules/mod_cgid.so
 
 <IfModule cgid_module>
-    #
-    # ScriptSock: On threaded servers, designate the path to the UNIX
-    # socket used to communicate with the CGI daemon of mod_cgid.
-    #
-    #Scriptsock /var/run/cgisock
+       #
+       # ScriptSock: On threaded servers, designate the path to the UNIX
+       # socket used to communicate with the CGI daemon of mod_cgid.
+       #
+       #Scriptsock /var/run/cgisock
 </IfModule>
index 1ace8ea8e407cf21a6577263db69e665e0b937d7..c0587c05555d8034c39f3daf82a523e248f5a08d 100644 (file)
@@ -1,13 +1,13 @@
 # $Id$
-LoadModule dav_module           modules/mod_dav.so
-LoadModule dav_fs_module        modules/mod_dav_fs.so
-LoadModule dav_lock_module      modules/mod_dav_lock.so
+LoadModule dav_module          modules/mod_dav.so
+LoadModule dav_fs_module       modules/mod_dav_fs.so
+LoadModule dav_lock_module     modules/mod_dav_lock.so
 
 #
 # Distributed authoring and versioning (WebDAV)
 #
 # Required modules: mod_dav, mod_dav_fs, mod_setenvif, mod_alias
-#                   mod_auth_digest, mod_authn_file
+#                                 mod_auth_digest, mod_authn_file
 #
 
 <IfModule mod_dav.c>
@@ -23,19 +23,19 @@ LoadModule dav_lock_module      modules/mod_dav_lock.so
 
 Alias /uploads "/etc/httpd/httpd/uploads"
 <Directory "/etc/httpd/httpd/uploads">
-    Dav On
-
-    AuthType Digest
-    AuthName DAV-upload
-    # You can use the htdigest program to create the password database:
-    #   htdigest -c "/etc/httpd/httpd/user.passwd" DAV-upload admin
-    AuthUserFile "/etc/httpd/httpd/user.passwd"
-
-    # Allow universal read-access, but writes are restricted
-    # to the admin user.
-    <LimitExcept GET OPTIONS>
-        require user admin
-    </LimitExcept>
+       Dav On
+
+       AuthType Digest
+       AuthName DAV-upload
+       # You can use the htdigest program to create the password database:
+       #   htdigest -c "/etc/httpd/httpd/user.passwd" DAV-upload admin
+       AuthUserFile "/etc/httpd/httpd/user.passwd"
+
+       # Allow universal read-access, but writes are restricted
+       # to the admin user.
+       <LimitExcept GET OPTIONS>
+               require user admin
+       </LimitExcept>
 </Directory>
 
 #
index f959c77c75d3f467e2c98c44fc967aac09ebe4f1..e8bbc4a4ae8ce4b9d83de383629f2d960b4bfc4b 100644 (file)
@@ -1,24 +1,24 @@
 # $Id$
-LoadModule deflate_module        modules/mod_deflate.so
+LoadModule deflate_module              modules/mod_deflate.so
 
 SetOutputFilter DEFLATE
 
 <IfModule mod_setenvif.c>
-    # Netscape 4.x has some problems...
-    BrowserMatch ^Mozilla/4 gzip-only-text/html
+       # Netscape 4.x has some problems...
+       BrowserMatch ^Mozilla/4 gzip-only-text/html
 
-    # Netscape 4.06-4.08 have some more problems
-    BrowserMatch ^Mozilla/4\.0[678] no-gzip
+       # Netscape 4.06-4.08 have some more problems
+       BrowserMatch ^Mozilla/4\.0[678] no-gzip
 
-    # MSIE masquerades as Netscape, but it is fine
-    BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
+       # MSIE masquerades as Netscape, but it is fine
+       BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
 
-    SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip dont-vary
-    SetEnvIfNoCase Request_URI \.pdf$ no-gzip dont-vary
-    SetEnvIfNoCase Request_URI \.(?:exe|t?gz|zip|bz2|sit|rar|iso)$ no-gzip dont-vary
+       SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip dont-vary
+       SetEnvIfNoCase Request_URI \.pdf$ no-gzip dont-vary
+       SetEnvIfNoCase Request_URI \.(?:exe|t?gz|zip|bz2|sit|rar|iso)$ no-gzip dont-vary
 </IfModule>
 
 <IfModule mod_headers.c>
-    # Make sure proxies don't deliver the wrong content
-    Header append Vary User-Agent env=!dont-vary
+       # Make sure proxies don't deliver the wrong content
+       Header append Vary User-Agent env=!dont-vary
 </IfModule>
index 67835ab2cde3976aa770b4bd609697dca178c02d..81070064ac1ba58849b6cc07a8c823bbea44dced 100644 (file)
@@ -1,5 +1,5 @@
 # $Id$
-LoadModule dir_module           modules/mod_dir.so
+LoadModule dir_module  modules/mod_dir.so
 
 # DirectoryIndex: sets the file that Apache will serve if a directory
 # is requested.
index 4a07456993a770e38048b815dee4400c9aac6096..5fea501fe5760da8713c2b3c41475ae297982a2f 100644 (file)
@@ -1,5 +1,5 @@
 # $Id$
-LoadModule info_module          modules/mod_info.so
+LoadModule info_module         modules/mod_info.so
 
 # Get information about the requests being processed by the server
 # and the configuration of the server.
@@ -13,10 +13,10 @@ LoadModule info_module          modules/mod_info.so
 # Change the ".example.com" to match your domain to enable.
 #
 <Location /server-info>
-    SetHandler server-info
-    Order deny,allow
-    Deny from all
-    Allow from 127.0.0.1
+       SetHandler server-info
+       Order deny,allow
+       Deny from all
+       Allow from 127.0.0.1
 </Location>
 
 </IfModule>
index 20b69da8ec3f99b5879035799e07ba1116dc1bfb..4b11a7256476a5d9a10119e15aaf7cd9a5704cfb 100644 (file)
@@ -2,55 +2,55 @@
 LoadModule mime_module modules/mod_mime.so
 
 <IfModule mime_module>
-    #
-    # TypesConfig points to the file containing the list of mappings from
-    # filename extension to MIME-type.
-    #
+       #
+       # TypesConfig points to the file containing the list of mappings from
+       # filename extension to MIME-type.
+       #
        TypesConfig /etc/mime.types
 
-    #
-    # AddType allows you to add to or override the MIME configuration
-    # file specified in TypesConfig for specific file types.
-    #
-    #AddType application/x-gzip .tgz
-    #
-    # AddEncoding allows you to have certain browsers uncompress
-    # information on the fly. Note: Not all browsers support this.
-    #
-    #AddEncoding x-compress .Z
-    #AddEncoding x-gzip .gz .tgz
-    #
-    # If the AddEncoding directives above are commented-out, then you
-    # probably should define those extensions to indicate media types:
-    #
-    AddType application/x-compress .Z
-    AddType application/x-gzip .gz .tgz
+       #
+       # AddType allows you to add to or override the MIME configuration
+       # file specified in TypesConfig for specific file types.
+       #
+       #AddType application/x-gzip .tgz
+       #
+       # AddEncoding allows you to have certain browsers uncompress
+       # information on the fly. Note: Not all browsers support this.
+       #
+       #AddEncoding x-compress .Z
+       #AddEncoding x-gzip .gz .tgz
+       #
+       # If the AddEncoding directives above are commented-out, then you
+       # probably should define those extensions to indicate media types:
+       #
+       AddType application/x-compress .Z
+       AddType application/x-gzip .gz .tgz
 
-    #
-    # AddHandler allows you to map certain file extensions to "handlers":
-    # actions unrelated to filetype. These can be either built into the server
-    # or added with the Action directive (see below)
-    #
-    # To use CGI scripts outside of ScriptAliased directories:
-    # (You will also need to add "ExecCGI" to the "Options" directive.)
-    #
-    #AddHandler cgi-script .cgi
+       #
+       # AddHandler allows you to map certain file extensions to "handlers":
+       # actions unrelated to filetype. These can be either built into the server
+       # or added with the Action directive (see below)
+       #
+       # To use CGI scripts outside of ScriptAliased directories:
+       # (You will also need to add "ExecCGI" to the "Options" directive.)
+       #
+       #AddHandler cgi-script .cgi
 
-    # For files that include their own HTTP headers:
-    #AddHandler send-as-is asis
+       # For files that include their own HTTP headers:
+       #AddHandler send-as-is asis
 
-    # For server-parsed imagemap files:
-    #AddHandler imap-file map
+       # For server-parsed imagemap files:
+       #AddHandler imap-file map
 
-    # For type maps (negotiated resources):
-    #AddHandler type-map var
+       # For type maps (negotiated resources):
+       #AddHandler type-map var
 
-    #
-    # Filters allow you to process content before it is sent to the client.
-    #
-    # To parse .shtml files for server-side includes (SSI):
-    # (You will also need to add "Includes" to the "Options" directive.)
-    #
-    #AddType text/html .shtml
-    #AddOutputFilter INCLUDES .shtml
+       #
+       # Filters allow you to process content before it is sent to the client.
+       #
+       # To parse .shtml files for server-side includes (SSI):
+       # (You will also need to add "Includes" to the "Options" directive.)
+       #
+       #AddType text/html .shtml
+       #AddOutputFilter INCLUDES .shtml
 </IfModule>
index 3625466b2dda9ee8720ba8f3b5df3b98ad32181d..19f3d583daea1fd70e73a104db8314781a8a4814 100644 (file)
@@ -1,13 +1,13 @@
 # $Id$
-LoadModule proxy_module             modules/mod_proxy.so
+LoadModule proxy_module                         modules/mod_proxy.so
 
 # FIXME: enable or disable these by default?
 # I'd enable if the config is secure. but i'm not sure
-#LoadModule proxy_connect_module     modules/mod_proxy_connect.so
-#LoadModule proxy_ftp_module         modules/mod_proxy_ftp.so
-#LoadModule proxy_http_module        modules/mod_proxy_http.so
-#LoadModule proxy_ajp_module         modules/mod_proxy_ajp.so
-#LoadModule proxy_balancer_module    modules/mod_proxy_balancer.so
+#LoadModule proxy_connect_module       modules/mod_proxy_connect.so
+#LoadModule proxy_ftp_module           modules/mod_proxy_ftp.so
+#LoadModule proxy_http_module          modules/mod_proxy_http.so
+#LoadModule proxy_ajp_module           modules/mod_proxy_ajp.so
+#LoadModule proxy_balancer_module      modules/mod_proxy_balancer.so
 
 # Proxy Server directives. Uncomment the following lines to
 # enable the proxy server:
@@ -20,9 +20,9 @@ ProxyRequests On
 # http://victim:25/ and sending raw data.
 #
 <Proxy *>
-    Order deny,allow
-    Deny from all
-#    Allow from .your-domain.com
+       Order deny,allow
+       Deny from all
+#      Allow from .your-domain.com
 </Proxy>
 
 #
index b5c8396d80c7d819941a5cd88dd00546c6f05925..59a2a32e3ca99cf13de6996093a7c7e6f582a94d 100644 (file)
@@ -1,5 +1,5 @@
 # $Id$
-LoadModule ssl_module           modules/mod_ssl.so
+LoadModule ssl_module  modules/mod_ssl.so
 
 # This is the Apache server configuration file providing SSL support.
 # It contains the configuration directives to instruct the server how to
@@ -30,7 +30,7 @@ LoadModule ssl_module           modules/mod_ssl.so
 # standard HTTP port (see above) and to the HTTPS port
 #
 # Note: Configurations that use IPv6 but not IPv4-mapped addresses need two
-#       Listen directives: "Listen [::]:443" and "Listen 0.0.0.0:443"
+#         Listen directives: "Listen [::]:443" and "Listen 0.0.0.0:443"
 #
 Listen 443
 
@@ -45,7 +45,7 @@ Listen 443
 #   Some MIME-types for downloading Certificates and CRLs
 #
 AddType application/x-x509-ca-cert .crt
-AddType application/x-pkcs7-crl    .crl
+AddType application/x-pkcs7-crl        .crl
 
 #   Pass Phrase Dialog:
 #   Configure the pass phrase gathering process.
@@ -56,8 +56,8 @@ SSLPassPhraseDialog  builtin
 #   Inter-Process Session Cache:
 #   Configure the SSL Session Cache: First the mechanism
 #   to use and second the expiring timeout (in seconds).
-#SSLSessionCache         dbm:/var/run/ssl_scache
-SSLSessionCache        shmcb:/var/run/ssl_scache(512000)
+#SSLSessionCache                dbm:/var/run/ssl_scache
+SSLSessionCache                shmcb:/var/run/ssl_scache(512000)
 SSLSessionCacheTimeout  300
 
 #   Semaphore:
@@ -119,8 +119,8 @@ SSLCertificateKeyFile /etc/httpd/ssl/server.key
 #   certificates for client authentication or alternatively one
 #   huge file containing all of them (file must be PEM encoded)
 #   Note: Inside SSLCACertificatePath you need hash symlinks
-#         to point to the certificate files. Use the provided
-#         Makefile to update the hash symlinks after changes.
+#               to point to the certificate files. Use the provided
+#               Makefile to update the hash symlinks after changes.
 #SSLCACertificatePath /etc/httpd/ssl
 #SSLCACertificateFile /etc/httpd/ssl/ca-bundle.crt
 
@@ -129,8 +129,8 @@ SSLCertificateKeyFile /etc/httpd/ssl/server.key
 #   authentication or alternatively one huge file containing all
 #   of them (file must be PEM encoded)
 #   Note: Inside SSLCARevocationPath you need hash symlinks
-#         to point to the certificate files. Use the provided
-#         Makefile to update the hash symlinks after changes.
+#               to point to the certificate files. Use the provided
+#               Makefile to update the hash symlinks after changes.
 #SSLCARevocationPath /etc/httpd/ssl
 #SSLCARevocationFile /etc/httpd/ssl/ca-bundle.crl
 
@@ -149,47 +149,47 @@ SSLCertificateKeyFile /etc/httpd/ssl/server.key
 #   mixture between C and Perl.  See the mod_ssl documentation
 #   for more details.
 #<Location />
-#SSLRequire (    %{SSL_CIPHER} !~ m/^(EXP|NULL)/ \
-#            and %{SSL_CLIENT_S_DN_O} eq "Snake Oil, Ltd." \
-#            and %{SSL_CLIENT_S_DN_OU} in {"Staff", "CA", "Dev"} \
-#            and %{TIME_WDAY} >= 1 and %{TIME_WDAY} <= 5 \
-#            and %{TIME_HOUR} >= 8 and %{TIME_HOUR} <= 20       ) \
-#           or %{REMOTE_ADDR} =~ m/^192\.76\.162\.[0-9]+$/
+#SSLRequire (  %{SSL_CIPHER} !~ m/^(EXP|NULL)/ \
+#                      and %{SSL_CLIENT_S_DN_O} eq "Snake Oil, Ltd." \
+#                      and %{SSL_CLIENT_S_DN_OU} in {"Staff", "CA", "Dev"} \
+#                      and %{TIME_WDAY} >= 1 and %{TIME_WDAY} <= 5 \
+#                      and %{TIME_HOUR} >= 8 and %{TIME_HOUR} <= 20       ) \
+#                 or %{REMOTE_ADDR} =~ m/^192\.76\.162\.[0-9]+$/
 #</Location>
 
 #   SSL Engine Options:
 #   Set various options for the SSL engine.
 #   o FakeBasicAuth:
-#     Translate the client X.509 into a Basic Authorisation.  This means that
-#     the standard Auth/DBMAuth methods can be used for access control.  The
-#     user name is the `one line' version of the client's X.509 certificate.
-#     Note that no password is obtained from the user. Every entry in the user
-#     file needs this password: `xxj31ZMTZzkVA'.
+#       Translate the client X.509 into a Basic Authorisation.  This means that
+#       the standard Auth/DBMAuth methods can be used for access control.  The
+#       user name is the `one line' version of the client's X.509 certificate.
+#       Note that no password is obtained from the user. Every entry in the user
+#       file needs this password: `xxj31ZMTZzkVA'.
 #   o ExportCertData:
-#     This exports two additional environment variables: SSL_CLIENT_CERT and
-#     SSL_SERVER_CERT. These contain the PEM-encoded certificates of the
-#     server (always existing) and the client (only existing when client
-#     authentication is used). This can be used to import the certificates
-#     into CGI scripts.
+#       This exports two additional environment variables: SSL_CLIENT_CERT and
+#       SSL_SERVER_CERT. These contain the PEM-encoded certificates of the
+#       server (always existing) and the client (only existing when client
+#       authentication is used). This can be used to import the certificates
+#       into CGI scripts.
 #   o StdEnvVars:
-#     This exports the standard SSL/TLS related `SSL_*' environment variables.
-#     Per default this exportation is switched off for performance reasons,
-#     because the extraction step is an expensive operation and is usually
-#     useless for serving static content. So one usually enables the
-#     exportation for CGI and SSI requests only.
+#       This exports the standard SSL/TLS related `SSL_*' environment variables.
+#       Per default this exportation is switched off for performance reasons,
+#       because the extraction step is an expensive operation and is usually
+#       useless for serving static content. So one usually enables the
+#       exportation for CGI and SSI requests only.
 #   o StrictRequire:
-#     This denies access when "SSLRequireSSL" or "SSLRequire" applied even
-#     under a "Satisfy any" situation, i.e. when it applies access is denied
-#     and no other module can change it.
+#       This denies access when "SSLRequireSSL" or "SSLRequire" applied even
+#       under a "Satisfy any" situation, i.e. when it applies access is denied
+#       and no other module can change it.
 #   o OptRenegotiate:
-#     This enables optimized SSL connection renegotiation handling when SSL
-#     directives are used in per-directory context.
+#       This enables optimized SSL connection renegotiation handling when SSL
+#       directives are used in per-directory context.
 #SSLOptions +FakeBasicAuth +ExportCertData +StrictRequire
 <FilesMatch "\.(cgi|shtml|phtml|php)$">
-    SSLOptions +StdEnvVars
+       SSLOptions +StdEnvVars
 </FilesMatch>
 <Directory "/home/services/httpd/cgi-bin">
-    SSLOptions +StdEnvVars
+       SSLOptions +StdEnvVars
 </Directory>
 
 #   SSL Protocol Adjustments:
@@ -198,18 +198,18 @@ SSLCertificateKeyFile /etc/httpd/ssl/server.key
 #   the close notify alert from client. When you need a different shutdown
 #   approach you can use one of the following variables:
 #   o ssl-unclean-shutdown:
-#     This forces an unclean shutdown when the connection is closed, i.e. no
-#     SSL close notify alert is send or allowed to received.  This violates
-#     the SSL/TLS standard but is needed for some brain-dead browsers. Use
-#     this when you receive I/O errors because of the standard approach where
-#     mod_ssl sends the close notify alert.
+#       This forces an unclean shutdown when the connection is closed, i.e. no
+#       SSL close notify alert is send or allowed to received.  This violates
+#       the SSL/TLS standard but is needed for some brain-dead browsers. Use
+#       this when you receive I/O errors because of the standard approach where
+#       mod_ssl sends the close notify alert.
 #   o ssl-accurate-shutdown:
-#     This forces an accurate shutdown when the connection is closed, i.e. a
-#     SSL close notify alert is send and mod_ssl waits for the close notify
-#     alert of the client. This is 100% SSL/TLS standard compliant, but in
-#     practice often causes hanging connections with brain-dead browsers. Use
-#     this only for browsers where you know that their SSL implementation
-#     works correctly.
+#       This forces an accurate shutdown when the connection is closed, i.e. a
+#       SSL close notify alert is send and mod_ssl waits for the close notify
+#       alert of the client. This is 100% SSL/TLS standard compliant, but in
+#       practice often causes hanging connections with brain-dead browsers. Use
+#       this only for browsers where you know that their SSL implementation
+#       works correctly.
 #   Notice: Most problems of broken clients are also related to the HTTP
 #   keep-alive facility, so you usually additionally want to disable
 #   keep-alive for those clients, too. Use variable "nokeepalive" for this.
@@ -217,14 +217,13 @@ SSLCertificateKeyFile /etc/httpd/ssl/server.key
 #   their broken HTTP/1.1 implementation. Use variables "downgrade-1.0" and
 #   "force-response-1.0" for this.
 BrowserMatch ".*MSIE.*" \
-         nokeepalive ssl-unclean-shutdown \
-         downgrade-1.0 force-response-1.0
+                nokeepalive ssl-unclean-shutdown \
+                downgrade-1.0 force-response-1.0
 
 #   Per-Server Logging:
 #   The home of a custom SSL log file. Use this when you want a
 #   compact non-error SSL logfile on a virtual host basis.
-CustomLog logs/ssl_request_log \
-          "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
+CustomLog logs/ssl_request_log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
 
 </VirtualHost>
 
index b5c8396d80c7d819941a5cd88dd00546c6f05925..59a2a32e3ca99cf13de6996093a7c7e6f582a94d 100644 (file)
@@ -1,5 +1,5 @@
 # $Id$
-LoadModule ssl_module           modules/mod_ssl.so
+LoadModule ssl_module  modules/mod_ssl.so
 
 # This is the Apache server configuration file providing SSL support.
 # It contains the configuration directives to instruct the server how to
@@ -30,7 +30,7 @@ LoadModule ssl_module           modules/mod_ssl.so
 # standard HTTP port (see above) and to the HTTPS port
 #
 # Note: Configurations that use IPv6 but not IPv4-mapped addresses need two
-#       Listen directives: "Listen [::]:443" and "Listen 0.0.0.0:443"
+#         Listen directives: "Listen [::]:443" and "Listen 0.0.0.0:443"
 #
 Listen 443
 
@@ -45,7 +45,7 @@ Listen 443
 #   Some MIME-types for downloading Certificates and CRLs
 #
 AddType application/x-x509-ca-cert .crt
-AddType application/x-pkcs7-crl    .crl
+AddType application/x-pkcs7-crl        .crl
 
 #   Pass Phrase Dialog:
 #   Configure the pass phrase gathering process.
@@ -56,8 +56,8 @@ SSLPassPhraseDialog  builtin
 #   Inter-Process Session Cache:
 #   Configure the SSL Session Cache: First the mechanism
 #   to use and second the expiring timeout (in seconds).
-#SSLSessionCache         dbm:/var/run/ssl_scache
-SSLSessionCache        shmcb:/var/run/ssl_scache(512000)
+#SSLSessionCache                dbm:/var/run/ssl_scache
+SSLSessionCache                shmcb:/var/run/ssl_scache(512000)
 SSLSessionCacheTimeout  300
 
 #   Semaphore:
@@ -119,8 +119,8 @@ SSLCertificateKeyFile /etc/httpd/ssl/server.key
 #   certificates for client authentication or alternatively one
 #   huge file containing all of them (file must be PEM encoded)
 #   Note: Inside SSLCACertificatePath you need hash symlinks
-#         to point to the certificate files. Use the provided
-#         Makefile to update the hash symlinks after changes.
+#               to point to the certificate files. Use the provided
+#               Makefile to update the hash symlinks after changes.
 #SSLCACertificatePath /etc/httpd/ssl
 #SSLCACertificateFile /etc/httpd/ssl/ca-bundle.crt
 
@@ -129,8 +129,8 @@ SSLCertificateKeyFile /etc/httpd/ssl/server.key
 #   authentication or alternatively one huge file containing all
 #   of them (file must be PEM encoded)
 #   Note: Inside SSLCARevocationPath you need hash symlinks
-#         to point to the certificate files. Use the provided
-#         Makefile to update the hash symlinks after changes.
+#               to point to the certificate files. Use the provided
+#               Makefile to update the hash symlinks after changes.
 #SSLCARevocationPath /etc/httpd/ssl
 #SSLCARevocationFile /etc/httpd/ssl/ca-bundle.crl
 
@@ -149,47 +149,47 @@ SSLCertificateKeyFile /etc/httpd/ssl/server.key
 #   mixture between C and Perl.  See the mod_ssl documentation
 #   for more details.
 #<Location />
-#SSLRequire (    %{SSL_CIPHER} !~ m/^(EXP|NULL)/ \
-#            and %{SSL_CLIENT_S_DN_O} eq "Snake Oil, Ltd." \
-#            and %{SSL_CLIENT_S_DN_OU} in {"Staff", "CA", "Dev"} \
-#            and %{TIME_WDAY} >= 1 and %{TIME_WDAY} <= 5 \
-#            and %{TIME_HOUR} >= 8 and %{TIME_HOUR} <= 20       ) \
-#           or %{REMOTE_ADDR} =~ m/^192\.76\.162\.[0-9]+$/
+#SSLRequire (  %{SSL_CIPHER} !~ m/^(EXP|NULL)/ \
+#                      and %{SSL_CLIENT_S_DN_O} eq "Snake Oil, Ltd." \
+#                      and %{SSL_CLIENT_S_DN_OU} in {"Staff", "CA", "Dev"} \
+#                      and %{TIME_WDAY} >= 1 and %{TIME_WDAY} <= 5 \
+#                      and %{TIME_HOUR} >= 8 and %{TIME_HOUR} <= 20       ) \
+#                 or %{REMOTE_ADDR} =~ m/^192\.76\.162\.[0-9]+$/
 #</Location>
 
 #   SSL Engine Options:
 #   Set various options for the SSL engine.
 #   o FakeBasicAuth:
-#     Translate the client X.509 into a Basic Authorisation.  This means that
-#     the standard Auth/DBMAuth methods can be used for access control.  The
-#     user name is the `one line' version of the client's X.509 certificate.
-#     Note that no password is obtained from the user. Every entry in the user
-#     file needs this password: `xxj31ZMTZzkVA'.
+#       Translate the client X.509 into a Basic Authorisation.  This means that
+#       the standard Auth/DBMAuth methods can be used for access control.  The
+#       user name is the `one line' version of the client's X.509 certificate.
+#       Note that no password is obtained from the user. Every entry in the user
+#       file needs this password: `xxj31ZMTZzkVA'.
 #   o ExportCertData:
-#     This exports two additional environment variables: SSL_CLIENT_CERT and
-#     SSL_SERVER_CERT. These contain the PEM-encoded certificates of the
-#     server (always existing) and the client (only existing when client
-#     authentication is used). This can be used to import the certificates
-#     into CGI scripts.
+#       This exports two additional environment variables: SSL_CLIENT_CERT and
+#       SSL_SERVER_CERT. These contain the PEM-encoded certificates of the
+#       server (always existing) and the client (only existing when client
+#       authentication is used). This can be used to import the certificates
+#       into CGI scripts.
 #   o StdEnvVars:
-#     This exports the standard SSL/TLS related `SSL_*' environment variables.
-#     Per default this exportation is switched off for performance reasons,
-#     because the extraction step is an expensive operation and is usually
-#     useless for serving static content. So one usually enables the
-#     exportation for CGI and SSI requests only.
+#       This exports the standard SSL/TLS related `SSL_*' environment variables.
+#       Per default this exportation is switched off for performance reasons,
+#       because the extraction step is an expensive operation and is usually
+#       useless for serving static content. So one usually enables the
+#       exportation for CGI and SSI requests only.
 #   o StrictRequire:
-#     This denies access when "SSLRequireSSL" or "SSLRequire" applied even
-#     under a "Satisfy any" situation, i.e. when it applies access is denied
-#     and no other module can change it.
+#       This denies access when "SSLRequireSSL" or "SSLRequire" applied even
+#       under a "Satisfy any" situation, i.e. when it applies access is denied
+#       and no other module can change it.
 #   o OptRenegotiate:
-#     This enables optimized SSL connection renegotiation handling when SSL
-#     directives are used in per-directory context.
+#       This enables optimized SSL connection renegotiation handling when SSL
+#       directives are used in per-directory context.
 #SSLOptions +FakeBasicAuth +ExportCertData +StrictRequire
 <FilesMatch "\.(cgi|shtml|phtml|php)$">
-    SSLOptions +StdEnvVars
+       SSLOptions +StdEnvVars
 </FilesMatch>
 <Directory "/home/services/httpd/cgi-bin">
-    SSLOptions +StdEnvVars
+       SSLOptions +StdEnvVars
 </Directory>
 
 #   SSL Protocol Adjustments:
@@ -198,18 +198,18 @@ SSLCertificateKeyFile /etc/httpd/ssl/server.key
 #   the close notify alert from client. When you need a different shutdown
 #   approach you can use one of the following variables:
 #   o ssl-unclean-shutdown:
-#     This forces an unclean shutdown when the connection is closed, i.e. no
-#     SSL close notify alert is send or allowed to received.  This violates
-#     the SSL/TLS standard but is needed for some brain-dead browsers. Use
-#     this when you receive I/O errors because of the standard approach where
-#     mod_ssl sends the close notify alert.
+#       This forces an unclean shutdown when the connection is closed, i.e. no
+#       SSL close notify alert is send or allowed to received.  This violates
+#       the SSL/TLS standard but is needed for some brain-dead browsers. Use
+#       this when you receive I/O errors because of the standard approach where
+#       mod_ssl sends the close notify alert.
 #   o ssl-accurate-shutdown:
-#     This forces an accurate shutdown when the connection is closed, i.e. a
-#     SSL close notify alert is send and mod_ssl waits for the close notify
-#     alert of the client. This is 100% SSL/TLS standard compliant, but in
-#     practice often causes hanging connections with brain-dead browsers. Use
-#     this only for browsers where you know that their SSL implementation
-#     works correctly.
+#       This forces an accurate shutdown when the connection is closed, i.e. a
+#       SSL close notify alert is send and mod_ssl waits for the close notify
+#       alert of the client. This is 100% SSL/TLS standard compliant, but in
+#       practice often causes hanging connections with brain-dead browsers. Use
+#       this only for browsers where you know that their SSL implementation
+#       works correctly.
 #   Notice: Most problems of broken clients are also related to the HTTP
 #   keep-alive facility, so you usually additionally want to disable
 #   keep-alive for those clients, too. Use variable "nokeepalive" for this.
@@ -217,14 +217,13 @@ SSLCertificateKeyFile /etc/httpd/ssl/server.key
 #   their broken HTTP/1.1 implementation. Use variables "downgrade-1.0" and
 #   "force-response-1.0" for this.
 BrowserMatch ".*MSIE.*" \
-         nokeepalive ssl-unclean-shutdown \
-         downgrade-1.0 force-response-1.0
+                nokeepalive ssl-unclean-shutdown \
+                downgrade-1.0 force-response-1.0
 
 #   Per-Server Logging:
 #   The home of a custom SSL log file. Use this when you want a
 #   compact non-error SSL logfile on a virtual host basis.
-CustomLog logs/ssl_request_log \
-          "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
+CustomLog logs/ssl_request_log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
 
 </VirtualHost>
 
index f21c8bd69780e3fe4995fc485858bd94f29d657e..401bad061254993c365ed83e36f5c4e565acca69 100644 (file)
@@ -1,5 +1,5 @@
 # $Id$
-LoadModule status_module        modules/mod_status.so
+LoadModule status_module               modules/mod_status.so
 
 #
 # Get information about the requests being processed by the server
@@ -14,10 +14,10 @@ LoadModule status_module        modules/mod_status.so
 # Change the ".example.com" to match your domain to enable.
 
 <Location /server-status>
-    SetHandler server-status
-    Order deny,allow
-    Deny from all
-    Allow from 127.0.0.1
+       SetHandler server-status
+       Order deny,allow
+       Deny from all
+       Allow from 127.0.0.1
 </Location>
 
 #
index 7d313e2c9ccf207acab7771611724d943eb306eb..56b70e9e77f5d83ee85a315faed20d039b8c3640 100644 (file)
@@ -1,2 +1,2 @@
 # $Id$
-LoadModule suexec_module        modules/mod_suexec.so
+LoadModule suexec_module               modules/mod_suexec.so
index 6740134f46c164ad5f6f97d2866f041785c6edc7..5164797e036f12da094384004b1ce15893152eb5 100644 (file)
@@ -1,5 +1,5 @@
 # $Id$
-LoadModule userdir_module       modules/mod_userdir.so
+LoadModule userdir_module         modules/mod_userdir.so
 
 # Settings for user home directories
 #
@@ -18,16 +18,16 @@ UserDir public_html
 # for a site where these directories are restricted to read-only.
 #
 <Directory /home/*/public_html>
-    AllowOverride FileInfo AuthConfig Limit Indexes
-    Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
-    <Limit GET POST OPTIONS>
-        Order allow,deny
-        Allow from all
-    </Limit>
-    <LimitExcept GET POST OPTIONS>
-        Order deny,allow
-        Deny from all
-    </LimitExcept>
+       AllowOverride FileInfo AuthConfig Limit Indexes
+       Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
+       <Limit GET POST OPTIONS>
+               Order allow,deny
+               Allow from all
+       </Limit>
+       <LimitExcept GET POST OPTIONS>
+               Order deny,allow
+               Deny from all
+       </LimitExcept>
 </Directory>
 
 </IfModule>
index c3e05028ca840d106806fd266d8679b0af00a7cc..e30bc1d8536b099abb9edb6d60ecd858eebc60e7 100644 (file)
@@ -28,11 +28,11 @@ LockFile /var/run/apache/accept.lock
 # MaxClients: maximum number of server processes allowed to start
 # MaxRequestsPerChild: maximum number of requests a server process serves
 <IfModule mpm_prefork_module>
-    StartServers          5
-    MinSpareServers       5
-    MaxSpareServers      10
-    MaxClients          150
-    MaxRequestsPerChild   0
+       StartServers              5
+       MinSpareServers           5
+       MaxSpareServers          10
+       MaxClients                      150
+       MaxRequestsPerChild   0
 </IfModule>
 
 # worker MPM
@@ -43,10 +43,10 @@ LockFile /var/run/apache/accept.lock
 # ThreadsPerChild: constant number of worker threads in each server process
 # MaxRequestsPerChild: maximum number of requests a server process serves
 <IfModule mpm_worker_module>
-    StartServers          2
-    MaxClients          150
-    MinSpareThreads      25
-    MaxSpareThreads      75
-    ThreadsPerChild      25
-    MaxRequestsPerChild   0
+       StartServers            2
+       MaxClients                      150
+       MinSpareThreads         25
+       MaxSpareThreads         75
+       ThreadsPerChild         25
+       MaxRequestsPerChild     0
 </IfModule>
index 8048c0442d8204bf6af8ff339fb59b02c1c2f523..f865b6f5984ae468f3652914f8dc621389411941 100644 (file)
 Alias /error/ "/home/services/httpd/error/"
 
 <Directory "/home/services/httpd/error">
-    AllowOverride None
-    Options IncludesNoExec
-    AddOutputFilter Includes html
-    AddHandler type-map var
+       AllowOverride None
+       Options IncludesNoExec
+       AddOutputFilter Includes html
+       AddHandler type-map var
        Order allow,deny
        Allow from all
-    LanguagePriority en cs de es fr it ja ko nl pl pt-br ro sv tr
-    ForceLanguagePriority Prefer Fallback
+       LanguagePriority en cs de es fr it ja ko nl pl pt-br ro sv tr
+       ForceLanguagePriority Prefer Fallback
 </Directory>
 
 ErrorDocument 400 /error/HTTP_BAD_REQUEST.html.var
This page took 0.15309 seconds and 4 git commands to generate.