Re: [users@httpd] Some questions about launch a reverse proxy.

2021-03-06 Thread Jason Long
Thank you. If Apache can do it, then why ATS? On Saturday, March 6, 2021, 05:21:04 PM GMT+3:30, William Dumangeng Jr wrote: Yes, Apache httpd can be a Reverse proxy too using "ProxyPass" directive in the config file. On Sat, Mar 6, 2021 at 9:35 PM Jason Long wrote: > Thanks. >

Re: [users@httpd] Some questions about launch a reverse proxy.

2021-03-06 Thread William Dumangeng Jr
https://httpd.apache.org/docs/2.4/mod/mod_proxy.html On Sat, Mar 6, 2021 at 9:44 PM William Dumangeng Jr wrote: > Yes, Apache httpd can be a Reverse proxy too using *"ProxyPass" *directive > in the config file. > > On Sat, Mar 6, 2021 at 9:35 PM Jason Long > wrote: > >> Thanks. >> Apache can't

Re: [users@httpd] Some questions about launch a reverse proxy.

2021-03-06 Thread William Dumangeng Jr
Yes, Apache httpd can be a Reverse proxy too using *"ProxyPass" *directive in the config file. On Sat, Mar 6, 2021 at 9:35 PM Jason Long wrote: > Thanks. > Apache can't do it? > > > > > > > On Saturday, March 6, 2021, 05:02:44 PM GMT+3:30, William Dumangeng Jr < > wbdumang...@dilg.gov.ph>

Re: [users@httpd] Some questions about launch a reverse proxy.

2021-03-06 Thread Jason Long
Thanks. Apache can't do it? On Saturday, March 6, 2021, 05:02:44 PM GMT+3:30, William Dumangeng Jr wrote: Reverse proxy software like Nginx, ATS or Varnish. Install any of those software and the WAF in the same host. On Sat, Mar 6, 2021 at 7:07 PM Jason Long wrote: > Hi William, >

Re: [users@httpd] Some questions about launch a reverse proxy.

2021-03-06 Thread William Dumangeng Jr
Reverse proxy software like Nginx, ATS or Varnish. Install any of those software and the WAF in the same host. On Sat, Mar 6, 2021 at 7:07 PM Jason Long wrote: > Hi William, > Thank you. > I need your second diagram: > > The Internet--->WAF and Reverse Prox(Public >

Re: [users@httpd] Some questions about launch a reverse proxy.

2021-03-06 Thread Jason Long
Hi William, Thank you. I need your second diagram: The Internet--->WAF and Reverse Prox(Public IP)-->Apache(Private IP) But, which program doing Reverse Proxy? Apache? On Saturday, March 6, 2021, 09:01:38 AM GMT+3:30, William Dumangeng Jr wrote: Hi; The WAF and web

Re: [users@httpd] Some questions about launch a reverse proxy.

2021-03-05 Thread William Dumangeng Jr
Hi; The WAF and web server can reside in a single host and the reverse proxy in another host or you can also install WAF with the Reverse proxy (Nginx). The Internet--->Reverse Prox(Public IP)-->WAF and Apache(Private IP) or The Internet--->WAF and Reverse Prox(Public

[users@httpd] Some questions about launch a reverse proxy.

2021-03-05 Thread Jason Long
Hello, I want to launch a ModSecurity or an IDS\IPS as a reverse proxy and I have some questions. I'm a beginner and I'm thankful if anyone help me. My goal is: The Internet --> WAF or IDS\IPS --> Web Server My questions are: 1- On WAF server, I need Apache too? 2- Should I set the web server