Questions tagged [bitnami]

106 questions
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
  • 229
  • 4
  • 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
  • 229
  • 4
  • 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…
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
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
  • 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:…
-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
  • 6
-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.…
-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