Questions tagged [openshift-online-2]

OpenShift Online 2 will cease operation on 31 December 2017. Questions about OpenShift Online 3 should be tagged openshift-online-3.

OpenShift Online is Red Hat's Platform as a Service (PaaS), a cloud application development and hosting platform that automates the provisioning, management, and scaling of applications so that you can focus on writing code for your business, startup, or next big idea.

Check out the Getting Started page to get up and running quickly, see the Developer Portal for more in-depth topics, and visit the Help Center for even more resources and guidance.

82 questions
5
votes
1 answer

How to serve static files with apache on openshift official python cartridge?

I have scalable openshift online app with official python-2.7 cartridge. By default everything is served with mod_wsgi handler. How do I configure my app and/or Apache to serve some static files in my repo (like images, css and javascript) with…
RSSCake
  • 101
  • 1
  • 5
4
votes
1 answer

Connection error in bitvise ssh client

Iam able to connect to ssh server host on openshift using putty but while using the same setting in bitvise ssh client i get the folowing error - 01:47:18.424 Connecton failed. getaddrinfo() failed. Windows error 11003: A …
warl0ck
  • 141
  • 1
  • 1
  • 6
4
votes
0 answers

Openshift SSH permission denied through corporate proxy

am trying to connect local->cntlm->company proxy->rhcloud host. I have the keys uploaded to rhcloud and GitHub. With the current configuration with corkscrew i am able to connect to git via ssh. However ssh -v to host doesn't work. The fingerprint…
winkidzz
  • 41
  • 2
3
votes
0 answers

Openshift not installing node modules

I have a production pipeline of local code pushed via git to Wercker (a continuous delivery platform) and then is forwarded to openshift for production. Both steps, the local build and the deployment to openshift give no errors but when the code…
motleydev
  • 233
  • 1
  • 3
  • 5
3
votes
1 answer

OpenShift/MySQL error: lower_case_table_names error when migrating from OS X to OpenShift

Ok, so I have dumped a MySQL 5.x database from an OS X instance, and am having problems importing the database into the OpenShift MySQL 5.5 container. My tables are Camel-case (eg "tblAccounts") but the script is throwing errors like "cannot find…
2
votes
1 answer

Session files are created every 2 second. Running on openshift Laravel PHP nginx haproxy

What causes the access on the server when the server starts? I've run rhc tail on my app to monitor the new logs. Here is my log http://laravel.io/bin/Dez4o When I started the app using rhc app-start app-root/logs/php-fpm-error.log [26-Jul-2016…
marlo
  • 123
  • 5
2
votes
2 answers

Openshift + HAproxy 503 custom page

I'm using 503 HTTP Status and a coming soon page for maintenance mode. Is there any way to get HAproxy serving server-side generated 503 page instead of the default blank/unavailable page? I'm using Openshift + HAproxy + Cloudflare + PHP. Thanks in…
PhGeek
  • 23
  • 6
2
votes
1 answer

How can I install libmemcached on Openshift with sasl support?

I need libmemcached with sasl support to use Memcached Cloud cartridge on Openshift Online. I doing next: 1) Install sasl. curl -LO ftp://ftp.cyrusimap.org/cyrus-sasl/cyrus-sasl-2.1.26.tar.gz tar --xvzf cyrus-sasl-2.1.26.tar.gz cd…
BottieYOYO
  • 21
  • 2
2
votes
2 answers

wordpress on openshift custom domain “too many redirects” error

wordpress on openshift custom domain "too many redirects" error for wp-admin page, works on openshift default domain. My custom domain is: https://sesjau.tk/wp-admin . So I check siteurl and home in option table and both are http://sesjau.tk I have…
2
votes
0 answers

how to serve a single page application with openshift

I'm tryng to deploy a single page app on openshift. On openshift all the static contents have to be in wsgi/static dir, but I obviously want to serve my static index.html from the root. Every attempts to do this with an .htaccess in wsgi/ dir…
2
votes
1 answer

Strange request every 2 seconds from local IP (127.6.205.1), which overflows logs (OpenShift)

I get a strange request every 2 seconds from 127.6.205.1. My production.log (Ruby on Rails) file looks like so: > ... I, [2015-01-16T15:05:23.491062 #79682] INFO -- : Started GET "/" for 127.6.205.1 at 2015-01-16 15:05:23 -0500 I,…
dortonway
  • 121
  • 1
2
votes
0 answers

Is it possible to run a proxy server on "OpenShift Online" or appfog? If yes, how?

In the openshift documentation it says under 4.2: In OpenShift Online, proxy ports are not directly accessible from outside the collection of nodes. To explain the question: We have a tiny proxy server script running on such a free openshift gear.…
Andromeda
  • 21
  • 1
2
votes
0 answers

Can't restart OpenShift application

Failed to execute: 'control start' for /var/lib/openshift/52692eb65973ca78800000c0/diy OpenShift application won't let me restart via the console or the web interface! [xxxxx.rhcloud.com 52692eb65973ca78800000c0]\> ctl_app stop Stopping…
tbeauvais
  • 121
  • 2
1
vote
1 answer

OpenShift MongoDB ECONNREFUSED

When attempting to connect to the mongodb-2.4 cartridge i keep getting the following ==> app-root/logs/nodejs.log <== Error: connect ECONNREFUSED 127.0.0.1:27017 at Object.exports._errnoException (util.js:893:11) at…
medoix
  • 222
  • 3
  • 10
1
vote
0 answers

Enable x509 Authentication in Tomcat on Openshift

I have a web application deployed on Tomcat 7 running on Openshift. I managed to enable HTTP-to-HTTPS redirection on the server (instruction). I don't have valid certificate. So I have to use the original URL https://foo-bar.rhcloud.com (no custome…
Rad
  • 195
  • 3
  • 10
1
2 3 4 5 6