Re: [us...@httpd] Re: IPv6 support on Apache-2.2.x

2009-05-10 Thread sathya sai
Hi William, Thanks a lot for your response. Mozilla allows me to specify the %zone_id (scope_id) in the HTTP request but as mentioned by you, it updates in "Host:" header field in HTTP request. Regards, Sathya On Fri, May 8, 2009 at 12:37 PM, William A. Rowe, Jr. wrote: > sat

[us...@httpd] How to build apache-2.2.11 with IPv6?

2009-04-27 Thread sathya sai
Hi Apache users, I had tried enabling IPv6 support on apache-2.2.11 for Windows platform by setting APR_HAVE_IPv6 in httpd-2.2.11/srclib/apr/include/apr.hw. But Apache is failing to start & is giving following error message in error.log, "[Tue Apr 28 11:29:53 2009] [crit] (OS 109)The pipe has be

Re: [us...@httpd] Re: IPv6 support on Apache-2.2.x

2009-04-26 Thread sathya sai
cal address without scope-id in my client. Mozilla and IE web browsers definitely seems to be not allowing me to do it. On Sat, Apr 25, 2009 at 11:14 AM, William A. Rowe, Jr. wrote: > sathya sai wrote: > > Someone help me out by confirming, HTTP request (from web browser) to an > > IPv6

Re: [us...@httpd] Re: IPv6 support on Apache-2.2.x

2009-04-24 Thread sathya sai
Someone help me out by confirming, HTTP request (from web browser) to an IPv6 link local address with scope-id is not supported on Apache-2.2.x ? On Fri, Apr 24, 2009 at 10:52 AM, sathya sai wrote: > Thanks a lot Prasanna for the information & your time :-) > > It would be real

Re: [us...@httpd] Re: IPv6 support on Apache-2.2.x

2009-04-23 Thread sathya sai
1 AM, Prasanna Ram Venkatachalam < vpra...@gmail.com> wrote: > I am really not sure about link-local . > > Just came across this. Thought would be helpful > http://www.netbsd.org/docs/network/ipv6/ > > Regards > Prasanna Ram > On Fri, Apr 24, 2009 at 10:31 AM, sat

Re: [us...@httpd] Re: IPv6 support on Apache-2.2.x

2009-04-23 Thread sathya sai
ror log of apache first. > If apache is not recognizing it, it should log something, if at all the > request reaches Apache. > Regards > Prasanna Ram > > > On Fri, Apr 24, 2009 at 10:03 AM, sathya sai > wrote: > >> I am trying on a Debian Linux which gives me only Ipv6 link

Re: [us...@httpd] Re: IPv6 support on Apache-2.2.x

2009-04-23 Thread sathya sai
Dont u see any other Ipv6 address apart from the > scoped one u are using? > > > > On Fri, Apr 24, 2009 at 9:42 AM, sathya sai wrote: > >> Can you please help me out with your thoughts on this.. >> >> >> On Thu, Apr 23, 2009 at 1:54 PM, sathya s

Re: [us...@httpd] Re: IPv6 support on Apache-2.2.x

2009-04-23 Thread sathya sai
Can you please help me out with your thoughts on this.. On Thu, Apr 23, 2009 at 1:54 PM, sathya sai wrote: > Hi, > > Thanks a lot for your response. > > Just to be clearer, could you please as well answer to my below queries on > this as well, > > > More t

Re: [us...@httpd] Re: IPv6 support on Apache-2.2.x

2009-04-23 Thread sathya sai
Hi, Thanks a lot for your response. Just to be clearer, could you please as well answer to my below queries on this as well, > More to the point... aren't these deprecated by RFC now? Could you please let me know on which RFC mentions that the use of link local IPv6 address for HTTP is deprecat

[us...@httpd] Re: IPv6 support on Apache-2.2.x

2009-04-22 Thread sathya sai
Can someone please help me out on this. On Wed, Apr 22, 2009 at 6:52 PM, sathya sai wrote: > Hi Apache developers, > > When I type URL something like http://[fe80::2e0:81ff:fe78:cd12%4]/ on my > Firefox browser (IE7 doesn't allow this URL at all) with the SCOPE-ID in >

[us...@httpd] IPv6 support on Apache-2.2.x

2009-04-22 Thread sathya sai
Hi Apache developers, When I type URL something like http://[fe80::2e0:81ff:fe78:cd12%4]/ on my Firefox browser (IE7 doesn't allow this URL at all) with the SCOPE-ID in the URL, apache is giving the following error message, "HTTP/1.1 400 Bad Request ... Your browser sent a request that this ser

Re: [us...@httpd] Re: Regarding "" directive in httpd.conf

2009-03-11 Thread sathya sai
mmenting that IfDefine SSL in httpd.conf wouldn't be robust enough). Could you please help me out with your thoughts on this. On Wed, Mar 11, 2009 at 2:59 PM, André Warnier wrote: > sathya sai wrote: > [...] > Well of course you can remove the lines from your > httpd.conf, and

