Questions tagged [bitnami]

Bitnami is a library of popular server applications and development environments that can be installed with one click, either in your laptop, in a virtual machine or hosted in the cloud.

1759 questions
4
votes
1 answer

Apache httpd server on windows won't start

I installed Apache on Windows7 through a bitnami install package for trac. As a final installation step the installer tried to start the Apache httpd service and threw up an error that starting the https service failed. I found out why when I tried…
driftwood
  • 2,051
  • 4
  • 21
  • 28
4
votes
3 answers

How to I get control of the Cache-Control header with Wordpress on Apache?

This is driving me absolutely nuts. We're running Wordpress on Apache (we're new to this stack, if that's not obvious). Specifically this is a Bitnami AMI. Since we're pretty much 100% on AWS, I wanted to use Cloudfront dynamic content caching in…
Taylor
  • 681
  • 1
  • 8
  • 15
4
votes
2 answers

Pymongo connection timeout from remote machine

I have a Bitnami MEAN Stack running on AWS EC2. I'm trying to connect from a remote machine using PyMongo. from pymongo import MongoClient conn = MongoClient('mongodb://username:password@ec2blah.us-east-1.compute.amazonaws.com:27017/dbname') but I…
nodebase
  • 2,510
  • 6
  • 31
  • 46
4
votes
1 answer

Laravel helper function base_path() failing

I'm accessing Laravel's helper function base_path() in a model class. I'm running Laravel 4.1.23 I'm getting the following error: PHP Fatal error: Call to a member function make() on a non-object in…
Zach Mance
  • 95
  • 9
4
votes
2 answers

mod rewrite not working with laravel and bitNami

http.conf has mod rewrite uncommented so no custom routes are working someone in #laravel mentioned it would be because mod rewrite isn't working here is my setup: laravel.conf has the following code: Alias /laravel/…
arcanine
  • 1,933
  • 1
  • 15
  • 22
4
votes
1 answer

Bitnami - /opt/bitnami/python/bin/.python2.7.bin: error while loading shared libraries: libreadline.so.5

I getting the below issue when firing up django or ipython notebook /opt/bitnami/python/bin/.python2.7.bin: error while loading shared libraries: libreadline.so.5 However libreadline.so.5 exists in my system after locating it as shown…
fear_matrix
  • 4,912
  • 10
  • 44
  • 65
4
votes
2 answers

Wordpress Child Theme Not Appearing In Dashboard

From what I understand, I go to my website dashboard > appearance > themes, and there I am supposed to select the child theme that I create. But it doesn't appear there. Here is the dir structure of my themes folder: ---- wp-content ----- themes …
John Smith
  • 83
  • 1
  • 5
4
votes
1 answer

Relational DatabaseError in django postgresql database after deploying project to bitnami

I am deploying my django project using amazon ec2 and the bitnami-djangostack ami. While I was developing the app locally I used mysql. But after deploying the project I used the default for bitnami postgresql. Now I am getting the following…
katie bekell
  • 361
  • 5
  • 23
4
votes
2 answers

SVN error: ( success ( 2 2 ( ) ( edit-pipeline svndiff1 absent-entries commit-revprops depth log-revprops atomic-revprops partial-replay ) ) )?

Can't Access Bitnami Redmine Subversion via browser (a message appeared). Bitnami Redmine installed and running perfectly: version BitNami Redmine Stack 1.3.0-1 Running on Windows Server 2008 R2 Foundation. The aim is to access Subversion, as the…
user1633212
  • 41
  • 1
  • 2
3
votes
1 answer

Upload file Bitnami Wordpress to .well-known served through application/json

I just start using Bitnami Wordpress for Apache and I am having trouble implementing Password Autofill for iOS: https://developer.apple.com/documentation/xcode/supporting-associated-domains In a nutshell, a file called apple-app-site-association…
NoKey
  • 129
  • 11
  • 32
3
votes
1 answer

readiness probe with command running scripts readiness-probe.sh failed on openshift by Mongodb Helm Chart bitnami

by Deploying the Mongodb Helm Chart of Bitnami to openshift, i got the Error "Readiness Probe failed" the Health Check setting for Readiness and liveness Probe is looking like this livenessProbe: failureThreshold: 6 …
NMV
  • 31
  • 1
  • 2
3
votes
1 answer

Docker image "Bitnami" stuck in validating settings

I am a user of a MacBook M1 pro, I use the following dependencies: Docker version 20.10.12 Docker Compose version 1.29.2 Node version v17.6.0 Bitnami version: 'bitnami/mongodb:5.0.8' Docker-compose.yml version: '3.9' My error happens when I run…
user19144229
3
votes
2 answers

Install The Wkhtmltopdf Extension issue in Odoo 15 Packaged By Bitnami

Install The Wkhtmltopdf Extension issue in Odoo 15 Packaged By Bitnami For Windows / Linux / MacOS / OS X VM I got this error when using odoo 15 on VMware workstation 16 Error / issue image | screenshot this is what the error shows in my odoo web…
Anmega02
  • 39
  • 2
  • 5
3
votes
1 answer

Upgrade bitnami postgresql image k8s

I was trying to upgrade from bitnami pg image 11 -> version 14. When trying to do so i was prompted with the following error: The data directory was initialized by PostgreSQL version 11, which is not compatible with this version 14.0 In order to…
krobbo
  • 31
  • 2
3
votes
0 answers

What causes this and how to fix: Error code: SSL_ERROR_NO_CYPHER_OVERLAP

I'm migrating a bitnami wordpress site from AWS lightsail to GCP. The AWS's setup includes a purchased wildcard SSL. When I set up the loadbalancer in GCP, I opt for Google's SSL instead. I got this error Error code: SSL_ERROR_NO_CYPHER_OVERLAP when…