All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
To: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] lighttpd: fix FastCGI configuration for PHP
Date: Mon, 25 Jun 2012 13:37:41 +0200	[thread overview]
Message-ID: <4FE84D85.40706@linaro.org> (raw)
In-Reply-To: <4A01B739-F944-4715-8585-5DA41F7EA52E@dominion.thruhere.net>

W dniu 25.06.2012 11:56, Koen Kooi pisze:
> Op 25 jun. 2012, om 11:13 heeft Marcin Juszkiewicz het volgende geschreven:
> 
>> /usr/local/bin/php was set as PHP interpreter so lighttpd failed to run.
>> Also uncommented FastCGI configuration block to make mod_fastcgi
>> enablement easier for user.

>> +fastcgi.server             = ( ".php" =>
>> +                               ( "localhost" =>
>> +                                 (
>> +                                   "socket" => "/tmp/php-fastcgi.socket",
>> +                                   "bin-path" => "/usr/bin/php-cgi"
>> +                                 )
> 
> How does this work with DISTROs that set ${prefix}=""?

For them nothing changes - they still have to edit configuration file.



      reply	other threads:[~2012-06-25 11:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-25  9:13 [PATCH] lighttpd: fix FastCGI configuration for PHP Marcin Juszkiewicz
2012-06-25  9:56 ` Jack Mitchell
2012-06-25 11:40   ` Marcin Juszkiewicz
2012-06-25  9:56 ` Koen Kooi
2012-06-25 11:37   ` Marcin Juszkiewicz [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=4FE84D85.40706@linaro.org \
    --to=marcin.juszkiewicz@linaro.org \
    --cc=openembedded-core@lists.openembedded.org \
    /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.