Questions tagged [bitnami]
116 questions
0
votes
0 answers
[AWS Lightsail wordpress]HTTPS domain name hyperlinks replaced by HTTP static IP
I moved my blog to AWS Lightsail for Wordpress instance. I have Ezoic CDN enabled + DNS management proxied with Cloudflare. Domain name redirects to HTTPS from HTTP.
example.com --> https://example.com
but, but all of my hyperlinks within the…

mrbitnbyte
- 1
- 1
0
votes
1 answer
Apache 2.4: ProxyPassMatch prevents mod_rewrite?
I try to setup a new development-environment in docker, with:
Bitnami Apache 2.4 - bitnami/apache:2.4
Bitnami PHP 8.0 - bitnami/php-fpm:8.0
Bitnami Mysql 5.7 - bitnami/mysql:5.7
The whole thing is up and running fine, except:
In my vhost.conf i…

Mojo78
- 1
- 1
0
votes
0 answers
Permission denied (publickey) - bitnami at AWS (Wordpress site) - Connecting with PC
I face following issues when trying to connect from my PS using either PowerShell or Cygwin to AWS on which my Wordpress site is hosted (Bitnami).
(I simply what to log in to the server either this way or using Putty as described here ([LINK][1]…

Dantes
- 101
- 1
0
votes
1 answer
On a AWS Lightsail Bitnami wordpress server how do I enable ipv6 for https after enabling it for only ipv4 using the bncert-tool?
On my server on AWS Lightsail I installed Wordpress via Bitnami, I then ran the bncert-tool via this link https://docs.bitnami.com/aws/how-to/generate-install-lets-encrypt-ssl/ but it only works on ipv4 addresses on apache and such, I have done this…

jamiecropley
- 3
- 2
0
votes
1 answer
RabbitMQ Helm chart installation in a Kubernetes cluster failing distributing Erlang cookie to a node
I'm trying to install a RabbitMQ cluster through the Bitnami Helm chart (https://github.com/bitnami/charts/tree/master/bitnami/rabbitmq) in an EKS cluster and when I execute the Helm installation I get the following error in the first pod…

Felipe
- 11
- 1
- 5
0
votes
1 answer
how do you check load balancer method "algorithm" for a nginx ingress controller?
I do have an ingress controller load balancer in my Kubernetes Cluster, how do I know if my load balancer run which algorithm? and what happens if my load balancer is not working or the algorithm is not working properly.
Nb: install ingress…

newcomers
- 1
- 4
0
votes
0 answers
AWS EC2 Next JS server stop responding after some time
I am running NextJS server on AWS EC2 instances. I use pm2 to manage my applications. The setup works pretty fine but the problem is after a few days the server stops responding with a 522 status code.
Once I restart the apache server with…

Imtiaz Chowdhury
- 3
- 4
0
votes
0 answers
Load balancer algorithm of bitnami nginx ingress
I do install the ingress controller via helm and the Nginx ingress controller from bitnami, I pretty sure the bitnami use the kubernetes/ingress-nginx from here https://github.com/kubernetes/ingress-nginx
i read an article that said that the default…

newcomers
- 1
- 4
0
votes
0 answers
/etc/sudoers is owned by uid 1000, should be 0
I accidentally changed ownership of etc folder in a lightsail bitnami AWS machine. Is there a way to get the ownership back to root. The main problem seems to be that the root account doesn't have a password, so the password I enter is for the user…

Abhishek Rai
- 115
- 7
0
votes
1 answer
Change Redis Sentinel offered port
I have set up three Redis servers using Bitnami Docker images.
Both plain and TLS ports have been configured for Redis and Sentinel.
How does Sentinel determine which Redis Master port (TLS or plain) should present to the client? Is there any…

user2798081
- 41
- 1
- 5
0
votes
1 answer
Kubernetes error "Unable to attach or mount volumes"
I deployed bitnami/wordpress helm using nginx ingress as loadbalancer like here. Everything working fine but problem is with some pods when they are created manually or automaticly by autoscaling. Some of them (not all) have all time…

Don Don Don
- 1
- 1
- 3
0
votes
1 answer
Automate the creation of database/user/password into K8 for Bitnami helm chart postgresql
I'm deploying the https://github.com/bitnami/charts/tree/master/bitnami/postgresql into k8s and wondering how can I automate the following
creation of a database
create a role with password as owner of the database above
I've seen the extraDeploy…

silviud
- 2,687
- 2
- 18
- 19
0
votes
1 answer
Error establishing a database connection on Bitnami Wordpress Site
I'm running Wordpress Bitnami website on an ec2 instance.
Operating system is Debian Linux
Earlier today, I noticed my site becoming slow whenever I upload products(Content)
I have done technical research on increasing the speed,so one of the…

quintumnia
- 111
- 5
0
votes
1 answer
Google Cloud: our instance is running but we are not able to access the site via external IP
We have 4 instances running on Google Cloud and only 1 of them is not accessible. When I view the instance, everything appears to be fine. I ran the Bitnami support tool and it returned the following issues:
? Apache: Found possible issues
?…

Mark
- 1
0
votes
0 answers
I accidentally set /home/user/.ssh permissions to 755 and I'm locked out of my google cloud bitnami instance SSH
I'll admit I'm not the most sysadmin savvy person; this is my first time working with google cloud and bitnami so I really do not know what I'm doing.
The problem: I wanted to set the permissions of a project folder to 755 for php related reasons…

loohhoo
- 1
- 1