PHP CGI module for Go

I wish to implement PHP-fpm support on my Go applications to communicate with WordPress with Nginx. Is it possible to write Go built-in stdlib and how does Caddy “communicate” with fpm each time user requested?

Not sure if I can find a suitable packages that was already written.

I’m not too sure I understand your question but all I can do it throw some links at you and hope they’re what you’re looking for.

Caddy’s php_fastcgi directive:

Caddy’s fastcgi implementation is here:

1 Like

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