[EMAIL PROTECTED] Regarding mgmt. of mod_ssl and Apache versions (vulnerabilities)

2008-02-21 Thread nitin dubey
Hi, I have downloaded the sources of latest apache 2.2.8 that includes mod_ssl as well. My concern is about the two vulnerabilities (htp://www.securityfocus.com/bid/10736/info, htp://www.securityfocus.com/bid/4189/info). I do not have any information whether or not these two

[EMAIL PROTECTED] Default Context Issue

2007-06-05 Thread Nitin Dubey
I want to set up a default web application for my domain. - The URL that is used to access application is: https://domainname/app_name/ https://domainname/app_name/ - I want to change it to https://domainname/ - I want to use app_name as the default application for the domain.

RE: [EMAIL PROTECTED] Default Context Issue

2007-06-05 Thread Nitin Dubey
application will not work if I put my web app as default web app. - Nitin -Original Message- From: Pid [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 05, 2007 3:53 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Default Context Issue Nitin Dubey wrote: I want to set up a default web

RE: [EMAIL PROTECTED] Blocking direct access to *.jsp pages through Apache2

2007-04-23 Thread Nitin Dubey
- From: Pid [mailto:[EMAIL PROTECTED] Sent: Sunday, April 22, 2007 10:49 PM To: Nitin Dubey Subject: Re: [EMAIL PROTECTED] Blocking direct access to *.jsp pages through Apache2 Nitin Dubey wrote: I don't have any such example, but mentioned it just for clarification. It will always be through

RE: [EMAIL PROTECTED] Blocking direct access to *.jsp pages through Apache2

2007-04-23 Thread Nitin Dubey
NitinMy comments below.. -Original Message- From: Pid [mailto:[EMAIL PROTECTED] Sent: Monday, April 23, 2007 4:28 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Blocking direct access to *.jsp pages through Apache2 Nitin Dubey wrote: Ohh.. All the URL access in our

RE: [EMAIL PROTECTED] Blocking direct access to *.jsp pages through Apache2

2007-04-22 Thread Nitin Dubey
PROTECTED] Blocking direct access to *.jsp pages through Apache2 Can you give an example of when a JSP on your system would be served through mod_jk, but also be available raw through Apache? p Nitin Dubey wrote: Hello, - I need to block direct access to *.jsp pages through apache2. (mod_jk

[EMAIL PROTECTED] Blocking direct access to *.jsp pages through Apache2

2007-04-21 Thread Nitin Dubey
Hello, - I need to block direct access to *.jsp pages through apache2. (mod_jk is configured with tomcat) - tomcat will no way be accessed out of apache2 - The jsp files will be scattered through n number of folders and hence we cannot mention folder name - I need a solution that works for

[EMAIL PROTECTED] configuration problem

2007-04-08 Thread Nitin Dubey
Hello, I want to deny access to *.jsp pages under any folder through my virtual host. Gone through the regex patterns for Directory, DirectoryMatch, Files and FilesMatch but there is no good help that I can refer for creating these regex. can anyone tell me which tags should I use. If