BitNami MAMPStack



Bitnami Engineer here, The Bitnami services are configured to be started automatically on system startup. If you want to modify that, you can simply open the 'Services' panel of your machine and modify the properties of the Bitnami services. BitNami MAMPStack for Mac. By BitNami Free. Developer's Description. By BitNami PHP is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with.

NOTE: We are in the process of modifying the file structure and configuration for many Bitnami stacks. On account of these changes, the file paths stated in this guide may change depending on whether your Bitnami stack uses native Linux system packages (Approach A), or if it is a self-contained installation (Approach B). To identify your Bitnami installation type and what approach to follow, run the command below:

The output of the command indicates which approach (A or B) is used by the installation, and will allow you to identify the paths, configuration and commands to use in this guide. Refer to the FAQ for more information on these changes.

Approach A: Bitnami installations using system packages

HTTP port

Under the default configuration, Apache will listen for HTTP requests on port 80. To change the port number, follow the steps below:

  • Edit the installdir/apache2/conf/httpd.conf file and modify the value specified in the Port directive. For example:

  • Edit the installdir/apache2/conf/bitnami/bitnami.conf file and modify the value specified in the VirtualHost directive. For example:

  • Edit all non-SSL virtual host files inside the installdir/apache2/conf/vhosts/ directory and modify the value specified in the VirtualHost directive. For example:

    NOTE: Do not edit virtual host files containing the SSLEngine on directive.

  • Restart the Apache server for changes to take effect:

HTTPS port

Bitnami Mamp Stack

Apache listens for HTTPS requests on port 443. To change the port number, follow the steps below:

  • Edit the installdir/apache2/conf/bitnami/bitnami-ssl.conf file and modify the value specified in the VirtualHost directive. For example:

  • Edit all SSL virtual host files inside the installdir/apache2/conf/vhosts/ directory and modify the value specified in the VirtualHost directive. For example:

    NOTE: Only edit virtual host files containing the SSLEngine on directive.

  • Restart the Apache server for changes to take effect:

Approach B: Self-contained Bitnami installations

NOTE: On Linux and macOS platforms, install the stack as the root user to use a port number under 1024.

HTTP port

Wamp Server Download For Windows 10

Under the default configuration, Apache will listen for HTTP requests on port 80. To change the port number, follow the steps below:

  • Edit the installdir/apache2/conf/httpd.conf file and modify the value specified in the Port directive. For example:

  • Edit the installdir/apache2/conf/bitnami/bitnami.conf file and modify the value specified in the VirtualHost directive. For example:

  • Restart the Apache server for changes to take effect:

Bitnami

Bitnami Apache Wamp

HTTPS port

Apache listens for HTTPS requests on port 443. To change the port number, follow the steps below:

  • Edit the installdir/apache2/conf/bitnami/bitnami.conf file and modify the value specified in the Port directive. For example:

  • Restart the Apache server for changes to take effect.