Re: [users@httpd] Cannot connect 2 tomcat instances from Apache 2.2.23 using mod_jk 1.2.31

2013-01-28 Thread Shashi
Hi Igor, Thanks, I did read the documents and made changes as per the document suggested. Please look my worker.properties and the httpd.conf entries. Thats how its been suggested every where. But the problem is still it is not working. Please advise. Thanks, Shashi On Tue, Jan 29, 2013 at 10:3

[users@httpd] use apache event module with forward proxy, how to tuning?

2013-01-28 Thread 金 戈
Greetings. We use apache as our forward proxy. This is the basic machine status, And we only run apache as a purpose. OS: FreeBSD frontendc.cnwisp.com 9.1-RELEASE FreeBSD 9.1-RELEASE CPU: Quad-Core AMD Opteron(tm) Processor 2384 x 2 Memory: 8192 MB Some days passed, we had lots of questions ab

Re: [users@httpd] Cannot connect 2 tomcat instances from Apache 2.2.23 using mod_jk 1.2.31

2013-01-28 Thread Igor Cicimov
On 29/01/2013 6:16 AM, "Shashi" wrote: > > Hi Everyone, > > Need help from everyone: > > I have 2 tomcat instances 5.5.26 and apache instance 2.2.23 running on RHEL 64 bit server. I was able to point apache to one of the tomcat instance by using mod_jk 1.2.31 but now when i am trying to loadbalanc

FW: [users@httpd] How to build Apache with latest version of OpenSSL

2013-01-28 Thread Bennett, Tony
The problem is likely that when you ran "configuration", prior to running the Apache build did not find the new version of "ssl". I would examine what directive you gave to configure to indicate the location of SSL. .. mine is:     --with-ssl=/usr/local/dms/openssl.1.0.0e From: Jo

[users@httpd] Performance tuning Apache 2.2 64bit on Windows

2013-01-28 Thread Pete Helgren
We have implemented Apache 2.4 64bit on Windows Server 2008 R2 as a reverse proxy to take advantage of a wildcard cert for our domain. We have been disappointed in the performance with even a light load (like 8-10 users) so I have probably misconfigured something. The web sites served by the pro

[users@httpd] How to build Apache with latest version of OpenSSL

2013-01-28 Thread Joe Hansen
built and installed OpenSSL 1.0.1c on a RedHat linux box. $ openssl version OpenSSL 1.0.1c 10 May 2012 I then compiled and installed Apache HTTP Server (version 2.2.23 with mod_ssl). $ lwp-request -m HEAD myexample.com 200 OK Connection: close Date: Thu, 17 Jan 2013 20:29:44 GMT Server: Apache/

Re: [users@httpd] Conflict between Alias, , and RewriteRule hides local directory from Apache httpd?

2013-01-28 Thread Hedley Finger
On 29 January 2013 00:55, Nick Kew wrote: > On Mon, 28 Jan 2013 09:39:06 +0100 > Daniel Gruno wrote: > > > Top posting, as this is a long email. > > Please see: > > http://httpd.apache.org/docs/current/rewrite/flags.html#flag_pt > Daniel: According to the PT flag documentation, when RewriteRule

[users@httpd] Assistance with building mod_mbox?

2013-01-28 Thread Larry Cashdollar
Hi list, I've built this module before in the past but a current svn checkout results in missing critical configuration files like autogen.sh: larry@aliquot:~$ svn checkout https://svn.apache.org/repos/asf/httpd/mod_mbox/trunk mod_mbox Amod_mbox/NOTICE Amod_mbox/LICENSE Amod_mbox/modul

[users@httpd] Can I set the SSLInsecureRenegotiation Directive Dynamically

2013-01-28 Thread ev4nsj
We're running Apache 2.2.22 with OpenSSL 0.98, one of our Citrix NetScaler Hosts cannot send a client certificate after handshaking SSL as we have to set SSLInsecureRenegotiation off as a security standard. Is there anyway to dynamically set this directive based on Remote_Addr? I have tried so ma

Re: [users@httpd] Conflict between Alias, , and RewriteRule hides local directory from Apache httpd?

2013-01-28 Thread Nick Kew
On Mon, 28 Jan 2013 09:39:06 +0100 Daniel Gruno wrote: > Top posting, as this is a long email. > Please see: > http://httpd.apache.org/docs/current/rewrite/flags.html#flag_pt Disagree. This is a case of overcomplicating: there's no excuse to play with mod_rewrite, and it's not even clear that t

[users@httpd] Windows service & conf files not created

2013-01-28 Thread kev
Hello all, I am trying to install Apache httpd 2.2.22 with ssl on a Windows Vista box. The issue that I am experiencing is that the msi installer seems to complete just fine without any error. However, the service does not get installed and neither does the basic conf file (though what appears t

Re: [users@httpd] Apache 2.4.3: Reverse Proxy: Why jsessionid is embedded into URL path of first POST after brower's cookie is cleared

2013-01-28 Thread Eric Covener
> The original questions remains:- for configuration below covers for > http:://x.com/index.html but not http://x.com. Please assist with the > rewriterule statement. > > > > Redirect /index.html http://x.com/E/e.jsp > Try repeating it in LocationMatch ^/$.

Re: [users@httpd] Conflict between Alias, , and RewriteRule hides local directory from Apache httpd?

2013-01-28 Thread Daniel Gruno
Top posting, as this is a long email. Please see: http://httpd.apache.org/docs/current/rewrite/flags.html#flag_pt With regards, Daniel. On 01/28/2013 09:17 AM, Hedley Finger wrote: > I am trying to run the web app LedgerSMB on a standalone computer with > localhost as the server. Apache httpd, an

[users@httpd] Conflict between Alias, , and RewriteRule hides local directory from Apache httpd?

2013-01-28 Thread Hedley Finger
I am trying to run the web app LedgerSMB on a standalone computer with localhost as the server. Apache httpd, and LedgerSMB Perl scripts, are installed as follows: C:\Program_Files\Apache\ C:\Program_Files\LedgerSMB\ There are two configuration files in conf/, httpd.conf ledgersmb-httpd.conf