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

2009-08-13 Thread ravindra
re the other 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
ttps://hostname/app/login.action 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-22 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 Its loading fine when protocol is http. But when I switch from http to https it's not showing heade

[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.

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] throgh https accesing struts2 application

2009-06-18 Thread ravindra
0/app/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] 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 t

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

2009-06-17 Thread ravindra
) . I want my apache server to accept only "https "requests. How to configure this? Thank you, Ravindra.

[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 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 i

[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

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

2009-02-10 Thread Ravindra
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 ? or is it a bug ? If there is any work around for this, please let me know. Thanks in advance ! - Rav

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

[EMAIL PROTECTED] Static linking with libexpat

2008-12-04 Thread Ravindra
gt; /lib/libdl.so.2 (0x400e7000) 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-

[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 http

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

2008-12-03 Thread Ravindra
"--disable-shared" seems to be working even with new configure, just that it is not documented in configure help. Should I not use it ? On Wed, Dec 3, 2008 at 11:52 AM, Ravindra <[EMAIL PROTECTED]> wrote: > Hi, > > I want to build Apache 2.2.10 with static linking in

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

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

Re: [EMAIL PROTECTED] Premature end of script headers

2008-11-18 Thread Ravindra
/test.pl file exists. 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

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 hea

Re: [EMAIL PROTECTED] Premature end of script headers

2008-11-18 Thread Ravindra
oo.exe, 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 ad

[EMAIL PROTECTED] Premature end of script headers

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

[EMAIL PROTECTED] Apache with IPv6 support on Windows

2008-11-14 Thread Ravindra
d.conf. FWIW, Apache 2.0.59 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 http://httpd.apache.org/users

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

2006-11-26 Thread Ravindra Nannapaneni
or log is located. (for > example /var/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. &

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: > >

[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 pid