[EMAIL PROTECTED] Issue with mod_proxy when using Proxy balancer

2008-03-14 Thread Justin Maguire
Hello, I am facing an issue when using mod_proxy to load balance to my backend servers. Issue arises when the backend Weblogic server sends a a redirect response back, which results in the backend server ip being passed on page location. I will explain further with an example. Apache 2.2 Server:

Re: [EMAIL PROTECTED] Path base virtualhost ?

2008-03-14 Thread Manuel Vacelet
On Thu, Mar 13, 2008 at 6:34 PM, Joshua Slive [EMAIL PROTECTED] wrote: This is essentially the reverse of what is normally asked for with dynamic virtual hosting. I know :'( From you message, what I understand is that you app must live at the root of the name-space, but you want it to be

RE: [EMAIL PROTECTED] Issue with mod_proxy when using Proxy balancer

2008-03-14 Thread Narendra Verma
HI Ya this problem comes when we use mod_proxy_http instead we should use mod_proxy_ajp module. How to : This is your previous configuration Proxy balancer://ebsCluster BalancerMember http://10.25.9.192:10010 http://10.25.9.192:10010/ route=route1 BalancerMember

[EMAIL PROTECTED] Server side includes where the include is on another server...

2008-03-14 Thread michael watson (IAH-C)
Hello I think I answered my own question, but lets try anyway. I'm running apache 2.2.4 on Red Hat and I want to user server-side includes. I can get them working if the include file is on the same server, but what I really want is something like: !--#include

Re: [EMAIL PROTECTED] Server side includes where the include is on another server...

2008-03-14 Thread Nick Kew
On Fri, 14 Mar 2008 14:09:10 - michael watson \(IAH-C\) [EMAIL PROTECTED] wrote: Hello I think I answered my own question, but lets try anyway. I'm running apache 2.2.4 on Red Hat and I want to user server-side includes. I can get them working if the include file is on the same

[EMAIL PROTECTED] Problems compiling Apache 2.0 on Solaris 10

2008-03-14 Thread R C
I am trying to compile Apache 2.0.59 with mod-ssl and mo-ldap. After looking thru the docs, I came up with the following compile string, which I run from the extracted source directory : ./configure --prefix=/opt/apache2 –-with-ldap --enable-mods-shared=all –-enable-ssl –-enable-ldap

Re: [EMAIL PROTECTED] Problems compiling Apache 2.0 on Solaris 10

2008-03-14 Thread Nilesh Govindrajan
On Fri, 14 Mar 2008 07:52:34 -0700 (PDT) R C [EMAIL PROTECTED] wrote: I am trying to compile Apache 2.0.59 with mod-ssl and mo-ldap. After looking thru the docs, I came up with the following compile string, which I run from the extracted source directory : ./configure --prefix=/opt/apache2

Re: [EMAIL PROTECTED] mod_ldap rejecting apparently valid server certificate for secure ldap against active directory

2008-03-14 Thread Eric Covener
On Thu, Mar 13, 2008 at 12:02 PM, Scheible, Paul [EMAIL PROTECTED] wrote: Finally, WebSphere Application Server running on an iSeries machine and a WinXP machine was able to use the new certificate to establish a secure connection. (Hence, the comment that the certificate was apparently

RE: [EMAIL PROTECTED] mod_ldap rejecting apparently valid server certificate for secure ldap against active directory

2008-03-14 Thread Scheible, Paul
I guess I should probably have mentioned that I did use ldp.exe to check the connection without any issues. The Windows Crypto Shell Extensions also reported that the certificate was valid. Thanks, Paul Scheible -Original Message- From: Eric Covener [mailto:[EMAIL PROTECTED] Sent:

Re: [EMAIL PROTECTED] Problems compiling Apache 2.0 on Solaris 10

2008-03-14 Thread Nilesh Govindrajan
On Fri, 14 Mar 2008 09:47:18 -0700 (PDT) R C [EMAIL PROTECTED] wrote: make log attached. Nilesh Govindrajan [EMAIL PROTECTED] wrote: On Fri, 14 Mar 2008 07:52:34 -0700 (PDT) R C wrote: I am trying to compile Apache 2.0.59 with mod-ssl and mo-ldap. After looking thru the docs, I

Re: [EMAIL PROTECTED] Problems compiling Apache 2.0 on Solaris 10

2008-03-14 Thread Eric Covener
On Fri, Mar 14, 2008 at 1:05 PM, Nilesh Govindrajan [EMAIL PROTECTED] wrote: It is clear that the problem is with LDAP only. Are you sure that you have installed the LDAP development libraries ? On which OS are you trying to compile it ? Might want to re-run that last libtool invocation,

RE: [EMAIL PROTECTED] how would I serve up an upload/download directory for each user

2008-03-14 Thread Tim Edwards
I ended up using a cgi script which provides a nice upload/download interface (http://encodable.com/filechucker/) with suexec, which means that the cgi runs as the user who's logged in. -Original Message- From: Michael Clark [mailto:[EMAIL PROTECTED] Sent: 09 March 2008 03:10 To:

[EMAIL PROTECTED] [warn] worker http://some_ip:port/context already used by another worker ?

2008-03-14 Thread Wilda, Jet
Hi, I just compiled Apache httpd 2.2.8 on RedHat 4.6 with kernel 2.6.9-67.ELsmp i686. I started it up using my configuration files from our 2.0.61 (changed the LoadModule statements to use the new names for the ones that changed) and now I get [EMAIL PROTECTED] logs]# service phttpd

[EMAIL PROTECTED] Logging mod_deflate compression ratios

2008-03-14 Thread Steve Finkelstein
Hi all, I'm trying to log actual ratios of Compression that mod_deflate is responsible for handling. I've followed the guidelines on Apache's site and have the following directives setup: DeflateFilterNote Input instream DeflateFilterNote Output outstream DeflateFilterNote Ratio ratio

Re: [EMAIL PROTECTED] Logging mod_deflate compression ratios

2008-03-14 Thread Eric Covener
On Fri, Mar 14, 2008 at 4:34 PM, Steve Finkelstein [EMAIL PROTECTED] wrote: Hi all, I'm trying to log actual ratios of Compression that mod_deflate is responsible for handling. I've followed the guidelines on Apache's site and have the following directives setup: Is your client

Re: [EMAIL PROTECTED] Server_Name not being set by httpd.conf

2008-03-14 Thread Eric Covener
On Fri, Mar 14, 2008 at 4:20 PM, C. Benson Manica [EMAIL PROTECTED] wrote: I'm new to Apache, and I'm trying to set up a simple web server. It so happens that my domain isn't set up yet, so my server is at 66.23.224.5 for the time being. I've only minimally modified httpd.conf to get things

Re: [EMAIL PROTECTED] Logging mod_deflate compression ratios

2008-03-14 Thread Steve Finkelstein
Hi Eric, I'm using FF2 on a macbook pro, and after verifying with Live HTTP Headers, the client is indeed advertising the required headers with the following: Accept-Encoding: gzip,deflate I can even see with Firebug that the requested files are being reduced in size by a great ordeal after a

[EMAIL PROTECTED] Re: Logging mod_deflate compression ratios

2008-03-14 Thread Steve Finkelstein
Well, since I use VirtualHosts, I guess the right thing to do would be to stuff the CustomLog into a VirtualHost directive, silly me. :P One last question. I'm trying to figure out how the ratio system works for this log config. For instance: GET /javascript/ext/ext-all.js HTTP/1.1 134241 (26)