0

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 hosted in Openshift. But I do not have access to httpd.conf file and only root user has access to it. The file I am referring to is (php/configuration/etc/conf/httpd.conf)

Amit
  • 181
  • 1
  • 10

1 Answers1

0

The users do not have permissions to edit the hhtpd.conf file in PHP cartridges I know of.

However, you can develop your own cartridge, that will have it configured according to your needs. You can find more about creating cartridges here.

Jiri Fiala
  • 1,400
  • 7
  • 10