[users@httpd] Python and Perl support in Apache

2018-05-07 Thread Hemant Chaudhary
Hi All, Which of the following is the best way to support python and perl in our apache and why. Python - WSGI, CGI, CGID or FCGID. PERL - mod_perl, cgi, cgid , mod_fcgid, mod_psgi. Thanks Hemant

Re: [users@httpd] Newbie - Apache as internet facing proxy for Windows/IIS backend .net app server?

2018-05-07 Thread Yehuda Katz
Your application will still need to run on a Windows server with IIS, but it can be behind your firewall. Your Apache HTTPD server would go in your DMZ and would proxy connections between the clients on the internet and the internal server. (Your firewall would need to allow those connections.) -

Re: [users@httpd] Newbie - Apache as internet facing proxy for Windows/IIS backend .net app server?

2018-05-07 Thread Charles Marcus
Ok, thanks! But to be clear - I asked the Support people and was told, and I quote: "The Webvantage, Client Portal and Mobile Server applications are .Net IIS applications that require Microsoft Windows and IIS." So... was that just a typical response from a Windows support person who doesn't re

Re: [users@httpd] Newbie - Apache as internet facing proxy for Windows/IIS backend .net app server?

2018-05-07 Thread Yehuda Katz
Certainly. I would start with the Reverse Proxy Guide: https://httpd.apache.org/docs/2.4/howto/reverse_proxy.html Come back here if you have any questions. - Y On Mon, May 7, 2018 at 1:32 PM Charles Marcus wrote: > Hello all, > > I just want to know if this is even worth my time trying to figur

[users@httpd] Newbie - Apache as internet facing proxy for Windows/IIS backend .net app server?

2018-05-07 Thread Charles Marcus
Hello all, I just want to know if this is even worth my time trying to figure out. We have an Accounting application (.ne/IIS on Windows Server 2008R2) on our LAN, but I need to provide a window to this through the internet, and I'd really, really like to not put a Windows Server on our DMZ facin