

NOTE: Only edit virtual host files containing the SSLEngine on directive. For example: Įdit all SSL virtual host files inside the /opt/bitnami/apache/conf/vhosts/ directory and modify the value specified in the VirtualHost directive. To change the port number, follow the steps below:Įdit the /opt/bitnami/apache/conf/bitnami/nf file and modify the value specified in the VirtualHost directive. Under the default configuration, Apache will listen for HTTP requests on port 80. Restart the Apache server for changes to take effect: $ sudo /opt/bitnami/ctlscript.sh restart apacheĪpache listens for HTTPS requests on port 443. NOTE: Do not edit virtual host files containing the SSLEngine on directive. For example: Įdit all non-SSL virtual host files inside the /opt/bitnami/apache/conf/vhosts/ directory and modify the value specified in the VirtualHost directive. Create a file called nf under your virtual host’s folder (NOT the webroot), and point your virtual host to the web root folder that you’ve just created, as shown below. For example: Listen 8080Įdit the /opt/bitnami/apache/conf/bitnami/nf file and modify the value specified in the VirtualHost directive. Create a new folder for your virtual host under /opt/bitnami/apps, then create another folder under it which will serve as your webroot. To change the port number, follow the steps below:Įdit the /opt/bitnami/apache/conf/nf file and modify the value specified in the Port directive.

Under the default configuration, Apache will listen for HTTP requests on port 80.
