Questions tagged [bitnami]
116 questions
0
votes
1 answer
K8S Redis connection
I've installed Bitnami Helm Chart for HA Redis:
https://bitnami.com/stack/redis/helm
aleg@Azure:~$ kubectl get pods | grep redis
redis-1580896952-master-0 1/1 Running 0 67m
redis-1580896952-slave-0 …

Alec
- 23
- 1
- 1
- 5
-1
votes
1 answer
Bitnami Weblate on AWS Lightsail
Is it possible to use this Bitnami image in a Lightsail instance instead of of a ec2?
https://aws.amazon.com/marketplace/pp/Bitnami-Weblate-Certified-by-Bitnami/B00NN8X6U2
We will use this not often and want to save money.
Weblate webiste:…

Philipp S.
- 103
- 2
-1
votes
1 answer
How do I install GitLabe CE on Bitnami Mattermost AMI Image
On Amazon EC2 I have already installed the Bitnami Mattermost Team Edition image from the market place. Now I wish to install GitLab CE on this image. I can launch another EC2 Bitname Gitlabe CE instance. But if I want to install Bitnami Gitlab CE…

Nina Sonbolian
- 109
- 2
- 8
-1
votes
1 answer
after Disabled Bitnami banner, Apache not running, Httpd could not be started
I went to restart Apache after disabling the banner with
sudo /opt/bitnami/apps/wordpress/bnconfig --disable_banner 1
now Apache won't restart
~$ sudo /opt/bitnami/ctlscript.sh status
php-fpm already running
apache not running
mysql already…
-1
votes
2 answers
Postgres DB HDD needs expanding
I have an Azure VM running Postgres on Unix, supplied by Bitnami: PostgreSQL 9.6.2-0 (Ubuntu 14.04)
The DB works fine and I am populating it, but after some time, the DB reaches about 25GB in size and then my code (populating the DB)…

pookie
- 151
- 1
- 7
-1
votes
1 answer
Why isn't Apache reporting HTTPS to PHP?
Problem
Apache isn't reporting HTTPS in the $_SERVER variable of PHP. Certificate is correctly configured according to sslcheck.nl and the website redirects every HTTP request to the HTTPS equivalent.
$_SERVER variable:
HTTPS key does not…

Waaghals
- 69
- 1
- 7
-1
votes
2 answers
Mysqld.bin and php-fpm eating up all my CPU
mysqld.bin and php-fpm are eating up all my CPU.
Here is the output of top run 10 times: https://gist.github.com/two7sclash/5081188dd00e8fc6bfcb
I've got plenty of memory and CPU for the load (theoretically) so I don't understand what is happening.…

two7s_clash
- 215
- 1
- 4
- 14
-1
votes
1 answer
Without port site is not working http://askothers.net:8080
How can I fix it without a port?
http://askothers.net:8080 is working but http://askothers.net is not working
ServerName askothers.net
ServerAlias www.askothers.net
Redirect /…

Pervez
- 99
-1
votes
1 answer
How to fix domain redirect with slash using Apache2 and Bitnami?
I'm running a Wordpress website with Bitnami which confused me a lot of ways.
The issue is when you click a link www.domain.com/ja/ then it goes to www.domain.comja because there is a missing slash /
EDIT: I discovered how it handles…

Ivan
- 99
- 3
-2
votes
1 answer
Google cloud platform "Your free trial has ended" - server no longer available
I opened on 2018/1/1 Google's free 1 year trial with bitnami.
got an email 2+ weeks ago saying:
Your free trial has ended.
Time has run out, and your free trial is over. After 30 days, your work may
be deleted. Upgrade now to keep working and…

FoosMaster
- 19
- 3
-5
votes
2 answers
My homepage wont go through HTTPS
So my domain is www.urtina.com and as u can see whenever you go on that link it will get HTTP (without padlock) but if you go to any other link it will be HTTPS. Only my homepage goes through HTTP.
Important things to mention is that I use Apache.…