Re: [EMAIL PROTECTED] balancer-manager gui issue

2008-05-12 Thread Mohammed Salih
tus for members that failed on previous requests? > > On Mon, May 12, 2008 at 6:35 AM, Mohammed Salih <[EMAIL PROTECTED]> > wrote: > > Hi there, > > > > The answer is simple. The Apache balancer module will not check if the > > tomcat is operational or not

Re: [EMAIL PROTECTED] Large File Upload blocking

2008-05-12 Thread Mohammed Salih
Hi there, Look for something related to Content-length request header. Usually it contains the size of the POST data. You may need to use a mix of the exisiting solution + the Content-length for security reasons. Cheers Salih On Fri, May 2, 2008 at 8:32 PM, sirius black <[EMAIL PROTECTED]> wrote

Re: [EMAIL PROTECTED] balancer-manager gui issue

2008-05-12 Thread Mohammed Salih
Hi there, The answer is simple. The Apache balancer module will not check if the tomcat is operational or not until it gets a new request for the tomcat or backend servers. There is no watch dog facility like those seen in hardware load balancers in Apache. Cheers. Salih On Thu, May 8, 2008 at 6

Re: [EMAIL PROTECTED] Adding a Header to the httpd response

2008-04-23 Thread Mohammed Salih
f it should be different for 2.0.X. > > Regards, > Tamer > > > -Original Message- > From: Mohammed Salih [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, April 22, 2008 9:56 AM > To: users@httpd.apache.org > > > Subject: Re: [EMAIL PROTECTED] Adding a Heade

Re: [EMAIL PROTECTED] ldap authentication

2008-04-23 Thread Mohammed Salih
Why don't you do this in Application side, Where you can have better control over what you do. Cheers Salih On Wed, Apr 23, 2008 at 9:00 AM, syed mehdi <[EMAIL PROTECTED]> wrote: > When a user authenticates using LDAP user/paswd to execute a script placed > at server, then how can the script dete

Re: [EMAIL PROTECTED] urgent help needed

2008-04-22 Thread Mohammed Salih
, perhaps > mis-spelled or defined by a module not included in the server configuration > though the command is correct. > regards > syed > > > > On Tue, Apr 22, 2008 at 1:31 PM, Mohammed Salih <[EMAIL PROTECTED]> wrote: > > > > > > > > Hi

Re: [EMAIL PROTECTED] urgent help needed

2008-04-22 Thread Mohammed Salih
Hi Sayed, Did you check if the directory /user/lib/cgi-bin/mine is having an AllowOverride AuthConfig in the apache configuration. Example: AllowOverride AuthConfig OR AllowOverride All to allow all .htaccess-able directives. Cheers Salih On Tue, Apr 22, 2008 at 11:37 AM, syed mehdi

Re: [EMAIL PROTECTED] Adding a Header to the httpd response

2008-04-22 Thread Mohammed Salih
, 2008 at 6:47 PM, Joshua Slive <[EMAIL PROTECTED]> wrote: > On Mon, Apr 21, 2008 at 10:34 AM, Joshua Slive <[EMAIL PROTECTED]> wrote: > > On Mon, Apr 21, 2008 at 9:38 AM, Mohammed Salih <[EMAIL PROTECTED]> wrote: > > > Thank you all for your reply. > > &

Re: [EMAIL PROTECTED] Adding a Header to the httpd response

2008-04-21 Thread Mohammed Salih
t;Cache-Control" "private" > > > > > so without the LocationMatch it could handle everything I think. > > > Jeremy > > > > > > > -Original Message- > From: Mohammed Salih [mailto:[EMAIL PROTECTED] > Se

[EMAIL PROTECTED] Adding a Header to the httpd response

2008-04-21 Thread Mohammed Salih
Hi All, How can I add a header, if it is not set by the application. I want to add Cache-Control header to all http responses, if it is not set by the back-end application like PHP or application server like tomcat. I tried a combination of SetEnvIf and Header, but SetEnvIf is only fused for req