All of lore.kernel.org
 help / color / mirror / Atom feed
From: Johannes Sixt <j6t@kdbg.org>
To: Jeff King <peff@peff.net>
Cc: Git Mailing List <git@vger.kernel.org>
Subject: Re: How to run http server tests?
Date: Wed, 14 Dec 2011 23:02:38 +0100	[thread overview]
Message-ID: <4EE91CFE.4070807@kdbg.org> (raw)
In-Reply-To: <20111214213952.GA11519@sigill.intra.peff.net>

Am 14.12.2011 22:39, schrieb Jeff King:
> On Wed, Dec 14, 2011 at 10:20:07PM +0100, Johannes Sixt wrote:
>> diff --git a/t/lib-httpd/apache.conf b/t/lib-httpd/apache.conf
>> index 0a4cdfa..e5cb3f9 100644
>> --- a/t/lib-httpd/apache.conf
>> +++ b/t/lib-httpd/apache.conf
>> @@ -13,4 +13,4 @@ ErrorLog error.log
>>  </IfModule>
>> -<IfModule !mod_cgi.c>
>> -       LoadModule cgi_module modules/mod_cgi.so
>> +<IfModule !mod_scgi.c>
>> +       LoadModule scgi_module modules/mod_scgi.so
>>  </IfModule>
> 
> Hmm. I know nothing about scgi, but a quick google indicates that it is
> a separate protocol from CGI and is more like FastCGI (i.e., it wants to
> spawn a long-running CGI server and contact it over a separate
> protocol).
> 
> So I suspect you are not able to run http-backend, and thus you have no
> smart-http support in your setup.

Thanks, that put me on the right track. I have to use

  LIB_HTTPD_MODULE_PATH=/usr/lib64/apache2-prefork

-- Hannes

      reply	other threads:[~2011-12-14 22:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-14 21:20 How to run http server tests? Johannes Sixt
2011-12-14 21:39 ` Jeff King
2011-12-14 22:02   ` Johannes Sixt [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4EE91CFE.4070807@kdbg.org \
    --to=j6t@kdbg.org \
    --cc=git@vger.kernel.org \
    --cc=peff@peff.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.