[users@httpd] Content Encoding Error :-

2011-02-11 Thread Tushar Chavan
Hi Team, Below is my configuration : ProxyPass /irj http://idstrn:5/irj ProxyPassReverse /irj http://idstrn:5/irj But when I execute http://Apache _host/irj 1> I get blank page in internet explorer 2> I get below error in Firefox. Content Encoding Error The pa

Re: [users@httpd] Reverse Proxying to 2 backends, how to keep the URL-directory prefix having relative paths?

2011-02-11 Thread Devraj Mukherjee
On Sat, Feb 12, 2011 at 1:57 PM, Nick Kew wrote: > On Fri, 11 Feb 2011 22:52:25 +0100 > Nick Rudnick wrote: > > >> I run into problems with the second backend, as its relative paths lack >> the wiki/ prefix. > > http://www.apachetutor.org/admin/reverseproxies > That article uses mod_proxy_html t

Re: [users@httpd] Reverse Proxying to 2 backends, how to keep the URL-directory prefix having relative paths?

2011-02-11 Thread Nick Kew
On Fri, 11 Feb 2011 22:52:25 +0100 Nick Rudnick wrote: > I run into problems with the second backend, as its relative paths lack > the wiki/ prefix. http://www.apachetutor.org/admin/reverseproxies -- Nick Kew Available for work, contract or permanent. http://www.webthing.com/~nick/cv.html

Re: [users@httpd] Compressing content from a reverse proxy using mod_filter

2011-02-11 Thread Nick Kew
On Fri, 11 Feb 2011 15:58:04 -0500 Daniel Holth wrote: > Is it possible to AND multiple conditions for mod_filter FilterProvider? If upgrading to httpd 2.3 is an option then yes, it dispatches on an arbitrary boolean expression. If not, you'll have to work around it. -- Nick Kew Available f

[users@httpd] Domain Ownership Certificate - .COM registrations

