Questions tagged [openshift-php-cartidges]

22 questions
0
votes
1 answer

Openshift not running PHP/MySQL portions of code

I am using the Openshift by Redhat service to host my web site. Free plan. The site uses HTML, PHP, SQL, Javascript, AJAX, and JSON. When I run the code using my local server, it works as expected. When I run it through Openshift the PHP/SQL…
0
votes
1 answer

How to update httpd.conf file in openshift

Is there a way to apply Apache server config (in httpd.conf) to Openshift PHP application? I need to add a configuration so that Apache acts as reverse proxy for specific URL pattern and those requests need to be handled by a java application also…
Amit
  • 181
  • 1
  • 10
0
votes
1 answer

Connecting two laravel application to one database Openshift

I am using openshift I have tried to connect both my application to the same database okay. So far I have tried this rhc env-set OPENSHIFT_EXTMYSQL_DB_HOST=someIpAdress OPENSHIFT_EXTMYSQL_DB_PORT=somenumber OPENSHIFT_EXTMYSQL_DB_PASSWORD=dummyvalue…
user22092
  • 19
  • 3
0
votes
1 answer

OpenShift PHP Image Asset Giving 500 Error

I have deployed a PHP website do an OpenShift PHP 5.4 Cartridge. The application loads just fine, CSS, JS, etc. but images do not load correctly. The images exist in the git repo which is being pushed to OpenShift just fine but when I attempt to…
0
votes
1 answer

Laravel 5 Openshift Database not connecting

I am setting up a Laravel 5 openshift application but every time i had the database code in project it says whoops something missing. I have added the environment in .env as in my database credential an still no success. I am wondering what may be…
user22092
  • 19
  • 3
0
votes
3 answers

Openshift PHP include Fails

I have an Openshift account set up with PHP 5.4. I have two files that reside in the same directory: index.phpLoginWebInterface.php I have in my index.php…
Gene
  • 1
  • 1
0
votes
1 answer

How to correct cname record issue with openshift applications?

In my Openshift account there are 3 applications created. For these applications I have used JBOSS(appa), PHP(appb) and Ruby(appc) cartridges. Following this document; I had added a custom URL such as www.myweb.org on appa application. This…
Vijay Shanker Dubey
  • 4,308
  • 6
  • 32
  • 49
1
2