Just wondering if there is any documentation/guidance to hosting the zip file downloaded during a direct update on a cdn. This is hinted at in section 6.1 of this document, but not really expanded:
http://public.dhe.ibm.com/software/mobile-solutions/worklight/docs/v610/Scalability_and_Hardware_Sizing.pdf
Also, we're using WL 5.0.6.20131030-1441 - is this possible?
Thanks,
We have APAR PI06287 which is part of Fix list for 5.0.6
Please check below links:
PI06287: AKAMAI CDN IS NOT SUPPORTED BY DIRECT UPDATE
http://www-01.ibm.com/support/docview.wss?uid=swg27038650
http://www-01.ibm.com/support/docview.wss?uid=swg24036825
Is this what you are looking for?
Thanks,
D.J. Kim
Related
I am trying to find some guidance on where to go next on the issue I am having migrating a phpbb3 site from one hosting service to another.
I have checked to make sure the config.php file has been changed to work on the new server, as well as the common.php file. I am getting a HTTP 500 error when I try to search for the forum. The main site is working normally, just the message board is having a problem.
Nothing about the structure of the sites pages has changed, only the hosting server. (I downloaded a copy of the website before moving it so I have everything in the exact way it was before, just on the new server.)
Do I need to install phpbb onto the server itself with Softaculous?
Anything would help, I need to get the site back up and running soon.
Thanks in advance.
Jacob
This post would have been better addressed on phpBB.com support section...
In any cases most hosting companies out there will perform the migration for you for free.
Did you ask about handling a migration for you?
There are many things that need to be done when migrating to a new hosting.
here a couple of pointers for you:
-PHP version in use should be PHP 5.6.x as phpBB 3.0.x does not support higher PHP versions
-config.php might need updating, for example these two fields:
$dbhost = '';
$dbport = '';
-check your error logs in your cPanel as they will reveal the cause of the 500 error
Also, NO you do not need Softaculous
I'll be happy to help you with this if you PM me on:
https://www.phpbb.com/community/memberlist.php?mode=viewprofile&u=1428301
-SiteSplat
The php version on the new hosting services server was above what phpBB 3.0.x needed. I upgraded phpBB to version 3.2.9 and the issue was resolved.
I want to install openshift origin containerized installation(advanced installation) on machine without internet access.
I referred to this URL -> https://docs.openshift.com/enterprise/3.1/install_config/install/disconnected_install.html
But it still going to docker.io and registry.*.redhat.com.
Please suggest a possible approach to achieve the goal.
There is a way to accomplish this install.The updated documentation does list the steps.
Let me know if you are still looking for the steps.
I have installed Varnish accelerator with Apache webserver for Magento installation.
Can any body suggest the best default.vcl (/etc/varnish/default.vcl) configuration for this ?
Any help appreciated.
Thanks.
Obiously you didn't Google this, atleast look for the solution yourself before you come to SO.
When I googled "Magento Varnish" I came up with this first links that is a FREE extension that contains the default.vcl file that you need:
http://www.magentocommerce.com/magento-connect/pagecache-powered-by-varnish.html
If google did still guide you here:
Magento does by now offer a default VCL files within the depths of their GIT repository.
for Varnish 4.x
https://github.com/magento/magento2/blob/2.3/app/code/Magento/PageCache/etc/varnish4.vcl
for Varnish 5.x
https://github.com/magento/magento2/blob/2.3/app/code/Magento/PageCache/etc/varnish5.vcl
for Varnish 6.x
https://github.com/magento/magento2/blob/777b0b0a0950b819991fda239793c91c966254be/app/code/Magento/PageCache/etc/varnish6.vcl
I am running Rails 3.0.3 and trying to use Rubber to deploy my app to Amazon ec2. I watched Railscast #347 on this subject and followed every step. But when I run cap rubber:create_staging, I get .../gems/amazon-ec2-0.9.17/lib/AWS.rb:142:in 'initialize': No :server provided (AWS::ArgumentError), which when I look at the line in AWS.rb seems like I should have set a default_host somewhere, but Ryan Bates never mentioned that in the Railscast and I don't know where to set that or what that even really means in this context. In which config file can I set the default host? Or is this indicative of a different problem? Thanks so much in advance.
You're running a really old version of Rubber. Please try upgrading to the latest 2.x release and let me know if that works.
I have been trying to download the source distributions for activeMQ now for over a week and all I get is a server not found page. I have emailed apache and have gotten no responses. At one point the mirrors site was taking me to a celebrity gossip website. I can get the binary distribution but I need the source code. This is the link I have been trying
http://www.apache.org/dyn/closer.cgi?path=%2Factivemq%2Fapache-activemq%2F5.4.0%2Factivemq-parent-5.4.0-source-release.tar.gz
Does anyone know what is going on with this?
thanks,
Rebeka
You can get it from:
http://www.apache.org/dist//activemq/apache-activemq/5.4.0/
Until the broken links are resolved you can always get it from svn:
https://svn.apache.org/repos/asf/activemq/tags/activemq-5.4.0/
You can find active MQ core source code here:
http://grepcode.com/project/repo1.maven.org/maven2/org.apache.activemq/activemq-core/
Grab the latest release, just follow the download link from their page.
e.g. here