2011-02-11 Thread DW
Does anybody know whether .com registrations allow you to have "Domain ownership certificate" for free? For .co.uk domains, one can download the certificates from Nominet (UK's domain names managers & registrars) but I don't know if there is anything like that for .com domains (from ICANN I gu

[users@httpd] Re: Apache Web Server for Windows 64 bit OS

2011-02-11 Thread DW
Sam Sherlock wrote: I am on windows 7 64 bit (lots of 32bit works fine on windows) Yes but there must be somebody out there who has recompiled using 64bit visual studio or something similar. - The official User-To-User sup

Re: [users@httpd] Re: Apache Web Server for Windows 64 bit OS

2011-02-11 Thread Sam Sherlock
I am on windows 7 64 bit (lots of 32bit works fine on windows) I have apache 2.2 installed and everything works except user directories (but I don't care) it works and works well too apache manager in systray multiple services of apache running different version of php - S On 12 February 2011

[users@httpd] Re: Apache Web Server for Windows 64 bit OS

2011-02-11 Thread DW
Priya George wrote: Thanks for your quick response. What I meant was, similar to the one for 32 bit that is available on the apache web site ( httpd-2.2.17-win32-x86-no_ssl.msi), is there one available specifically for 64 bit ? Priya, No I don't think there is a specific version for 64 bit

[users@httpd] Re: Apache Web Server for Windows 64 bit OS

2011-02-11 Thread DW
Priya George wrote: Thanks for your quick response. What I meant was, similar to the one for 32 bit that is available on the apache web site ( httpd-2.2.17-win32-x86-no_ssl.msi), is there one available specifically for 64 bit ? Priya, No I don't think there is a specific version for 64 bit

RE: [users@httpd] Apache Web Server for Windows 64 bit OS

2011-02-11 Thread Priya George
Thanks for your quick response. What I meant was, similar to the one for 32 bit that is available on the apache web site ( httpd-2.2.17-win32-x86-no_ssl.msi), is there one available specifically for 64 bit ? Priya George | Software Engineer, CRM Development | Infor | office: 864.546.5139 | priy

Re: [users@httpd] Apache Web Server for Windows 64 bit OS

2011-02-11 Thread Eric Covener
On Fri, Feb 11, 2011 at 7:03 PM, Priya George wrote: > Hi, > > Is there a certified version of Apache Web Server (2.2.x) available for > Windows 64 bit OS ? Any download of Apache will work on 64-bit Windows. Nobody certifies them. ---

[users@httpd] Apache Web Server for Windows 64 bit OS

2011-02-11 Thread Priya George
Hi, Is there a certified version of Apache Web Server (2.2.x) available for Windows 64 bit OS ? Thanks, Priya George.

[users@httpd] SSH authentication: Multiple authentication dialog windows popping up

2011-02-11 Thread Nick Rudnick
Dear all, after googling some time without success, here a question: Thinking to have followed the instructions so far, I got SSL authentication successful with one exception: At the first time authenticating, the user gets multiple authentication request dialog windows (for each requested

[users@httpd] Reverse Proxying to 2 backends, how to keep the URL-directory prefix having relative paths?

2011-02-11 Thread Nick Rudnick
Dear all, googling didn't do the trick so here my question. Reverse proxying two backends by ProxyPass /app http://127.0.0.1: ProxyPassReverse /app http://127.0.0.1: ProxyPass /wiki http://127.0.0.1: ProxyPassReverse /wiki http://127.0.0.1: I run into problems with the second

[users@httpd] Compressing content from a reverse proxy using mod_filter

2011-02-11 Thread Daniel Holth
I am trying to compress certain content from a reverse proxy by using mod_filter. The only way to know the mime type of the content is by inspecting the Content-Type header from the back end. The request URI is not a useful selector here because the system (Plone) keeps track of mime types without

RE: [users@httpd] --enable-rule=SSL_EXPERIMENTAL in 2.0.64

2011-02-11 Thread Kogelheide, Ryan SSBC:EX
Hi Igor and thanks for your response :-) I did find a solution by chance. I added CFLAGS="-m64 -mcpu=niagara2 -O3 -DSSL_EXPERIMENTAL -DSSL_ENGINE" and now everything is happy. I am interested in what you said about the --with-included-apr. Is there some documentation that explains how to use th

[users@httpd] URI encoding of URI encoded file name

2011-02-11 Thread Hideya KAWAJI
Dear All, I am wondering if there are any way to turn-off URI encoding only for '%' characters (ideally, only when %[0-F][0-F]). In a UNIX file system, I am working on files which names are URI encoded already (ex. example%28.txt), and hope to make them downloadable via apache/httpd. Now the down

Re: [users@httpd] Different vhosts.conf between Apache 2.2.17 for Windows and Apache for Linux 2.2.14-rc1 - issue 25435?

2011-02-11 Thread Eric Covener
> As far as I understand it is not only about the size but also about > how easy it is to integrate. And the license, pedigree, enough developers interested in maintaining it, enough users... -- Eric Covener cove...@gmail.com -

Re: [users@httpd] Different vhosts.conf between Apache 2.2.17 for Windows and Apache for Linux 2.2.14-rc1 - issue 25435?

2011-02-11 Thread Zeno Davatz
Dear Tom On Fri, Feb 11, 2011 at 1:41 PM, Tom Evans wrote: > On Fri, Feb 11, 2011 at 7:17 AM, Zeno Davatz wrote: >> What has to happen that this becomes an ASF project? My goal is that >> mod_ruby becomes a standard Apache library. >> > > I am in no way affiliated to the ASF, but I would say tha

Re: [users@httpd] Different vhosts.conf between Apache 2.2.17 for Windows and Apache for Linux 2.2.14-rc1 - issue 25435?

2011-02-11 Thread Tom Evans
On Fri, Feb 11, 2011 at 7:17 AM, Zeno Davatz wrote: > What has to happen that this becomes an ASF project? My goal is that > mod_ruby becomes a standard Apache library. > I am in no way affiliated to the ASF, but I would say that the chances are slim at the very least. Other notable language plug

Re: [users@httpd] 64 Bit Apache httpd on Solaris

2011-02-11 Thread Jeff Trawick
On Fri, Feb 11, 2011 at 3:47 AM, Hendrik Schmieder wrote: > kevin.frisw...@callista.com.au schrieb: >> >> From: "William A. Rowe Jr." >> To: users@httpd.apache.org >> Date: 08/02/2011 11:25 AM >> Subject: Re: [users@httpd] 64 Bit Apache httpd on Solaris >>

Re: [users@httpd] 64 Bit Apache httpd on Solaris

2011-02-11 Thread Hendrik Schmieder
kevin.frisw...@callista.com.au schrieb: From: "William A. Rowe Jr." To: users@httpd.apache.org Date: 08/02/2011 11:25 AM Subject: Re: [users@httpd] 64 Bit Apache httpd on Solaris On 2/7/2011 6:19 PM, kevin.frisw...@calli

Re: [users@httpd] problem with extra numbers after %h hostname/ip address in access_log

2011-02-11 Thread Hendrik Schmieder
Randy Tejas schrieb: *From:* Igor Galić *To:* users@httpd.apache.org *Sent:* Sat, January 29, 2011 6:39:18 AM *Subject:* Re: [users@httpd] problem with extra numbers after %h hostname/ip address in access_log - "Randy Tejas" mailto:randyte...@yahoo.com>> wrote: > Sorry I do not have cont