How do I deploy a Golang app with Apache?

Hi, I’ve been trying to do this for a whole day and I don’t see a way of getting it done. The thing that I need to do is:

A) How to config my apache “page” or subdirectory from root home.
B) Once server configured, how to get the apache requests to my golang app.

But just configuring the Apache server is a huge issue here.

A quick google search has yielded these golden nuggets of information regarding your problem: Go vs Apache, or both?

And for Apache reverse proxy configuration: https://httpd.apache.org/docs/2.4/howto/reverse_proxy.html

Yes, I had seen them both, but I’m totally new to Apache, and I think that my lack of experience gets in the way, so I wanted to know if some people knew about a more specific or detailed approach. Anyways thank you very much.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.