Questions tagged [bitnami]
116 questions
0
votes
1 answer
How to manage storage / persistence overflow in Bitnami Kafka Helm chart?
I deploy Bitanmi Kafka Helm chart on AWS provisioned with Terraform. I find the documentation storage and persistence allocation, very confusing. From what I understood from the documentation; logs are chunks of messages in a topic, when…

Rubber Duck
- 101
- 2
0
votes
2 answers
My Google Cloud Platform Website stopped working
It may be a rookie mistake, but I don't know who else to turn to.
I have a Wordpress Bitnami, hosted on Google CLoud Platform.
It is the only instance on my account.
I was working on editing a document (nothing involving development code, just…

Jonathan
- 1
- 2
0
votes
0 answers
How to restore the error.log functionality in Apache, bitnami Wappstack?
I am using the Bitnami Wappstack 7.4.10 in windows, with PHP 7.4 and Apache 2.4.46 . By accident I made a script that had an infinite loop that also produced an error in every iteration, so the log file grew to be very large, many gigabytes long. I…

algo
- 1
0
votes
3 answers
AWS lightsail Bitnami Wordpress Permissions 101
I'm new and find it a struggle to work with the permissions settings on AWS lightsail bitnami Wordpress.
I don't understand why do I have permissions restrictions despite login in as bitnami root user?
I use Cyberduck and login as bitnami with SSH…

SnickersTwixes
- 11
- 1
- 2
0
votes
1 answer
Some pages return "502 Bad Gateway" error
I just realized that certain links of my website lead to "502 Bad Gateway" error. For example, https://v2a.10studio.tech/10studio/auth/google, https://v2a.10studio.tech/auth/google, https://v2a.10studio.tech/10studio/auth/microsoft,…

SoftTimur
- 337
- 2
- 8
- 16
0
votes
1 answer
Lightsail LAMP - Virtual Hosts stopped working after adding SSL
After hours and hours of efforts on research, I'm posting this.
I'm trying to add a domain and its sub-domain on a single static IP created in LAMP instance in Amazon Lightsail, and add Let's Encrypt SSL certificate to both.
Before adding SSL, I had…

Yogesh Mistry
- 103
- 5
0
votes
1 answer
How to renew Let's Encrypt certificate that fails with port error even though Apache is stopped?
I am trying to renew the Let's encrypt certificate for an AWS Ubuntu instance that is running Bitnami Parse-Server for the purpose of being the backend for an iOS app. When the iOS app crashed with message "Sign on failed, the data couldn't be read…

Daniel Patriarca
- 101
- 2
0
votes
0 answers
Force https traffic on Bitnami lightsail aws
I want to make sure I get this right before messing anything up.
According to [bitnami docs found here][1] to force HTTPS I should go to this file:
/opt/bitnami/apache2/conf/bitnami/bitnami.conf
When I get here the current file has this for virutal…

FabricioG
- 167
- 1
- 7
0
votes
1 answer
Enable gzip with docker and bitnami/nginx
I deployed a website with docker and bitnami/nginx as image: https://www.10studio.tech/demo. After deployment, I realized that files like analyzejs.js was not gzipped:
Here is docker-compose.yml:
version: "3"
services:
docusaurus:
image:…

SoftTimur
- 337
- 2
- 8
- 16
0
votes
2 answers
port redirect not working for https apache2
I am trying to configure apache2 on aws lightsail instance. the instance was default setup for aws wordpress + aws linux. I have a node.js server running on port 5000 on this instance.
the apache server is in /opt/bitnami/apache2.
First I tried to…

Imtiaz Chowdhury
- 3
- 4
0
votes
0 answers
What is the extra SSL connection on AWS and bitnami to my IP address?
I have a server on AWS and bitnami redirecting SSL on port 443 to . When I list processes listening on that port, most often I see only one line, and sometimes I see two, with the second one related to my IP and my ISP:
$ lsof -i…

miguelmorin
- 249
- 1
- 5
- 13
0
votes
1 answer
How to stop an application started with NPM's forever start?
I started a NodeJS application with forever start app.js. The code had a bug and the server is not running and not responding. When I launch it again with npm start, I see that the port is already in use:
events.js:288
throw er; // Unhandled…

miguelmorin
- 249
- 1
- 5
- 13
0
votes
1 answer
How to force www. version
I have a problem with my bitnami wordpress hosted on Google cloud.
I have both the www and the non-www version running in parallel.
I want to have all the non-www traffic 301 to the www version.
I added these lines into the conf file:
…

Roma
- 1
0
votes
1 answer
AWS Lightsail Bitnami Wordpress Instance with MySql
I am used to shared hosting with a cpanel. I have just started learning VPC and can't seem to wrap my head around how lightsail Bitnami Wordpress (the one-click installation) instance work.
MySql database:
The MySql database costs $18/month.
Is it…

Organic Heart
- 157
- 1
- 8
0
votes
1 answer
apache reverse proxy http2 to https
EDIT: I figured out the issue
I didn't have the http2 module turned on, so enabling http2 on the edge wasn't working. I don't need http2 communication between apache and my node servers, as there is no HTTP connection limit between servers.
This…

sakekasi
- 1
- 1