Questions tagged [bitnami]
116 questions
0
votes
1 answer
How to copy mongo db from mongodb 3.0 to mongodb 3.6 on ec2 bitnami image
As the title implies, I need to copy db from ec2 instance with bitnami image that has mongodb pre-installed with version 3.0.9 , to new bitnami ec2 instance that has mongodb version 3.6.8 pre-installed.
I first used:
db.copyDatabase("my_db",…

Hudi Ilfeld
- 123
- 6
0
votes
2 answers
How to configure Django application at http://SERVER-IP/ instead of http://SERVER-IP/Project using bitnami aws?
I want to serve Django application at http://SERVER-IP/ OR a domain (www.example.com) instead of http://SERVER-IP/Project (www.example.com/Project) using BITNAMI Django Stack(v4.2).
I followed the documentation here for creating new application…

Asif Raza
- 103
- 4
0
votes
1 answer
Redirect from http to https stopped working after update of Moodle
After Moodle elearning system update, the redirection from http to https is not working anymore.
Environment: Debian 9, Bitnami Moodle appliance, Apache web server
Port 80 and 443 are opened in firewall. You can access the web site via https and…

culter
- 507
- 2
- 9
- 16
0
votes
1 answer
Is it possible to install Alfresco and Canvas LMS on the same server using Bitnami?
I've read about Bitnami modules using LAMP and Ruby, etc. But I would like to know if it is possible to install both Alfresco and Canvas LMS on the same server?
Since they're full installers and not modules, is this currently possible?

John Santiago
- 15
- 5
0
votes
0 answers
DEBEZIUM -- Mongodb primary node not Resolved in Debezium Kafka Connect -- Docker Compose
i have this docker compose file, that contains bitnami/mongodb containers for creating a replica set. and I've used zookeeper, kafka & debezium-connector for monitoring my mongodb replica set.
version: '2.2'
services:
mongodb-primary:
…
0
votes
2 answers
Mongodb primary node not Resolved in Debezium Kafka Connect — Docker Compose
i have this docker compose file, that contains bitnami/mongodb containers for creating a replica set. and I've used zookeeper, kafka & debezium-connector for monitoring my mongodb replica set.
version: '2.2'
services:
mongodb-primary:
…
0
votes
2 answers
Unable to successfully install GoDaddy SSL Certificate to Bitnami>Apache v2.4.23
I successfully created a CSR and downloaded the Apache SSL Certificates from Go Daddy. I received "257c0515593b569.crt" & "gd_bundle-g2-g1.crt". I've rigorously searched and tried finding a solution to installing the new SSL Certificates, however no…

Satain
- 1
- 2
0
votes
2 answers
Bitnami LAMP stacks virtual hosts within virtualhost section
I am trying to set up a virtual host so that my wordpress app on the Bitnami LAMP stack can be hosted on my website, www.iconverge.us. For reference, I am using AWS lightsail as my host. But I am getting this error:
bitnami@ip:~/apps/wordpress/conf$…

Noooo
- 3
- 3
0
votes
1 answer
Installing PHPExcel for Phabricator
I have installed Phabricator using the official Bitnami image on Google Compute Engine. It's working great, but when I try to use export to excel button in Maniphest, it shows the following error -
Excel Export Not Configured This system does…

noob
- 141
- 1
- 7
0
votes
1 answer
Adaptive Images issue on Bitnami Ubuntu Server
I am using a Amazon Bitnami Ubuntu Server to run Wordpress. I use the theme called Uncode, in this theme there is a feature included called "Asynchronous Adaptive Images". What it basically does it handles the loading speed of the images. (first the…

Matthias Reichl
- 3
- 3
0
votes
1 answer
Cloudflare + Amazon Web Server (wordpress) + Bitnami
I'm having trouble converting my website from http//: to Https://. I'm currently running Amazon Web Server with route 53 with Bitnami on my wordpress site. I changed the DNS records on my domain site and Amazon route 53 to the appropriate cloudfare…
0
votes
1 answer
Domain not loading on 1and1 bitnami wordpress application on cloud server?
if you check following domain:
top-produkttest.de
You will see, that nothing is loading. The Domain is pointed to the servers' IP Adress and I configured the domain in the vhosts file. The server is running on CentOS 7 and bitnami was preinstalled.…

Frederik Witte
- 101
- 4
0
votes
1 answer
Cloned Bitnami server sending traffic to wrong site
I'm sorry if this is something that is obvious or easily obtainable, but I've inherited a project at work and have been given very little time.
We have a Bitnami web server that hosts our main site, our dev server has fallen severely out of date…

user374603
- 3
- 1
0
votes
1 answer
debian- [ERROR] MySQL server not working "Unit mysql.service entered failed state."
This my first time setting a MySQL server on debian. I was trying to install Joomla! using this tutorial: docs.joomla.org/Installing_Joomla_on_Debian_Linux
I ended up installing bitnami and everything went fine until the demo ended. Since then for…

KupkaPollock
- 1
- 1
0
votes
1 answer
How to allocate memory to memcached?
I need to allocate memory to memcached.
I executed following command
sudo find / -name memcached.conf
and it returned a single file located at /opt/bitnami/common/etc/memcached.conf and it contains following content
mech_list: plain
log_level:…

lightsaber
- 101
- 2