[us...@httpd] mod_jk with https confiuration

2009-08-13 Thread ravindra
modules I need to include. What is the ideal way to setup this ? Thank you, Ravindra.

[us...@httpd] HTTPS communication between Apache Tomcat

2009-08-11 Thread ravindra
Https (Strictly) http Browser Apache2.2 Tomcat6.0 What are the other modules I need to add? Can anybody point me to useful links? Thank you, Ravindra

[us...@httpd] Server Side Includes is not coming when protocol changed to https

2009-07-23 Thread Sameer Ravindra
Hi, I am using Server Side Includes in apache, it is working fine in http. But when I switch from http to https the page is not included. I am including header.jsp and footer.jsp using !--#include virtual=/myappcontextname/common/header.jsp -- Its loading fine when protocol is http.

[us...@httpd] modules need to enable to setup https at apache level

2009-07-06 Thread ravindra
module, I am able to access static part of my site securely but when I try to access struts2 application it's not accessible. How to transfer https request through apache to tomcat? Do I need to add any other modules? Thank you, Ravindra.

[us...@httpd] how to setup mod_ssl to accept only https requests

2009-06-18 Thread ravindra
server to accept only https requests. How to configure this? Thank you, Ravindra.

RE: [us...@httpd] how to setup mod_ssl to accept only https requests

2009-06-18 Thread ravindra
Thanks guys your solutions worked. _ From: Lyle Wincentsen [mailto:lyle.wincent...@gmail.com] Sent: Thursday, June 18, 2009 12:47 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] how to setup mod_ssl to accept only https requests Davide wrote: You have two way: remove

[us...@httpd] throgh https accesing struts2 application

2009-06-18 Thread ravindra
/login.action;. How to access this application also in https? Do I need to setup https in tomcat6.0 or Is there any configuration procedure in Apache 2.2 webserver? Thank you, Ravindra

RE: [us...@httpd] throgh https accesing struts2 application

2009-06-18 Thread ravindra
. I want all the request to Struts2 application to be https and come through apache.For this I have installed mod_jk, mod_ssl. What other modules I need to add, could you please guide me? Thank you, Ravindra -Original Message- From: André Warnier [mailto:a...@ice-sa.com

[us...@httpd] Re: Where is srclib/apr-util/xml/Makefile.in ?

2009-02-11 Thread Ravindra
Please ignore my message, this file is not really needed when --with-expat=builtin is issued. - Ravindra On Tue, Feb 10, 2009 at 8:24 PM, Ravindra kravin...@gmail.com wrote: Hi, When I untar 2.2.10 or 2.2.11, I don't see srclib/apr-util/xml/Makefile.in. Has it been removed intentionally

[us...@httpd] IPv6 bug in 2.2xx on Windows

2009-02-10 Thread Ravindra
. The issue we faced was specific to Windows. Are there any plans to take this patch in future releases of Apache ? Based on our product testing, we can say that patch is good. Thanks, Ravindra - The official User-To-User support

[EMAIL PROTECTED] TRACE and TRACK methods

2008-12-04 Thread Ravindra
Hi, Does Apache 2.2.10 support TRACE and TRACK methods by default ? How do I test if these are enabled on my Apache ? Thanks, Ravindra - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http

[EMAIL PROTECTED] Static linking with libexpat

2008-12-04 Thread Ravindra
) libc.so.6 = /lib/i686/libc.so.6 (0x4200) /lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x4000) Any suggestions ? Thanks in advance, Ravindra - The official User-To-User support forum of the Apache HTTP Server Project

Re: [EMAIL PROTECTED] Static linking with libexpat

2008-12-04 Thread Ravindra
Do you mean to say expat code has been removed from Apache 2.2.10, because what I mentioned used to work for Apache 2.0.59 ? Thanks, Ravindra On Fri, Dec 5, 2008 at 4:13 AM, Bennett, Tony [EMAIL PROTECTED] wrote: From: Ravindra [mailto:[EMAIL PROTECTED] Sent: Thursday, December 04, 2008 12:05

[EMAIL PROTECTED] Compiling Apache 2.2.10 with static linking on Linux

2008-12-02 Thread Ravindra
in advance, Ravindra - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] from the digest

[EMAIL PROTECTED] Premature end of script headers

2008-11-18 Thread Ravindra
help ? Thanks in advance, Ravindra - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] from

Re: [EMAIL PROTECTED] Premature end of script headers

2008-11-18 Thread Ravindra
, it does not get hit. So, I'm doubting if Apache is really getting there. Any clues, what else to check and why Apache might not execute my script ? My foo.exe program generates an html page along with few http headers. Please note that it works fine with 2.0.59 version ! Thanks in advance, Ravindra

Re: [EMAIL PROTECTED] Premature end of script headers

2008-11-18 Thread Ravindra
In my case, Apache is running as localsystem and it happens consistently. I'm just not able to use 2.2.10 due to this problem. On Tue, Nov 18, 2008 at 9:42 PM, Dan Yamins [EMAIL PROTECTED] wrote: ... [Tue Nov 18 18:23:28 2008] [error] [client a.b.c.d] Premature end of script headers:

Re: [EMAIL PROTECTED] Premature end of script headers

2008-11-18 Thread Ravindra
. script.log does not have any logs about it. In the same folder I have my foo.exe and that does not result in similar logs, instead script.log has empty response from that. I'm sure I'm missing something very trivial. Thanks for suggestions/help, Ravindra On Tue, Nov 18, 2008 at 9:49 PM, Ravindra

[EMAIL PROTECTED] Apache with IPv6 support on Windows

2008-11-14 Thread Ravindra
with IPv6 works fine on Linux. Any help/suggestions ? Thanks in advance, Ravindra - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe

[EMAIL PROTECTED] 2 versions of Apache give prob !!

2006-11-26 Thread Ravindra Nannapaneni
Hi I have 2 versions shipped with my sun ultra 20 box. This is what i have. /usr/apache has Apache 1.3 binaries /usr/apache2 has Apache 2.0 binaries. I want to use Apache 1.3 for one web server other for other web server. So what i did is 1. Editted http.conf on both apaches, and updated

Re: [EMAIL PROTECTED] 2 versions of Apache give prob !!

2006-11-26 Thread Ravindra Nannapaneni
I have only one NIC in my machine. Though i am specifying different ports, i have only one IP. Does it has any problems ? How do i overcome this problem with out having additional Ip ? Is there any way ? Thanks Ravi --- Tom Ray [Lists] [EMAIL PROTECTED] wrote: Ravindra Nannapaneni wrote

Re: [EMAIL PROTECTED] 2 versions of Apache give prob !!

2006-11-26 Thread Ravindra Nannapaneni
/log/apache2/error_log, make sure the dir apache2 exists). Yvo On 11/26/06, Ravindra Nannapaneni [EMAIL PROTECTED] wrote: Hi I have 2 versions shipped with my sun ultra 20 box. This is what i have. /usr/apache has Apache 1.3 binaries /usr/apache2 has Apache 2.0 binaries