<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/t/lib-httpd, branch v1.6.3</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.6.3</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.6.3'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2009-03-20T21:41:14Z</updated>
<entry>
<title>http tests: Darwin is not that special</title>
<updated>2009-03-20T21:41:14Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-03-11T20:13:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a797b02f3925c4a6324472e2edaf4a58d4ffc097'/>
<id>urn:sha1:a797b02f3925c4a6324472e2edaf4a58d4ffc097</id>
<content type='text'>
We have PidFile definition in the file already, and we have added
necessary LoadModule for log_config_module recently.

This patch will end up giving LockFile to everybody not just limited to
Darwin, but why not?

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>test: do not LoadModule log_config_module unconditionally</title>
<updated>2009-03-11T19:41:56Z</updated>
<author>
<name>Johannes Schindelin</name>
<email>Johannes.Schindelin@gmx.de</email>
</author>
<published>2009-03-11T11:47:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=7d59ceed9d1e4f8f0dc52cebf55219d6d395c9da'/>
<id>urn:sha1:7d59ceed9d1e4f8f0dc52cebf55219d6d395c9da</id>
<content type='text'>
LoadModule directive for log_config_module will not work if the module is
built-in.

Signed-off-by: Johannes Schindelin &lt;johannes.schindelin@gmx.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Include log_config module in apache.conf</title>
<updated>2009-03-11T06:09:48Z</updated>
<author>
<name>Daniel Barkalow</name>
<email>barkalow@iabervon.org</email>
</author>
<published>2009-03-11T03:23:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=4d5d3984749bfb7e2137fb4bce6ac1ace9286aca'/>
<id>urn:sha1:4d5d3984749bfb7e2137fb4bce6ac1ace9286aca</id>
<content type='text'>
The log_config module is needed for at least some versions of apache to
support the LogFormat directive.

Signed-off-by: Daniel Barkalow &lt;barkalow@iabervon.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Allow HTTP tests to run on Darwin</title>
<updated>2009-02-25T21:58:57Z</updated>
<author>
<name>Jay Soffian</name>
<email>jaysoffian@gmail.com</email>
</author>
<published>2009-02-25T08:28:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=69707d616fd3acda6ecc47198edeaaa87f2cfcea'/>
<id>urn:sha1:69707d616fd3acda6ecc47198edeaaa87f2cfcea</id>
<content type='text'>
This patch allows the HTTP tests to run on OS X 10.5. It is not
sufficient to be able to pass in LIB_HTTPD_PATH and
LIB_HTTPD_MODULE_PATH alone, as the apache.conf also needs a couple
tweaks.

These changes are put into an &lt;IfDefine&gt; to keep them Darwin specific,
but this means lib-httpd.sh needs to be modified to pass -DDarwin to
apache when running on Darwin. As long as we're making this change to
lib-httpd.sh, we may as well set LIB_HTTPD_PATH and
LIB_HTTPD_MODULE_PATH to appropriate default values for the platform.

Note that we now pass HTTPD_PARA to apache at shutdown as well.
Otherwise apache will emit a harmless, but noisy warning that LogFormat
is an unknown directive.

Signed-off-by: Jay Soffian &lt;jaysoffian@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>http-push: when making directories, have a trailing slash in the path name</title>
<updated>2009-01-18T02:19:46Z</updated>
<author>
<name>Johannes Schindelin</name>
<email>Johannes.Schindelin@gmx.de</email>
</author>
<published>2009-01-17T15:11:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=466ddf90c2f270b973d141f20e912f743743331c'/>
<id>urn:sha1:466ddf90c2f270b973d141f20e912f743743331c</id>
<content type='text'>
The function lock_remote() sends MKCOL requests to make leading
directories; However, if it does not put a forward slash '/' at the end of
the path, the server sends a 301 redirect.

By leaving the '/' in place, we can avoid this additional step.

Incidentally, at least one version of Curl (7.16.3) does not resend
credentials when it follows a 301 redirect, so this commit also fixes
a bug.

Original patch by Tay Ray Chuan &lt;rctay89@gmail.com&gt;.

Signed-off-by: Johannes Schindelin &lt;johannes.schindelin@gmx.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Avoid apache complaining about lack of server's FQDN</title>
<updated>2008-07-09T05:50:48Z</updated>
<author>
<name>Mike Hommey</name>
<email>mh@glandium.org</email>
</author>
<published>2008-07-07T20:22:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=603fb1168218a813f1b0816b1208c5d0c92cf29d'/>
<id>urn:sha1:603fb1168218a813f1b0816b1208c5d0c92cf29d</id>
<content type='text'>
On some setups, apache will say:
apache2: Could not reliably determine the server's fully qualified
domain name, using $(IP_address) for ServerName

Avoid this message polluting tests output by setting a ServerName in
apache configuration.

Signed-off-by: Mike Hommey &lt;mh@glandium.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>http-push: add regression tests</title>
<updated>2008-02-27T23:38:40Z</updated>
<author>
<name>Clemens Buchacher</name>
<email>drizzd@aon.at</email>
</author>
<published>2008-02-27T19:28:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=faa4bc35a05ddb1822f3770cd8c51859e3b929ee'/>
<id>urn:sha1:faa4bc35a05ddb1822f3770cd8c51859e3b929ee</id>
<content type='text'>
http-push tests require a web server with WebDAV support.

This commit introduces a HTTPD test library, which can be configured using
the following environment variables.

GIT_TEST_HTTPD		enable HTTPD tests
LIB_HTTPD_PATH		web server path
LIB_HTTPD_MODULE_PATH	web server modules path
LIB_HTTPD_PORT		listening port
LIB_HTTPD_DAV		enable DAV
LIB_HTTPD_SVN		enable SVN
LIB_HTTPD_SSL		enable SSL

Signed-off-by: Clemens Buchacher &lt;drizzd@aon.at&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
