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

2018-05-10 Thread Yehuda Katz
You could add additional authentication requirements in the reverse proxy for specific requests. You can also make sure to only proxy requests that match what you think the backend should process. There are a lot of tools that can help you, but as you said, you might get the best results if someone

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

2018-05-10 Thread Charles Marcus
Ok, a follow-up question... My only concern here is security. This is not and never will be a heavily used system, but it will serve as a gateway to a backend accounting system, so I'm not concerned with load balancing or any of the other features that come with a reverse proxy. My only concern is

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

2018-05-08 Thread Charles Marcus
Ok, will give this a shot, although I won't get any support from them for the reverse proxy - but hopefully won't need any. :) */Charles/*/* */ On Mon May 07 2018 13:56:56 GMT-0400 (Eastern Standard Time), Yehuda Katz wrote: > Your application will still need to run on a Windows server with IIS,

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

RE: [users@httpd] Newbie

2016-02-08 Thread Rudy
Thanks Pete, looks like a good forum for me to search through. Thanks, Rudy Schutter rudy...@comcast.net 954.494.3148 From: Pete Helgren [mailto:p...@bsfinternational.org] Sent: Monday, February 8, 2016 8:22 AM To: 'users@httpd.apache.org' Subject: RE: [users@httpd] Newbi

RE: [users@httpd] Newbie

2016-02-08 Thread Rudy
To: users@httpd.apache.org Subject: Re: [users@httpd] Newbie IBM packages their own version of HTTPD. This might be a good place to start: http://www-03.ibm.com/systems/power/software/i/http/ - Y On Sun, Feb 7, 2016 at 12:08 PM, Rudy wrote: I know nothing of Apache, but, I wish

RE: [users@httpd] Newbie

2016-02-08 Thread Rudy
Subject: Re: [users@httpd] Newbie On Sun, Feb 7, 2016 at 12:08 PM, Rudy wrote: > I know nothing of Apache, but, I wish to setup an older iSeries as a > web server using Apache. My iSeries is a 520 running V7R1 and I > connect to it using a Windows 10 PC. I am a long time RPG programmer &

RE: [users@httpd] Newbie

2016-02-08 Thread Pete Helgren
AM To: users@httpd.apache.org Subject: Re: [users@httpd] Newbie IBM packages their own version of HTTPD. This might be a good place to start: http://www-03.ibm.com/systems/power/software/i/http/ - Y On Sun, Feb 7, 2016 at 12:08 PM, Rudy mailto:rudy...@comcast.net>> wrote: I know noth

Re: [users@httpd] Newbie

2016-02-07 Thread Yehuda Katz
IBM packages their own version of HTTPD. This might be a good place to start: http://www-03.ibm.com/systems/power/software/i/http/ - Y On Sun, Feb 7, 2016 at 12:08 PM, Rudy wrote: > I know nothing of Apache, but, I wish to setup an older iSeries as a web > server using Apache. My iSeries is

Re: [users@httpd] Newbie

2016-02-07 Thread Eric Covener
On Sun, Feb 7, 2016 at 12:08 PM, Rudy wrote: > I know nothing of Apache, but, I wish to setup an older iSeries as a web > server using Apache. My iSeries is a 520 running V7R1 and I connect to it > using a Windows 10 PC. I am a long time RPG programmer but have no > experience with HTTP or web h

Re: [users@httpd] [Newbie] Can Apache only deal with http requests

