[users@httpd] Observations of the Apache 2.6.18 Load balancer / Proxy

2016-01-26 Thread Bumbernick, Tom
We are attempting to use Apache 2.6.18 as a Load Balancer / Proxy to front end a cluster of Tomcat application servers. The back end servers are running an application that uses WebSockets to increase performance. We have been unable to find an Apache Web Server configuration that will not str

Re: [users@httpd] proxying content to another server

2016-01-26 Thread Rose, John B
Is there any reason this would not work in Apache 2.0? RequestHeader set always HOST="whatever.com" From: John Rose mailto:jbr...@utk.edu>> Reply-To: "users@httpd.apache.org" mailto:users@httpd.apache.org>> Date: Tuesday, January 26, 2016 11:07 AM To: "users@httpd

Re: [users@httpd] Apache Tomcat 2.4 forbidden on root when Indexes are disabled.

2016-01-26 Thread Richard
> Date: Tuesday, January 26, 2016 17:24:31 +0100 > From: Weare Borg > > On Tue, Jan 26, 2016 at 4:57 PM, Richard wrote: >> >> > Date: Tuesday, January 26, 2016 16:51:01 +0100 >> > From: Weare Borg >> > >> > On Tue, Jan 26, 2016 at 4:47 PM, Richard wrote: >> > >> >> >> >> > Date: Tuesday, Ja

Re: [users@httpd] Apache Tomcat 2.4 forbidden on root when Indexes are disabled.

2016-01-26 Thread Weare Borg
On Tue, Jan 26, 2016 at 4:57 PM, Richard wrote: > > > > Date: Tuesday, January 26, 2016 16:51:01 +0100 > > From: Weare Borg > > > > On Tue, Jan 26, 2016 at 4:47 PM, Richard wrote: > > > >> > >> > Date: Tuesday, January 26, 2016 16:40:23 +0100 > >> > From: Weare Borg > >> > > >> > Hi Eric, > >>

Re: [users@httpd] proxying content to another server

2016-01-26 Thread Rose, John B
It seems to be working ... RequestHeader set always HOST="whatever.com" Thanks Daniel and Eric From: Daniel mailto:dferra...@gmail.com>> Reply-To: "users@httpd.apache.org" mailto:users@httpd.apache.org>> Date: Tuesday, January 26, 2016 6:59 AM To: "users@httpd.apa

Re: [users@httpd] Apache Tomcat 2.4 forbidden on root when Indexes are disabled.

2016-01-26 Thread Richard
> Date: Tuesday, January 26, 2016 16:51:01 +0100 > From: Weare Borg > > On Tue, Jan 26, 2016 at 4:47 PM, Richard wrote: > >> >> > Date: Tuesday, January 26, 2016 16:40:23 +0100 >> > From: Weare Borg >> > >> > Hi Eric, >> > >> > Error log : >> > >> > [Tue Jan 26 16:25:04.015356 2016] [core

Re: [users@httpd] Apache Tomcat 2.4 forbidden on root when Indexes are disabled.

2016-01-26 Thread Weare Borg
Hi Richard, No, I don't have the any of the similar files you named. I don't think so that is needed as other configuration also doesn't have it, but it runs fine. Here are the files : binconfig.php eula_en.txt .htaccess media shopware.php themesvar .

Re: [users@httpd] Apache Tomcat 2.4 forbidden on root when Indexes are disabled.

2016-01-26 Thread Richard
> Date: Tuesday, January 26, 2016 16:40:23 +0100 > From: Weare Borg > > Hi Eric, > > Error log : > > [Tue Jan 26 16:25:04.015356 2016] [core:notice] [pid 30823] > AH00094: >> Command line: '/usr/sbin/apache2' >> [Tue Jan 26 16:32:14.613618 2016] [autoindex:error] [pid 30827] >> [client 127.0.0.

Re: [users@httpd] Apache Tomcat 2.4 forbidden on root when Indexes are disabled.

2016-01-26 Thread Weare Borg
Hi Eric, Error log : [Tue Jan 26 16:25:04.015356 2016] [core:notice] [pid 30823] AH00094: > Command line: '/usr/sbin/apache2' > [Tue Jan 26 16:32:14.613618 2016] [autoindex:error] [pid 30827] [client > 127.0.0.1:47452] AH01276: Cannot serve directory /var/www/html/: No > matching DirectoryIndex

Re: [users@httpd] Apache Tomcat 2.4 forbidden on root when Indexes are disabled.

2016-01-26 Thread Eric Covener
On Tue, Jan 26, 2016 at 10:14 AM, Weare Borg wrote: > Kindly let me know what I can do to get rid of this forbidden message. What does your error log say? - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For addition

[users@httpd] Apache Tomcat 2.4 forbidden on root when Indexes are disabled.

2016-01-26 Thread Weare Borg
Hello friends, I am trying to setup Apache Tomcat 2.4 on X64 Ubuntu 15.10. Unfortunately, I am not having much luck because of the forbidden error I keep getting *when I disable directory listing*. As Apache web-server is not an FTP server, I thought removing directory listing functionality wiould

Re: [users@httpd] proxying content to another server

2016-01-26 Thread Daniel
Try with "always" Requestheader always... El lun., 25 de ene. de 2016 19:36, Rose, John B escribió: > We tried this, but does not seem to be working. We do have mod_header > installed and loaded Š > > RequestHeader set Host "www.newurl.com" > > > Is something else required? > > Thanks > > >