
It is already included in recent Bitnami Stacks by default. $ sudo installdir/ctlscript.sh restart php-fpmĪPCu is the APC User Cache module. If it exists, simply enable it in the PHP configuration file.Īfter modifying the PHP configuration file, restart both Apache and PHP-FPM for the changes to take effect: $ sudo installdir/ctlscript.sh restart apache Before installing a new module, check that it is not already included.

NOTE: Bitnami stacks already include a number of PHP modules, which are installed but not active. Find instructions for installing specific PHP modules.
#INSTALL MYSQL MODULE PHP WINDOWS CURL INSTALL#
To install a PHP module, the typical process is to install the module (either via the package manager or through a manual build/install process) and then activate it in the above configuration file. Users of Bitnami native installers should refer only to the Approach B sections. NOTE: The Approach A sections referred to below do not apply to Bitnami native installers. Learn more about the Bitnami stack environment and about OS X VMs.

On OS X VMs, the installation directory is /opt/bitnami and OS X VM users can click the “Open Terminal” button to run commands. Before running the commands shown on this page, you should load the Bitnami stack environment by executing the installdir/use_APPNAME script (Linux and MacOS) or by clicking the shortcut in the Start Menu under “Start -> Bitnami APPNAME Stack -> Application console” (Windows).
