This forum is no longer active. Please post your questions to our new community site

Forums Drupal

how can i change the port of an existing running bitnami drupal stack

Subscribe to how can i change the port of an existing running bitnami drupal stack 2 post(s), 2 voice(s)

 
Avatar anu 5 post(s)

Hi,

I have installed the bitnami drupal stack. It’s running in 8080 port. Now i want to change the port from 8080 to 3128 . How can i do it in a cleaned way , without affecting the data and without reinstalling the bitnami stack.

Thanks,
anu

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

Try the following. Change the following line in installation_directory/apache/conf/httpd.conf


...
Listen 8080
...

Then restart the Apache server.

Cheers.

Forums Drupal