bitnami

takes many refreshes before server side code is updated?

巧了我就是萌 提交于 2019-12-14 02:05:35
问题 I am using Bitnami WAMP Stack. Whenever I edit a php file in my IDE(I am using netbeans, have also tried phpstorm), it take 4-5 refreshes in the browser, before the page is updated. I first though that it was a cache issue in Google Chrome, but, I also tried Mozilla Firefox with history disabled. Still have the same problem. Any ideas, what could be causing this? P.S: this happens with server side code too.. eg. Controllers in Laravel. 回答1: Bitnami developer here, If you are developing on top

“mysql -v” command line error(linux/ubuntu)

情到浓时终转凉″ 提交于 2019-12-13 04:40:12
问题 bitnami@ip-10-99-67-123:~/.rvm/gems$ ruby -v ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-linux] bitnami@ip-10-99-67-123:~/.rvm/gems$ rails -v Rails 3.2.3 bitnami@ip-10-99-67-123:~/.rvm/gems$ mysql --version mysql Ver 14.14 Distrib 5.5.22, for debian-linux-gnu (x86_64) using readline 6.2 bitnami@ip-10-99-67-123:~/.rvm/gems$ mysql -v ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) bitnami@ip-10-99-67-123:~/.rvm/gems$ Any Idea why

Getting Lego error passing email address using --email

别来无恙 提交于 2019-12-13 03:14:37
问题 To renew a LetsEncrypt certificate I was following this Bitnami doc and: sudo /opt/bitnami/letsencrypt/lego --tls --email="somebody@example.com" --domains="example.com" --domains="www.example.com" --path="/opt/bitnami/letsencrypt" renew --days 90 kept returning the error: You have to pass an account (email address) to the program using --email or -m I tried retyping the hyphens and quotations in case they were being changed to en dashes and inverted commas in copy/paste, but no luck.

htaccess - IP canonicalization to HTTPS

大憨熊 提交于 2019-12-13 03:13:54
问题 Bitnami wordpress on Google Cloud. Ok, the below code, diverts all to https non-www which works great, but the issue is we can't get the dedicated IP to redirect to https url. Please see below; RewriteEngine on <ifModule mod_rewrite.c> RewriteBase / # IP REDIRECT CONANIZATION RewriteCond %{HTTP_HOST} ^00\.00\.93\.114$ RewriteRule ^(.*)$ https://example.co.uk/$1 [L,R=301] ### WORKING HTTP to HTTPS / NON-WWW - WORKS #if not example.co.uk then redirect to example.co.uk RewriteCond %{HTTP_HOST} !

GCE LetsEncrypt Error - Cannot locate wrapped file

喜夏-厌秋 提交于 2019-12-13 02:23:29
问题 I am running into an issue with executing 'letsencrypt-auto' on the GCE Bitnami Ghost image. The issue can be reproduced using the base installer below: https://cloud.google.com/launcher/solution/bitnami-launchpad/ghost Here is the command I use, and it's output: sudo wget https://github.com/letsencrypt/letsencrypt/archive/master.zip sudo unzip master.zip cd letsencrypt sudo /opt/bitnami/ctlscript.sh stop sudo ./letsencrypt-auto --debug ..install dependencies... **Reading package lists...

Difficulty setting Solr JVM memory settings on Ubuntu with Bitnami AMI

时间秒杀一切 提交于 2019-12-12 23:51:18
问题 I am using the Apache Solr powered by BitNami EC2 AMI. Solr is running, but I'd like to change the startup configuration to increase the amount of memory allocated to JVM. I have tried modifying the startup script at at /opt/bitnami/apache-solr/scripts/ctl.sh by modifying the following line: SOLR="$JAVABIN -Dsolr.solr.home=$SOLR_HOME -Djetty.logs=$INSTALL_PATH/logs/ -Djetty.home=$INSTALL_PATH/ -jar $INSTALL_PATH/start.jar $INSTALL_PATH/etc/jetty.xml" I've tried different permutations for the

BitNami GitLab Stack 5.1.0-2 with LDAP

强颜欢笑 提交于 2019-12-12 09:07:01
问题 I am configuring LDAP for BitNami GitLab Stack 5.1.0-2 I use following settings for /opt/bitnami/apps/gitlab/htdocs/config/gitlab.yml ## LDAP settings ldap: enabled: true host: '192.168.1.14' base: 'DC=company,DC=com' port: 389 uid: 'sAMAccountName' method: "plain" bind_dn: 'gitlab-ldap@company.com' Example at GitHub https://github.com/gitlabhq/gitlabhq/blob/master/config/gitlab.yml.example#L82-L91 After restart I see LDAP Sign in as default button, but I can't login. Could not authorize you

pg_ext.so: undefined symbol: rb_thread_select

我的梦境 提交于 2019-12-12 07:01:23
问题 bash-4.2# rake db:create /opt/rubystack-2.3.1-0/ruby/bin/.ruby.bin: symbol lookup error: /opt/rubystack-2.3.1-0/ruby/lib/ruby/gems/2.3.0/gems/pg-0.18.4/lib/pg_ext.so: undefined symbol: rb_thread_select bash-4.2# ruby -v ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-linux] bash-4.2# rails -v Rails 4.2.6 bash-4.2# gem list pg *** LOCAL GEMS *** pg (0.18.4, 0.15.1) what's the problem? it's bitnami's ruby stack. NOTE: It's NOT pg version's bug? Please check my log! Ruby version 2.3.1, pg

How to install bitnami wordpress inside a subdirectory of bitnami wordpress?

时光怂恿深爱的人放手 提交于 2019-12-12 04:45:41
问题 I have a website hosted on www.example.com that is a Bitnami application. I want to install another bitnami wordpress on the same server that should be accessible on www.example.com/blog. How to do this? 回答1: You can install more than one WordPress module on a Bitnami stack. Download it from the Bitnami website, and install it using --wordpress_instance_name NEW_BLOG_NAME option. First, download the module, and then run the download file with a special parameter. Windows shell> ./bitnami

How to remove index.php from codeigniter on Bitnami MAMP stack

99封情书 提交于 2019-12-12 04:25:36
问题 I have been developing using Bitnami MAMP stack 5.6.19 on my Macbook I'm now ready to upload it to my server, but before that I want to remove the index.php from the site url and test it on my Mac so I can address any bugs. I have tried changing the httpd-app.conf, httpd-prefix.conf as suggested on the Bitnami site, but no luck. I get a 404 error from the page. Here is the httpd-app.conf I change AllowOverrite from None to All <Directory "/Applications/mampstack-5.6.19-0/frameworks