[us...@httpd] Re: Regarding "" directive in httpd.conf

2009-03-11 Thread sathya sai
To be more clearer, it would be really helpful if you could let me know the means by which we can dynamically update the httpd.conf to enable/disable a particular marco similar to "-DSSL" which does in command line. On Wed, Mar 11, 2009 at 2:13 PM, sathya sai wrote: > Hi Apache fo

[us...@httpd] Regarding "" directive in httpd.conf

2009-03-11 Thread sathya sai
Hi Apache folks, This is regarding "" directive in httpd.conf for apache-2.2.x . My httpd.conf had all SSL related configuration wrapped under as below, SSLCertificateFile conf/ssl/server.crt SSLCertificateKeyFile conf/ssl/server.key ... Till now based on the system configuration,

Re: [us...@httpd] Problem with URI conversion on Apache-1.3.41

2009-01-09 Thread sathya sai
:-) but I am not-sure on this.); so that I can proceed further on this. Thanks a lot in advance. On Thu, Jan 8, 2009 at 5:34 PM, Eric Covener wrote: > On Wed, Jan 7, 2009 at 11:51 PM, sathya sai > wrote: > > > > The UTF-8 equivalent for あいうえお (URI resource part) is > >

Re: [us...@httpd] Problem with URI conversion on Apache-1.3.41

2009-01-07 Thread sathya sai
athya On 1/8/09, Eric Covener wrote: > > On Wed, Jan 7, 2009 at 6:18 AM, sathya sai > wrote: > > Hi Apache folks, > > > > When I enter http://x.x.x.x/docs/あいうえお.pdf (x.x.x.x a japanese system) > from > > my firefox browser, I could see that my browser tran

[us...@httpd] Problem with URI conversion on Apache-1.3.41

2009-01-07 Thread sathya sai
Hi Apache folks, When I enter http://x.x.x.x/docs/あいうえお.pdf (x.x.x.x a japanese system) from my firefox browser, I could see that my browser translates the URI resource portion to UTF-8 encoded formated (%E3%81%82%E3%81%84%E3%81%86%E3%81%88%E3%81%8A.pdf) which is as expect

[us...@httpd] Problem with URI conversion on Apache-1.3.41

2009-01-07 Thread sathya sai
Hi Apache folks, When I enter http://x.x.x.x/docs/あいうえお.pdf (x.x.x.x a japanese system) from my firefox browser, I could see that my browser translates the URI resource portion to UTF-8 encoded formated (%E3%81%82%E3%81%84%E3%81%86%E3%81%88%E3%81%8A.pdf) which is as expecte

Re: [us...@httpd] Unable to compile Apache-2.2.11 on Windows using Cygwin

2009-01-06 Thread sathya sai
Thanks a lot William !! On Tue, Jan 6, 2009 at 12:39 PM, William A. Rowe, Jr. wrote: > sathya sai wrote: > > Thanks William for your sustained support :-) > > > > Could you please tell me from where can I download -win32-src-r2.zip > > file with corrections. And jus

Re: [us...@httpd] Unable to compile Apache-2.2.11 on Windows using Cygwin

2009-01-05 Thread sathya sai
Thanks William for your sustained support :-) Could you please tell me from where can I download -win32-src-r2.zip file with corrections. And just curious, probably by when would this be available. Regards, Sathya On Mon, Jan 5, 2009 at 10:52 PM, William A. Rowe, Jr. wrote: > sathya sai wr

Re: [us...@httpd] Unable to compile Apache-2.2.11 on Windows using Cygwin

2009-01-04 Thread sathya sai
ource through command-line on Windows. So that I could just tune my existing script to work with the latest apache source. Thanks a lot in advance. On Sun, Jan 4, 2009 at 9:46 PM, Morgan Gangwere <0.fracta...@gmail.com>wrote: > William A. Rowe, Jr. wrote: > >> sathya sai wrote:

[us...@httpd] Unable to compile Apache-2.2.11 on Windows using Cygwin

2009-01-02 Thread sathya sai
Hi Apache folks, I am trying to compile Apache-2.2.11 on Windows-XP using VC7.1 in a Cygwin shell which was priorly passing (compiling sucessfully) with Apache-2.2.9. (I actually have these steps embedded as a part of my shell script) The compilation didn't go through fine for Apache-2.2.11 wit

[us...@httpd] Unable to compile Apache-2.2.11 on Windows using Cygwin

2009-01-02 Thread sathya sai
Hi Apache folks, I am trying to compile Apache-2.2.11 on Windows-XP using VC7.1 in a Cygwin shell which was priorly passing (compiling sucessfully) with Apache-2.2.9. (I actually have these steps embedded as a part of my shell script) The compilation didn't go through fine for Apache-2.2.11 with