Questions tagged [bitnami]

106 questions
0
votes
1 answer

Having CORS Issues with Apache/Wordpress

I have enabled CORS in Apache, here are the headings I am seeing when loading the site: HTTP/1.1 200 OK Access-Control-Allow-Methods: GET, POST, OPTIONS Access-Control-Allow-Origin: * Cache-Control: no-cache, must-revalidate, max-age=0, max-age=0,…
Kladskull
  • 1,265
  • 5
  • 15
  • 32
0
votes
1 answer

Restarting Apache 2 broke website

I was having difficulty restarting Apache on Ubuntu. I tried sudo netstat -ltnp | grep ':80' I get: tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 31855/httpd if I run sudo /etc/init.d/apache2 restart I get: *…
Trey
  • 111
  • 4
0
votes
1 answer

How can I persuade a wordpress bitnami module to operate on a subdomain?

So I have bitnami's LAMP stack running, and I have a wordpress module installed within it. I want my wordpress installation to live at blog.example.com, and any wordpress links to remain under blog.example.com/xyz, and not to redirect to…
Chironex
  • 101
  • 1
0
votes
1 answer

Bitnami redmine error SVN

I'm installing the Bitnami Redmine stack (redmine + subversion). Firstly I install configure and test it locally (Ubuntu 14.04 LTS). And everything is OK. I install Bitnami stack on server (Red Hat 4.4.7-4) and configure SVN. I commit files into SVN…
Eugene
  • 157
  • 8
0
votes
0 answers

MySQL response times spiking at regular intervals

I recently set up a windows Hyper-V VPS with a bitnami django stack. I am monitering the website with newrelic. I noticed that my MySQL database response times spike about every 30 min. My first thought was that a cron job was running every 30 mins,…
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…
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
  • 4
0
votes
0 answers

Wordpress/Woo Commerce site keeps timing out

I have a woocommerce website hosted using AWS Lightsail on the bitnami stack. It's using apache and php-fpm. I use Cloudflare for DNS and some basic caching. The site has been up and running on Lightsail for 9 months but for the past 3 weeks has…
Dunc
  • 101
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
  • 3
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…
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…
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
  • 6
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…
0
votes
0 answers

MongoDB won't start on AWS instance using Bitnami Parse Package instance

I have parse server running on an Ubuntu AWS instance when I attempted to restart my mongoDb it won't start. I pinged my local host and there didn't seem to be any issues with that but my apache log did have some warnings/errors about port 4040…
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