[users@httpd] Newbie - SSL Apache2 Ubuntu

2018-05-11 Thread Deepak Goel
Hello Is there a start-to-finish guide on how to integrate SSL with Apache2 on Ubuntu? Thank you Deepak Deepak "The greatness of a nation can be judged by the way its animals are treated. Please stop cruelty to Animals, become a Vegan" +91 73500 12833 deic...@gmail.com Facebook:

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

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

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

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: [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

[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

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] Newbie Rudy

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 <rudy...@comcast.net<mailto:rudy...@comcast.net&g

RE: [users@httpd] Newbie

2016-02-08 Thread Rudy
Subject: Re: [users@httpd] Newbie On Sun, Feb 7, 2016 at 12:08 PM, Rudy <rudy...@comcast.net> 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

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 <rudy...@comcast.net> wrote: I know n

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 >

[users@httpd] Newbie

2016-02-07 Thread Rudy
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 hosting.  I am looking for step by step instructions

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

[users@httpd] Newbie question about redirecting

2012-10-24 Thread james
I am new to the apache config and tomcat arena. forgive me if I am not giving all details. I can provide more if you let me know. Problem Desc: I have 2 tomcat instances running on a linux box. And I have a apache webserver running on the same box. I have 2 web applications running, one on

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

2012-06-28 Thread saikari keitele
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 a client browser)? My situation is that I want to set up a mysql

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 a

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 +1 last

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 FUD (at least if

[users@httpd] Newbie

2011-02-24 Thread Matt Guise
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 place. Thanks Matt

Re: [users@httpd] Newbie

2011-02-24 Thread Tom Evans
On Thu, Feb 24, 2011 at 5:01 PM, Matt Guise mgu...@mattguise.com 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

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

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

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 minutes,

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

Re: [users@httpd] Newbie

2011-02-24 Thread Arthur P Pesa
...@mattguise.com Date: Thu, Feb 24, 2011 11:12 am Subject: [users@httpd] Newbie To: users@httpd.apache.org 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

Re: [users@httpd] Newbie

2011-02-24 Thread Rainer Frey
...@mattguise.com Date: Thu, Feb 24, 2011 11:12 am Subject: [users@httpd] Newbie To: users@httpd.apache.org 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

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] Newbie

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
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@httpd] Newbie CGI: nested href

2005-06-03 Thread Michael D. Berger
I wrote a CGI that opens an html file, reads it and sends it out (with some modification). Now these files contain relative links of the form: a href=someFile.htmlsomething/a Now when the client clicks on something, only the relative paths appear to the CGI, and I cannot open the file. What

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:

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 corresponds

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

2005-06-01 Thread dhay
Hi, I'm quite new to Apache, and trying to understand what a graceful restart on Windows actually does. I'm running Apache with mod_jk with multiple Tomcats. When we add a new Tomcat, I would like to update the workers.properties file and then restart Apache so the changes take effect. Would

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

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 still

[users@httpd] Newbie query about proxypass

2005-05-19 Thread de Groot, Peter
Please help :-) New to Apache and am trying to setup a proxy pass to our weather station Website running on IIS on a PC on our internal network. Accessable vie http://egshs.wa.edu.au/weather Am having a few probs ... Starting with this one. .. The dreaded trailing slash ;-)

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 weather