Questions tagged [bitnami]
116 questions
1
vote
1 answer
Remove "www" subdomain from Bitnami install of Wordpress on AWS EC2
I am pretty fresh to URL rewrites, and AWS for that matter. I installed Wordpress on an AWS EC2 micro instance and I would like to make is so that my site always redirects the www.domain.com to domain.com.
I followed the instruction from Bitnami…

user2357169
- 11
- 3
1
vote
2 answers
Any downsides to using a pre-packaged cloud Bitnami stack over individual modules?
Specifically Bitnami's WordPress stack for GCP or AWS - are there any drawbacks to using their quick pre-packaged bundle instead of manually installing and configuring a LAMP stack and WordPress other than the slightly different install path?
Is…

Nick Faughey
- 123
- 3
1
vote
1 answer
Jenkins server not opening ports for slave connection
I'm using Bitnami Jenkins virtual image with VMWare.
I'm getting a ConnectException Connection timed out to my Jenkins server when I try to connect a web start slave. I can access the Jenkins server from a web browser (port 80). Using nmap on the…

illumi
- 21
- 5
1
vote
1 answer
How to replace "xxxxxx@example.com" as administrator of Bitnami GitLab image on AWS?
After installing the GitLab AMI image, is there a quick hack for the back-end database to replace "@example.com" references to my own?
There is no way to fix this through the normal UI since it needs email confirmation.
Instructions are scarce.

Alex R
- 1,063
- 3
- 14
- 29
1
vote
1 answer
How to find evidence of outbound network traffic in linux
I have setup a standard web application server in AWS using a bitnami Apache-Tomcat AMI. The instance is running in a public subnet with all Outbound traffic open but only allowing traffic inbound through port 22 (only from my IP) and ports 80 &…

Pelly
- 23
- 5
1
vote
1 answer
ssh git commands authenticating with authorized_keys
I have an amazon ec2 cloud server running Ubuntu 12.04.3 LTS (GNU/Linux 3.2.0-52-virtual x86_64). I have gitlab installed using bitnami image. SSH cloning of repos does not work.
I can not log in as git over ssh with ssh key
➜ front-end…

Billy Moon
- 1,437
- 3
- 17
- 23
1
vote
0 answers
k8s pods ImagePullBackOff issue bitnami rabbitmq-exporter
In our scenario, We are facing an issue that fails to download the bitnami/rabbitmq-exporter from Dockrhub.
kubectl get statefulset rabbitmq -o yaml
name: rabbitmq
- name: RABBIT_URL
value: http://localhost:15672
- name:…

samtech 2021
- 81
- 7
1
vote
1 answer
Re-enabling commands in a cluster environment
we are running Redis as a container in a Kubernetes cluster (v1.21.14-gke.3000) where it is installed via Helm. Helm uses the Bitnami image, which disables the FLUSHALL command. As with this article, we want to re-enable Redis command but editing…

Erick Calder
- 11
- 3
1
vote
1 answer
Force redirect HTTP to HTTPS AWS WORDPRESS MULTISITE BITNAMI
I have two websites on AWS Lightsail WORDPRESS Multisite BITNAMI - default installation and configuration. HTTPS is already working, however, if the user uses HTTP - it also works - I would like to do automatic redirection to all configured sites.

Fabio
- 11
- 2
1
vote
0 answers
Apache doesn't respond
I have a AWS Lightsail Bitnami LAMP 7.4.27-16 machine that every night stops responding at random time. I installed LetsEncrypt certificate and vsftpd for a new specific ftp user.
On the machine all seems working properly. The server is listening,…

Daniele C
- 11
- 1
1
vote
2 answers
Forcing HTTP/HTTPS Redirect on AWS LightSail Wordpress Multisite - Not being implemented
I have searched many site and also Bitnami support pages and I was unable to find an answer to this issue I see. I cannot post on Bitnami support cummunity as a new topic as I have just joined :/
I have summarised as best I can but there is a lot…

BubblesFW
- 11
- 3
1
vote
0 answers
Bitnami Apache: Rewrite HTTP to HTTPS
I'm trying to redirect all HTTP requests to HTTPS in a Bitnami LAMP environment.
At first I followed the steps here but it did not work. I also tried the answer of this question and basically everything in between.
Here is what I have…

tmath
- 111
- 2
1
vote
1 answer
Does AWS Bitnami stay up to date?
I use a Bitnami NodeJS instance on AWS. I found in the Bitnami docs](https://docs.bitnami.com/aws/get-started-lightsail/) that I have to manually keep a Wordpress installation updated. But for the OS, I could not find whether it keeps itself updated…

miguelmorin
- 249
- 1
- 5
- 13
1
vote
1 answer
HTTP 500 Error After Trying To Set Up Error Reporting on Google Cloud Console
I tried the following code on SSH to try and set up Error Reporting on a Wordpress Bitnami vm-instance on Google Cloud Console:
sudo -i
sudo nano…

Fion Lim
- 11
- 1
1
vote
0 answers
Location of authpriv.notice logs on Bitnami
I have a Bitnami server, Ubuntu Xenial, on AWS LightSail. I followed this tutorial to restrict SSH connections by country. This script ipfilter.sh filters IP addresses:
#!/bin/bash
# License: WTFPL
# UPPERCASE space-separated country codes to…

miguelmorin
- 249
- 1
- 5
- 13