Ignore:
Timestamp:
03/18/2017 11:29:52 AM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
3ca1da7
Parents:
f0b7794a
Message:

Fix installation of default configuration files, and add some explanation
of their use, in php

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18505 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/php.xml

    rf0b7794a r355b8a9  
    279279<screen role="root"><userinput>make install                                     &amp;&amp;
    280280install -v -m644 php.ini-production /etc/php.ini &amp;&amp;
     281mv -v /etc/php-fpm.conf{.default,}               &amp;&amp;
    281282mv -v /etc/php-fpm.d/www.conf{.default,}         &amp;&amp;
    282283
     
    466467
    467468      <para>
    468        Without the file <filename>/etc/php-fpm.d/www.conf</filename>,
    469        the process manager does not start. However, it is the file
    470        <filename>/etc/php-fpm.d/www.conf.default</filename>, that is
    471        installed. To solve this, issue as the
    472        <systemitem class="username">root</systemitem> user:
    473       </para>
    474 
    475 <screen role="root"><userinput>cp -v /etc/php-fpm.d/www.conf.default /etc/php-fpm.d/www.conf</userinput></screen>
    476 
    477       <para>
    478469        The file used as the default <filename>/etc/php.ini</filename>
    479470        configuration file is recommended by the <application>PHP</application>
     
    483474        review the comments in this file and ensure the changes are acceptable
    484475        in your particular environment.
     476      </para>
     477
     478      <para>
     479       The fastCGI process manager uses the configuration file
     480       <filename>/etc/php-fpm.conf</filename>. The default file shipped with
     481       PHP includes all the <filename>/etc/php-fpm.d/*.conf</filename> in turn.
     482       There is a shipped <filename>/etc/php-fpm.d/www.conf</filename> file,
     483       that contains the parameters related to the interaction with the Apache
     484       Web server.
    485485      </para>
    486486
Note: See TracChangeset for help on using the changeset viewer.