Changeset 6ca1b179
- Timestamp:
- 04/02/2017 06:45:46 AM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 7d35a9d2
- Parents:
- 9e4bfe68
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/php.xml
r9e4bfe68 r6ca1b179 279 279 <screen role="root"><userinput>make install && 280 280 install -v -m644 php.ini-production /etc/php.ini && 281 mv -v /etc/php-fpm.conf{.default,} &&282 mv -v /etc/php-fpm.d/www.conf{.default,} &&283 281 284 282 install -v -m755 -d /usr/share/doc/php-&php-version; && … … 289 287 ln -v -sfn /usr/lib/php/doc/Structures_Graph/docs \ 290 288 /usr/share/doc/php-&php-version;</userinput></screen> 289 290 <para> 291 The default configuration files for the fastCGI process manager are 292 installed only if they do not already exist on the sytem. If this is 293 the first installation, they should be renamed, as the 294 <systemitem class='username'>root</systemitem> user: 295 </para> 296 297 <screen role="root"><userinput>if [ -f /etc/php-fpm.conf.default ]; then 298 mv -v /etc/php-fpm.conf{.default,} && 299 mv -v /etc/php-fpm.d/www.conf{.default,} 300 fi</userinput></screen> 291 301 292 302 <para>
Note:
See TracChangeset
for help on using the changeset viewer.