-1

Now when i try to install apache it gives error

configure: Configuring Apache Portable Runtime library..

APR not found..

How to install APR in openshift?

Paresh Dudhat
  • 1,166
  • 1
  • 14
  • 28

1 Answers1

1

What are you trying to do? If you just want to run a static html site, then just use one of the php cartridges, and it will service static content just fine. Otherwise it might help to explain exactly what you are trying to do?

  • thanks for reply mate. I am trying to install bugzilla there. So i need perl,mysql and apache. When i choose perl cartridge and then mysql i am not able choose Apache cartridge . So i want to install apache manually.. – Paresh Dudhat May 31 '14 at 10:08
  • 1
    The perl cartridge uses apache by default, you should not need to install apache manually. –  Jun 01 '14 at 15:30
  • what if i want to use openshift as a file server or a server to have few images along with public path of those images to be used in my jsp – neel4soft Feb 02 '15 at 09:38
  • The php cartridge does not work out of the box for static HTML files as Apache would. Try to move a folder with static html files, then try to render them in the browser. Result = 0 – Eduardo in Norway Nov 19 '15 at 08:43