[erlang-questions] Serve PHP/Python scripts behind Erlang

Loïc Hoguin essen@REDACTED
Mon Mar 13 18:19:07 CET 2017


The typical setup uses fastcgi: https://en.wikipedia.org/wiki/FastCGI

There was an early attempt by Anthony at 
https://github.com/extend/ex_fcgi - not sure how much of it still works, 
but probably worth salvaging.

On 03/13/2017 06:09 PM, Frank Muller wrote:
> Hi guys
>
> What’s the most efficient way to run PHP (Python) scripts behind Erlang?
>
> I would like to receive HTTP requests in Cowboy and forward them to a
> PHP/Python backend.
>
> Get the response back from the backend and forward it to the client.
>
> Thanks in advance.
> /Frank
>
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>

-- 
Loïc Hoguin
https://ninenines.eu



More information about the erlang-questions mailing list