Questions tagged [bitnami]

106 questions
4
votes
3 answers

How to use nohup to continue to run a command after the user logout?

nohup & When I SSH into a Linux server, if I want to run a command and make sure that it will continue to run in the background after I logout from SSH, I will use the above commands. Recently I am using a server stack called Bitnami…
userpal
  • 593
  • 3
  • 9
  • 17
4
votes
1 answer

Nginx file upload pauses / stalls in the middle (uploads only 258kb and stops) - 408 request timeout

I have install bitnami nginx stack (nginx, php-fpm, mysql) to run multiple drupal 7 and node.js sites, but for now there is only one D7 site installed. File upload works perfectly in localhost. But as soon as I upload it to Linode vps with bitnami…
Amrit Bera
  • 141
  • 3
3
votes
3 answers

IP address redirects to www.IP address

I have a Google Cloud Compute instance running a Bitnami Magento stack. For some strange reason if I try to browse to the site via the IP address it prefixes the IP address with www. so fails. The site domain name is fine. This is relevant because…
2
votes
1 answer

HTTPS site is not loading in NGINX web server

Below is my NGINX configuration. My website is deployed on AWS EC2 instance. I have checked the firewall settings and port 443 is open for public access. I'm able to access my website from http://example.com. But I'm unable to access the website…
Anirudh
  • 119
  • 5
2
votes
1 answer

AWS EC2 Server Refused Connection - Unmounted replaced authorized_keys - still cannot connect

So we were working on configurations for a soon to be production server. After making some configuration changes, we rebooted the machine and we got the dreaded "server refused connection" message. I tried creating an AMI and re-launching to try and…
2
votes
3 answers

client denied by server configuration: /opt/bitnami/apps/wordpress/htdocs/

I have word-press website on ec2 with bitnami image in error log file i am getting bellow snippet error. I have overwrite default htaccess.conf file with my .htaccess file now the path for .htaccess file is /opt/bitnami/apps/wordpress/htdocs/ …
Sanjay Nakate
  • 71
  • 1
  • 6
2
votes
1 answer

Has anyone successfully booted to a local VM from a .VMDK downloaded from GCP

Exporting a custom image to Cloud Storage I did this, then downloaded the .VMDK file one large 30gb file. I have VMware workstation Pro 15.5 I am new to this whole VM thing. I managed to make an image of my GCP webserver instance and then saved it…
2
votes
2 answers

5 Google Cloud websites down at the same time without a clue

I have 5 instances with google cloud, all running WordPress by bitnami. At 11am today, all websites are inaccessible...that's weird because I didn't alter anything and suddenly, not 1 website, but all websites down at the same time. Did try to stop…
Alans Ng
  • 41
  • 3
1
vote
0 answers

VPC subnet error when deploying Bitname Elasticsearch to non-default GCE network

Deploying Bitnami's single-VM Elasticsearch. The error is: Invalid value for field 'resource.networkInterfaces[0]': ''. Subnetwork should be specified for custom subnetmode network It works fine if I deploy it to my default network, but I get this…
Isvara
  • 215
  • 1
  • 12
1
vote
1 answer

Not able to find admin username for Roundcube by Bitnami

After deploying Roundcube by Bitnami I am looking for admin username. This is the username in the deployment page. "Admin user: Use a GMail account by default" and the username is not admin. What does it mean how could I login the roundcube with…
vizon
  • 13
  • 3
1
vote
0 answers

Apache redirect from http to https - SSL handshake failed: HTTP spoken on HTTPS port

I have Moodle (elearning system) web application installed on Debian 9 with Apache web server. It is a bitnami appliance, but the only difference is the folder structure. I configured redirection from http to https several months ago. Recently I…
culter
  • 507
  • 2
  • 7
  • 16
1
vote
2 answers

Apache can't start - Address already in use - Unable to listen for connections, unable to open logs

I have Debian 9 installation (Bitnami appliance) with Moodle learning system and Lambda theme. We have https enabled. I tried to secure apache server according to best practices and the last two things I changed was adding "FileETag None" in some…
culter
  • 507
  • 2
  • 7
  • 16
1
vote
1 answer

How to change shell password for AWS - Bitnami Wordpress AMI?

I have just created a VPS with Bitnami Wordpress AMI on Amazon Web Services. Currently I can access the server via SSH by use of certificate. I think shell user bitnami, does not have a password, since it doesn't ask for a password at login. I have…
Tolga
  • 185
  • 1
  • 8
1
vote
1 answer

Upgraded HVM AMI won't launch on m4 instance types

I am using the Bitnami Tomcat on Ubuntu AWS AMI for my application servers. I want to upgrade my old PV image to be hardware virtualized (HVM) so I can take advantage of the m4 instance types on AWS. I followed these instructions for upgrading an…
Joe Ernst
  • 113
  • 3
1
vote
1 answer

how to connect mongodb with replicaset url?

I'm using MongoDB with replication(bitnami) on Azure. I have created three mongodb nodes(1 primary ,1 secondary and 1 arbiter). When I try to connect with MongoDB connection URI…
1
2 3 4 5 6 7 8