Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions install/unix/dnf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<title>DNF Install Example</title>
<programlisting role="shell">
<![CDATA[
# dnf install php php-common
# dnf install php php-common php-fpm
]]>
</programlisting>
</example>
Expand All @@ -38,7 +38,7 @@
For example:
</simpara>
<example xml:id="install.unix.dnf.example2">
<title>Restarting Apache once PHP is installed</title>
<title>Restarting Apache httpd once PHP is installed</title>
<programlisting role="shell">
<![CDATA[
# sudo systemctl restart httpd
Expand Down Expand Up @@ -86,10 +86,10 @@
<simpara>
DNF will automatically add the appropriate lines to the
different &php.ini; related files like
<filename>/etc/php/8.3/php.ini</filename>,
<filename>/etc/php/8.3/conf.d/*.ini</filename>, etc. and depending on
<filename>/etc/php.ini</filename>,
<filename>/etc/php.d/*.ini</filename>, etc. and depending on
Comment thread
rbowen marked this conversation as resolved.
the extension will add entries similar to <literal>extension=foo.so</literal>.
However, restarting the web server (like Apache) is required before these
However, restarting the web server and PHP-FPM is required before these
changes take effect.
</simpara>
</sect2>
Expand All @@ -114,3 +114,4 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->