Re: Reverse Proxy for Web Application (or adding it as extension to Apache web server)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, Sep 8, 2018 at 8:13 PM Osman Zakir <osmanzakir90@xxxxxxxxxxx> wrote:
>
> I put the files for my app that I wanted to be served behind a reverse proxy into Apache's document root instead to have them served that way (is this a good idea?  Can Apache start the server as an extension like this?).

What files did you copy? You only mentioned before a C++ based HTTP
server.   I don't think copying anything like that to be served
directly by Apache would help.
There are much more involved/estoeric solutions in this area, but they
wouldn't just be a matter of copying files.  These options would be
FastCGI or writing an Apache module. Both are much more complicated
than a reverse proxy if you already have a backend HTTP server.

It's not clear why you want anything in front of your c++ http server.
But you are really missing the basics of how multiple
servers/processes will be interacting.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx




[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux