Apache HTTPD And Apache Tomcat

 Hi, I have developed one HTTPD application by using PHP build pack feature. Its working fine without issues. Now my question is I want to use GUI mode to edit the httpd configuration file. Does we have any options. Or Is there any existing application to

sathish Mandhadapu's profile image
sathish Mandhadapu posted Oct 21, 2019 08:54 PM

 

Daniel Mikusa's profile image
Daniel Mikusa

What do you mean by GUI mode? Normally you'd just edit any HTTPD config by hand in your favorite text editor.

Daniel Mikusa's profile image
Daniel Mikusa

Pivotal does not recommend that you edit the configuration which is generated by the build pack. The PHP buildpack should generate all configuration required to deploy your app. If you are manually adjusting the HTTPD configuration, that's considered an advance customization and you would need to be familiar with editing the HTTPD configuration to do that. Pivotal does not provide or recommend a UI to edit this configuration.

 

That said, if you have a tool that you like there's nothing stopping you from copying the configuration that is generated out of your application container and editing it, or using your tool to edit the default HTTPD config files that are shipped with the buildpack.

 

https://github.com/cloudfoundry/php-buildpack/tree/master/defaults/config/httpd/

 

Hope that helps!

sathish Mandhadapu's profile image
sathish Mandhadapu

Instead of using some editor. I want to use some tool like Apache GUI or Webmin. Can you recommend pivotal approved tool.