[users@httpd] Forcing proxy backend server through url?

2015-06-25 Thread Ron
Hi, I want to be able to do: http://proxy-server/backend/10.100.2.3/. and force the proxy server to use that specific backend. How do I do that? Please note I cannot hardcode the ip address in the apache config file anywhere. Thanks. Ron

Re: [users@httpd] ReDirect question

2015-06-25 Thread Eric Covener
On Fri, Jun 26, 2015 at 1:16 AM, James Moe wrote: > > apache v2.4.10 > linux v3.16.7-21-desktop x86_64 > > I have reviewed the docs. I do not see what I have done incorrectly > with the first redirection below. The second Redirect is a fallback; > it works for the URL shown but the exact match d

[users@httpd] ReDirect question

2015-06-25 Thread James Moe
apache v2.4.10 linux v3.16.7-21-desktop x86_64 I have reviewed the docs. I do not see what I have done incorrectly with the first redirection below. The second Redirect is a fallback; it works for the URL shown but the exact match does not. Where have I gone astray? Redirect /catalog/?app=ec

Re: [users@httpd] Re: confirm unsubscribe from users@httpd.apache.org

2015-06-25 Thread Dien-Foon Wu
Yes, please remove the related address from the list for I am currently have no time to check these emails. Thanks. 2015-06-25 21:42 GMT+08:00 Hanns Mattes : > > Zitat von users-h...@httpd.apache.org: > >> Hi! This is the ezmlm program. I'm managing the >> users@httpd.apache.org mailing list. >> >

Re: [users@httpd] How to setup Apache Web Server (httpd)

2015-06-25 Thread Andy Wang
On 06/25/2015 07:01 AM, Narasimha Rao Gajje wrote: Dear All, I am newbie in Apache concepts and only know Apache Tomact. Following is my requirement, would anybody please help me how to setup. I have a clustered JBOSS EAP 6.3 instances running on two different Windows 8 machines. Now I am pl

[users@httpd] Re: confirm unsubscribe from users@httpd.apache.org

2015-06-25 Thread Hanns Mattes
Zitat von users-h...@httpd.apache.org: Hi! This is the ezmlm program. I'm managing the users@httpd.apache.org mailing list. To confirm that you would like ha...@hannsmattes.de removed from the users mailing list, please send a short reply to this address: users-uc.1435239708.eakecfe

Re: [users@httpd] How to setup Apache Web Server (httpd)

2015-06-25 Thread Curtis Maurand
On 6/25/2015 8:01 AM, Narasimha Rao Gajje wrote: Dear All, I am newbie in Apache concepts and only know Apache Tomact. Following is my requirement, would anybody please help me how to setup. I have a clustered JBOSS EAP 6.3 instances running on two different Windows 8 machines. Now I am pl

[users@httpd] How to setup Apache Web Server (httpd)

2015-06-25 Thread Narasimha Rao Gajje
Dear All, I am newbie in Apache concepts and only know Apache Tomact. Following is my requirement, would anybody please help me how to setup. I have a clustered JBOSS EAP 6.3 instances running on two different Windows 8 machines. Now I am planning to put a load balancer to dispatch the requests

Re: [users@httpd] advice on using rotatelogs, CusomLog etc

2015-06-25 Thread Yann Ylavic
Hi, On Thu, Jun 25, 2015 at 11:04 AM, Russell Stanfield wrote: > > I tried adding this: > > ErrorLog "|/usr/sbin/rotatelogs -f -c > /apps/squid/var_log_httpd/error_log.%Y.%m.%d.%H.%M 86400" common > > But when I stopped/started Apache I got this error: > > Starting httpd: Syntax error on line 55

Re: [users@httpd] Redirecting to multiple webapps in same Tomcat

2015-06-25 Thread Gerard Dosaigües
Hi Serge, thanks for your input. I know I have to use the proxy directives. My problem is that I tried to do but I didn't found the correct way to achieve the solution, and I'm looking for somebody that can give me an example of how to do it. Regards, Gerard 2015-06-25 11:59 GMT+02:00 Serge Fon

Re: [users@httpd] Redirecting to multiple webapps in same Tomcat

2015-06-25 Thread Serge Fonville
Hi Gerard, I have a tomcat with several webapps, each one accessible by its own > context. > I must access each one of this webapps from a different domain. For > example, I have the following webapps: wbExample1, wbExample2, wbExample3 > > It should be accessible this way: > > www.example1.com/wb

[users@httpd] Redirecting to multiple webapps in same Tomcat

2015-06-25 Thread Gerard Dosaigües
I must say that I tried a lot of possibilities but my knowledgment in Apache WS is not too much advanced. Apache Web Server version: 2.2.22 OS: Centos 6 64 bits Tomcat version: 7.0.57 What I need to achieve is the following: I have some plain websites defined this way: [b] ServerAdmin exa

[users@httpd] advice on using rotatelogs, CusomLog etc

2015-06-25 Thread Russell Stanfield
Hi, I have been following this site to set up rotatelogs http://httpd.apache.org/docs/2.2/programs/rotatelogs.html What I have ended up adding to my Apache servers httpd.conf is this: CustomLog "|/usr/sbin/rotatelogs -f -c /apps/squid/var_log_httpd/access_log.%Y.%m.%d.%H.%M 86400" commonCustomLog