Questions tagged [bitnami]
116 questions
0
votes
1 answer
How do I reverse proxy a URL path?
I have a owncloud server running at owncloud.example.com/owncloud
Its a bitnami install and requires me to access it via the /owncloud path. I have the thing reverse proxied through nginx but it takes me to the bitnami page first from which I have…

Dikshant Adhikari
- 201
- 1
- 8
0
votes
2 answers
Changes to php.ini have no effect
When I look at the results of phpinfo() it shows my load configuration file as /opt/bitnami/php/etc/php.ini. However, when I make changes to this file and restart apache those changes are not reflected. In fact I tried renaming php.ini and…

AdamG
- 171
- 5
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,255
- 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
- 1
- 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,…

Max Ferguson
- 101
- 1
0
votes
0 answers
SSL Certificate related - Too many redirects
I am using bitnami wordpress website.
I was trying to replace the old SSL certificates files with the new ones.
I did replaced it but now I am getting "too many redirects errors".
Can anyone help me out?
I am using CLoudflare CDN.
When I enable…
0
votes
0 answers
Wordpress Bitnami on GCP - database error ip change
Please help me out.
I installed WordPress Multi-Tier Certified by Bitnami and Automattic on google cloud platform to develop a website and when it's almost finished my vm instance restarted or something and it changed IP....
Now I cannot access it.…

Geosh Ua
- 1
- 1
0
votes
0 answers
How to set individual mysqld parameters using the bitnami/mysql Helm chart?
We're using the bitnami/mysql Helm chart.
We'd like to upgrade max_allowed_packet from the default 16M value to 64M.
From what I can read in the README, it looks like the only way to pass custom [mysqld] parameters is by overriding the…

BenMorel
- 4,507
- 10
- 57
- 85
0
votes
2 answers
bitnami/nginx - stop generating RSA key pair
Please is there a way to stop bitnami/nginx to generate RSA key pair on start (since I am not using SSL in nginx.conf)?
It takes 25-30 seconds to start the app :(
Thanks
nginx 20:56:32.30
nginx 20:56:32.50 Welcome to the Bitnami nginx…

tomas
- 123
- 3
0
votes
1 answer
AWS Lightsail + Bitnami WordPress - Changed DNS to Cloudfare - Giving too many redirects
I have setup a WordPress website in AWS Lightsail (uses the Bitnami Wordpress). And I used the bncert-tool using the command sudo /opt/bitnami/bncert-tool to install the SSL.
I have forced www version to be used and and also the SSL was installed…

Vpp Man
- 103
- 1
0
votes
1 answer
fail2ban works with access logs but not error logs "Have not found any log file" Bitnami Servers
OK I am stumped...Why is it that fail2ban works perfectly fine on my ubuntu computer but on my aws bitnami stack it won't find the error_log file. It's like it hates the fact that bitnami puts the error logs in a non standard place. The access_log…

waltmagic
- 103
- 4
0
votes
0 answers
How to redirect any requests for guacamole home page using nginx?
I want to redirect only https://guacamole.example.com/#/ (aka guacamole homepage) to https://denied.example.com.
But, I don't want https://guacamole.example.com/#/sessiondetails/logindetails to be redirected.
But when i use in nginx this:
location =…

Em Fa
- 1
- 1
0
votes
1 answer
How to start myslq if it fails to start due to insufficient space, and the main files eating up space are mysql binary log files
My server disk usage looks like this:
Filesystem Size Used Avail Use% Mounted on
udev 989M 0 989M 0% /dev
tmpfs 200M 21M 180M 11% /run
/dev/xda1 59G 57G 9.7M 100% /
tmpfs 998M 0 998M …

truba
- 1
- 1