4 LogFormat "%h %l %u %t \"%r\" %>s %b" common
5 CustomLog access.log common
7 <IfModule !mod_log_config.c>
8 LoadModule log_config_module modules/mod_log_config.so
10 <IfModule !mod_alias.c>
11 LoadModule alias_module modules/mod_alias.so
14 LoadModule cgi_module modules/mod_cgi.so
17 LoadModule env_module modules/mod_env.so
19 <IfModule !mod_rewrite.c>
20 LoadModule rewrite_module modules/mod_rewrite.so
22 <IfModule !mod_version.c>
23 LoadModule version_module modules/mod_version.so
25 <IfModule !mod_headers.c>
26 LoadModule headers_module modules/mod_headers.so
28 <IfModule !mod_setenvif.c>
29 LoadModule setenvif_module modules/mod_setenvif.so
37 <IfModule !mod_auth.c>
38 LoadModule auth_module modules/mod_auth.so
43 <IfModule !mod_auth_basic.c>
44 LoadModule auth_basic_module modules/mod_auth_basic.so
46 <IfModule !mod_authn_file.c>
47 LoadModule authn_file_module modules/mod_authn_file.so
49 <IfModule !mod_authz_user.c>
50 LoadModule authz_user_module modules/mod_authz_user.so
52 <IfModule !mod_authz_host.c>
53 LoadModule authz_host_module modules/mod_authz_host.so
58 <IfModule !mod_authn_core.c>
59 LoadModule authn_core_module modules/mod_authn_core.so
61 <IfModule !mod_authz_core.c>
62 LoadModule authz_core_module modules/mod_authz_core.so
64 <IfModule !mod_access_compat.c>
65 LoadModule access_compat_module modules/mod_access_compat.so
67 <IfModule !mod_mpm_prefork.c>
68 LoadModule mpm_prefork_module modules/mod_mpm_prefork.so
70 <IfModule !mod_unixd.c>
71 LoadModule unixd_module modules/mod_unixd.so
76 PassEnv GIT_VALGRIND_OPTIONS
81 PassEnv GIT_CONFIG_NOSYSTEM
82 PassEnv GIT_TEST_SIDEBAND_ALL
85 Alias /auth/dumb/ www/auth/dumb/
87 <LocationMatch /smart/>
88 SetEnv GIT_EXEC_PATH ${GIT_EXEC_PATH}
89 SetEnv GIT_HTTP_EXPORT_ALL
91 <LocationMatch /smart_noexport/>
92 SetEnv GIT_EXEC_PATH ${GIT_EXEC_PATH}
94 <LocationMatch /smart_custom_env/>
95 SetEnv GIT_EXEC_PATH ${GIT_EXEC_PATH}
96 SetEnv GIT_HTTP_EXPORT_ALL
97 SetEnv GIT_COMMITTER_NAME "Custom User"
98 SetEnv GIT_COMMITTER_EMAIL custom@example.com
100 <LocationMatch /smart_namespace/>
101 SetEnv GIT_EXEC_PATH ${GIT_EXEC_PATH}
102 SetEnv GIT_HTTP_EXPORT_ALL
103 SetEnv GIT_NAMESPACE ns
105 <LocationMatch /smart_cookies/>
106 SetEnv GIT_EXEC_PATH ${GIT_EXEC_PATH}
107 SetEnv GIT_HTTP_EXPORT_ALL
108 Header set Set-Cookie name=value
110 <LocationMatch /smart_headers/>
111 SetEnv GIT_EXEC_PATH ${GIT_EXEC_PATH}
112 SetEnv GIT_HTTP_EXPORT_ALL
114 <LocationMatch /one_time_perl/>
115 SetEnv GIT_EXEC_PATH ${GIT_EXEC_PATH}
116 SetEnv GIT_HTTP_EXPORT_ALL
118 <LocationMatch /smart_v0/>
119 SetEnv GIT_EXEC_PATH ${GIT_EXEC_PATH}
120 SetEnv GIT_HTTP_EXPORT_ALL
123 ScriptAlias /smart/incomplete_length/git-upload-pack incomplete-length-upload-pack-v2-http.sh/
124 ScriptAlias /smart/incomplete_body/git-upload-pack incomplete-body-upload-pack-v2-http.sh/
125 ScriptAlias /smart/no_report/git-receive-pack error-no-report.sh/
126 ScriptAliasMatch /error_git_upload_pack/(.*)/git-upload-pack error.sh/
127 ScriptAliasMatch /smart_*[^/]*/(.*) ${GIT_EXEC_PATH}/git-http-backend/$1
128 ScriptAlias /broken_smart/ broken-smart-http.sh/
129 ScriptAlias /error_smart/ error-smart-http.sh/
130 ScriptAlias /error/ error.sh/
131 ScriptAliasMatch /one_time_perl/(.*) apply-one-time-perl.sh/$1
132 <Directory ${GIT_EXEC_PATH}>
133 Options FollowSymlinks
135 <Files incomplete-length-upload-pack-v2-http.sh>
138 <Files incomplete-body-upload-pack-v2-http.sh>
141 <Files error-no-report.sh>
144 <Files broken-smart-http.sh>
147 <Files error-smart-http.sh>
153 <Files apply-one-time-perl.sh>
156 <Files ${GIT_EXEC_PATH}/git-http-backend>
161 RewriteRule ^/dumb-redir/(.*)$ /dumb/$1 [R=301]
162 RewriteRule ^/smart-redir-perm/(.*)$ /smart/$1 [R=301]
163 RewriteRule ^/smart-redir-temp/(.*)$ /smart/$1 [R=302]
164 RewriteRule ^/smart-redir-auth/(.*)$ /auth/smart/$1 [R=301]
165 RewriteRule ^/smart-redir-limited/(.*)/info/refs$ /smart/$1/info/refs [R=301]
166 RewriteRule ^/ftp-redir/(.*)$ ftp://localhost:1000/$1 [R=302]
168 RewriteRule ^/loop-redir/x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-(.*) /$1 [R=302]
169 RewriteRule ^/loop-redir/(.*)$ /loop-redir/x-$1 [R=302]
171 # redir-to/502/x?y -> really-redir-to?path=502/x&qs=y which returns 502
172 # redir-to/x?y -> really-redir-to?path=x&qs=y -> x?y
173 RewriteCond %{QUERY_STRING} ^(.*)$
174 RewriteRule ^/redir-to/(.*)$ /really-redir-to?path=$1&qs=%1 [R=302]
175 RewriteCond %{QUERY_STRING} ^path=502/(.*)&qs=(.*)$
176 RewriteRule ^/really-redir-to$ - [R=502,L]
177 RewriteCond %{QUERY_STRING} ^path=(.*)&qs=(.*)$
178 RewriteRule ^/really-redir-to$ /%1?%2 [R=302]
180 # The first rule issues a client-side redirect to something
181 # that _doesn't_ look like a git repo. The second rule is a
182 # server-side rewrite, so that it turns out the odd-looking
183 # thing _is_ a git repo. The "[PT]" tells Apache to match
184 # the usual ScriptAlias rules for /smart.
185 RewriteRule ^/insane-redir/(.*)$ /intern-redir/$1/foo [R=301]
186 RewriteRule ^/intern-redir/(.*)/foo$ /smart/$1 [PT]
188 # Serve info/refs internally without redirecting, but
189 # issue a redirect for any object requests.
190 RewriteRule ^/redir-objects/(.*/info/refs)$ /dumb/$1 [PT]
191 RewriteRule ^/redir-objects/(.*/objects/.*)$ /dumb/$1 [R=301]
193 # Apache 2.2 does not understand <RequireAll>, so we use RewriteCond.
194 # And as RewriteCond does not allow testing for non-matches, we match
195 # the desired case first (one has abra, two has cadabra), and let it
196 # pass by marking the RewriteRule as [L], "last rule, do not process
197 # any other matching RewriteRules after this"), and then have another
198 # RewriteRule that matches all other cases and lets them fail via '[F]',
199 # "fail the request".
200 RewriteCond %{HTTP:x-magic-one} =abra
201 RewriteCond %{HTTP:x-magic-two} =cadabra
202 RewriteRule ^/smart_headers/.* - [L]
203 RewriteRule ^/smart_headers/.* - [F]
206 LoadModule ssl_module modules/mod_ssl.so
208 SSLCertificateFile httpd.pem
209 SSLCertificateKeyFile httpd.pem
210 SSLRandomSeed startup file:/dev/urandom 512
211 SSLRandomSeed connect file:/dev/urandom 512
213 SSLMutex file:ssl_mutex
224 <LocationMatch "^/auth-push/.*/git-receive-pack$">
231 <LocationMatch "^/auth-fetch/.*/git-upload-pack$">
238 RewriteCond %{QUERY_STRING} service=git-receive-pack [OR]
239 RewriteCond %{REQUEST_URI} /git-receive-pack$
240 RewriteRule ^/half-auth-complete/ - [E=AUTHREQUIRED:yes]
242 <Location /half-auth-complete/>
244 Deny from env=AUTHREQUIRED
247 AuthName "Git Access"
254 LoadModule dav_module modules/mod_dav.so
255 LoadModule dav_fs_module modules/mod_dav_fs.so
261 <Location /auth/dumb>
267 LoadModule dav_svn_module modules/mod_dav_svn.so
269 <Location /${LIB_HTTPD_SVN}>
271 SVNPath "${LIB_HTTPD_SVNPATH}"