2012-06-28 Thread John Iliffe
On Thursday 28 June 2012 12:13:52 saikari keitele wrote: > Hello, > Sorry for such a newbie question. I would need clarification concerning > the exact scope of what Apache is meant for. Is it correct to say that > Apache is a server only for responding to http requests (typically > generated from

Re: [users@httpd] Newbie

2011-03-02 Thread Norman Fournier
On 2011-03-02, at 5:17 AM, Igor Galić wrote: > > - Original Message - >> On Thursday 24 February 2011 21:55:17 Arthur P Pesa wrote: >>> When I was using my MAC to run Apache, I installed the full version >>> of >>> Apache since my MAC had a "light" version of httpd. >> >> Stop spreading F

Re: [users@httpd] Newbie

2011-03-02 Thread Igor Galić
- Original Message - > On Thursday 24 February 2011 21:55:17 Arthur P Pesa wrote: > > When I was using my MAC to run Apache, I installed the full version > > of > > Apache since my MAC had a "light" version of httpd. > > Stop spreading FUD (at least if you mean a Mac computer with one of

Re: [users@httpd] Newbie

2011-02-24 Thread Rainer Frey
On Thursday 24 February 2011 21:55:17 Arthur P Pesa wrote: > When I was using my MAC to run Apache, I installed the full version of > Apache since my MAC had a "light" version of httpd. Stop spreading FUD (at least if you mean a Mac computer with one of last 3 or 4 major versions of OS X by "MAC"

Re: [users@httpd] Newbie

2011-02-24 Thread Arthur P Pesa
When I was using my MAC to run Apache, I installed the full version of Apache since my MAC had a "light" version of httpd. I found it confusing as well, until I had the full version of Apache Sent from my HTC on the Now Network from Sprint! - Reply message - From: "Matt Guise" Date: T

Re: [users@httpd] Newbie

2011-02-24 Thread Norman Fournier
Hello, You might try putting your files in Library/WebServer/Documents/ Norman On 2011-02-24, at 12:12 PM, Matt Guise wrote: > Web Sharing and File Sharing is on and checked. But when I type in the > Safari browser " http://localhost/"; I get the message "Safari can't open the > page "http://l

Re: [users@httpd] Newbie

2011-02-24 Thread Matt Guise
Web Sharing and File Sharing is on and checked. But when I type in the Safari browser " http://localhost/"; I get the message "Safari can't open the page "http://localhost/"; because the server unexpectedly dropped the connection. This sometimes occurs when the serveris busy. Wait for a few minute

Re: [users@httpd] Newbie

2011-02-24 Thread Doug McNutt
At 11:40 -0600 2/24/11, Matt Guise wrote: >My ultimate goal is to run the server on my iMac running Mac OS X Version >10.6.6. Using Adobe Dreamweaver I want to test PHP pages locally on my >computer. All mac's come with Apache installed but for some reason mine is >not running right. I called Appl

Re: [users@httpd] Newbie

2011-02-24 Thread Matt Guise
Great! This is awesome! Glad you are here. My ultimate goal is to run the server on my iMac running Mac OS X Version 10.6.6. Using Adobe Dreamweaver I want to test PHP pages locally on my computer. All mac's come with Apache installed but for some reason mine is not running right. I called AppleC

Re: [users@httpd] Newbie

2011-02-24 Thread Tom Evans
On Thu, Feb 24, 2011 at 5:01 PM, Matt Guise wrote: > Please forgive if I am sending this to the wrong place. > > I am a newbie and I am trying to reinstall my apache server. > > Please let me know if I sent this to the wrong place and I will no longer > bother you.  Please direct me to the right p

RE: [users@httpd] Newbie CGI: nested href

2005-06-04 Thread Michael D. Berger
Indeed, one "non-standard" link had to be corrected. Later I'll run find...grep to check for other problems. Mike. -- Michael D. Berger [EMAIL PROTECTED] > -Original Message- > From: Dan Mahoney, System Admin [mailto:[EMAIL PROTECTED] > Sent: Saturday, June 04, 2005 10:37 AM > To: users

RE: [users@httpd] Newbie CGI: nested href

2005-06-04 Thread Dan Mahoney, System Admin
On Sat, 4 Jun 2005, Michael D. Berger wrote: Problem solved by pathcing the href in the outgoing response. Mike. It was either that, or come up with some complex mod_rewrite answer so your users wouldn't see the cgi url but rather the url of some page. I figured just tweaking the links (as

RE: [users@httpd] Newbie CGI: nested href

2005-06-04 Thread Michael D. Berger
Problem solved by pathcing the href in the outgoing response. Mike. -- Michael D. Berger [EMAIL PROTECTED] > -Original Message- > From: Michael D. Berger [mailto:[EMAIL PROTECTED] > Sent: Saturday, June 04, 2005 12:34 AM > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] Newb

RE: [users@httpd] Newbie CGI: nested href

2005-06-03 Thread Michael D. Berger
I have a legacy tree with numerous branches, and many relative links. I was hoping to get it all with one CGI. Mike. -- Michael D. Berger [EMAIL PROTECTED] > -Original Message- > From: Dan Mahoney, System Admin [mailto:[EMAIL PROTECTED] > Sent: Saturday, June 04, 2005 12:32 AM > To: Apa

Re: [users@httpd] Newbie CGI: nested href

2005-06-03 Thread Dan Mahoney, System Admin
On Sat, 4 Jun 2005, Michael D. Berger wrote: Try putting the cgi in the same directory as the html file and turning on execCGI in that directory? That's the easy answer. I suppose there's something harder involving mod_rewrite. But since you're parsing the html anyway, you could rewrite the

RE: [users@httpd] Newbie Qu - details of graceful restart on Windows

2005-06-02 Thread Boyle Owen
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 1. Juni 2005 18:17 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Newbie Qu - details of graceful restart on > Windows Can you do a graceful restart on Windows? On Unix, a graceful corres

RE: [users@httpd] Newbie query about proxypass

2005-05-23 Thread Boyle Owen
> -Original Message- > From: de Groot, Peter [mailto:[EMAIL PROTECTED] > Sent: Montag, 23. Mai 2005 11:47 > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] Newbie query about proxypass > > > > Many thanks for the help, and some excellent reading :-) > > However ... I am st

RE: [users@httpd] Newbie query about proxypass

2005-05-23 Thread de Groot, Peter
Many thanks for the help, and some excellent reading :-) However ... I am still getting inconsistant results, both myself and my testing off-site people. Have I done it correctly ? Code below. I am wondering ... I am proxy-ing to an IIS with its default file set (index.htm). Is my director

RE: [users@httpd] Newbie query about proxypass

2005-05-19 Thread Boyle Owen
> -Original Message- > From: de Groot, Peter [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 19. Mai 2005 10:32 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Newbie query about proxypass > > > > > Please help :-) > > New to Apache and am trying to setup a proxy pass to our >