[us...@httpd] mod_cache sending document along with 304 Not Modified!

2009-04-23 Thread Nicholas Sherlock
Hey everyone, I'm having some real trouble getting mod_cache working correctly. I'm using mod_rewrite and PHP too. I have my document: http://www.chickensmoothie.com/pet/1067395&bg=F1E9C8.jpg My cache is set up like this: CacheEnable disk /pet In /pet/.htaccess I have this: RewriteEngine o

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

2009-04-23 Thread sathya sai
Thanks a lot Prasanna for the information & your time :-) It would be really helpful if *someone could officially confirm*, HTTP request (from web browser) to an *IPv6 link local address with scope-id is not supported on Apache-2.2.x* ? Thanks a lot in advance. On Fri, Apr 24, 2009 at 10:41 AM, P

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

2009-04-23 Thread Prasanna Ram Venkatachalam
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, sathya sai wrote: > Request had reached the apache & I could see that apache logs "Client sent > malformed Host

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

2009-04-23 Thread sathya sai
Request had reached the apache & I could see that apache logs "Client sent malformed Host header" error message in error_log. Then apache sends "400 Bsd Request" to the server. It would be really helpful if I would get a sure confirmation that link local Ipv6 address is not supported with apache

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

2009-04-23 Thread Prasanna Ram Venkatachalam
I always use global so i am not sure . Check error 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 Ipv

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

2009-04-23 Thread sathya sai
I am trying on a Debian Linux which gives me only Ipv6 link local address with ifconfig command(no global address found). So to clearer, DOES IT MEAN THAT IPv6 LINK LOCAL ADDRESS IS NOT SUPPORTED WITH APACHE? On Fri, Apr 24, 2009 at 9:48 AM, Prasanna Ram Venkatachalam < vpra...@gmail.com> wrote:

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

2009-04-23 Thread Prasanna Ram Venkatachalam
Am not sure of RFC deprecation though i have a slightest remembrance of hearing it somewhere. About, Global, i don know how u can create one. What are the IPaddresses your ipconfig gives? there are a lot of IPv6 addresses it will display when you say ipconfig /all. Dont u see any other Ipv6 address

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 to the point... aren't these deprecate

[us...@httpd] When will Apache HTTP Server 2.2.12 be released?

2009-04-23 Thread cadefogi
Hello, Does anyone know when Apache HTTP Server 2.2.12 be released? Thanks, Steve -- View this message in context: http://www.nabble.com/When-will-Apache-HTTP-Server-2.2.12-be-released--tp23201001p23201001.html Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.

Re: [us...@httpd] Apache HTTP Server 2.2.12 or 2.2.11 with OpenSSL 0.9.8j or newer Windows installer

2009-04-23 Thread William A. Rowe, Jr.
cadefogi wrote: > Hello, > > Are there plans to build a new Apache HTTP Server 2.2.12 Whoops, I forgot to answer the rest of your question... there is talk afoot about rolling a candidate for 2.2.12 in the 'near future' which usually means a week to wake up and get working, a week of work, and a

Re: [us...@httpd] Apache HTTP Server 2.2.12 or 2.2.11 with OpenSSL 0.9.8j or newer Windows installer

2009-04-23 Thread William A. Rowe, Jr.
cadefogi wrote: > Hello, > > Are there plans to build a new Apache HTTP Server 2.2.12 version with > OpenSSL 0.9.8j or newer and release Windows MSI Installer package with > Apache HTTP Server 2.2.12 built with OpenSSL 0.9.8j or OpenSSL 0.9.8k in the > near future? Yes, it will include the curren

[us...@httpd] Apache HTTP Server 2.2.12 or 2.2.11 with OpenSSL 0.9.8j or newer Windows installer

2009-04-23 Thread cadefogi
Hello, Are there plans to build a new Apache HTTP Server 2.2.12 version with OpenSSL 0.9.8j or newer and release Windows MSI Installer package with Apache HTTP Server 2.2.12 built with OpenSSL 0.9.8j or OpenSSL 0.9.8k in the near future? Does anyone know of a pre-built Windows MSI Installer for

Re: [us...@httpd] mod_deflate with gzipped input (inflate)

2009-04-23 Thread Eric Covener
On Thu, Apr 23, 2009 at 1:58 PM, Steve Bardsley wrote: > Apache/2.2.11 PHP/5.2.6 on Fedora 10 -- mod_deflate is failing > intermittently when *inflating* POSTed gzipped data. > > This same issue was raised in October 2007.  Lack of a test case > prevented resolution.  A test case is now available

[us...@httpd] mod_deflate with gzipped input (inflate)

2009-04-23 Thread Steve Bardsley
Apache/2.2.11 PHP/5.2.6 on Fedora 10 -- mod_deflate is failing intermittently when *inflating* POSTed gzipped data. This same issue was raised in October 2007. Lack of a test case prevented resolution. A test case is now available but too much for this post. Who is the proper person to discuss

Re: [us...@httpd] Active Directory Authentication with apache on solaris 10

2009-04-23 Thread Igor Galić
> Hi, Hi folks, > I'm trying through mod_authnz_ldap. For the moment, it's not working. ### ldap status # in server context: LDAPSharedCacheSize 20 LDAPCacheEntries 1024 LDAPCacheTTL 600 LDAPOpCacheEntries 1024 LDAPOpCacheTTL 600 NameVirtualHost *:80 ServerName Omfzd.tld

Re: [us...@httpd] Active Directory Authentication with apache on solaris 10

2009-04-23 Thread Farid Izem
Hi, I'm trying through mod_authnz_ldap. For the moment, it's not working. Kind Regards, Farid On Thu, Apr 23, 2009 at 1:55 AM, Nick Kew wrote: > Mike Diggins wrote: >> >> I'm trying to get this working as well, against a Microsoft AD. There seem >> to be a hundred and one soultions, but not ma

Re: [us...@httpd] Server-Variables in CondPattern of RewriteCond directive

2009-04-23 Thread Basil Mohamed Gohar
On 04/23/2009 03:22 AM, Tom Evans wrote: On Wed, 2009-04-22 at 23:22 +0800, Basil Mohamed Gohar wrote: On 04/22/2009 11:11 PM, Tom Evans wrote: On Wed, 2009-04-22 at 22:30 +0800, Basil Mohamed Gohar wrote: On 04/22/2009 10:17 PM, Eric Covener wrote: On Wed, Apr 2

[us...@httpd] request.secret for mod_proxy_ajp?

2009-04-23 Thread Jess Holle
Is it possible to use the shared secret functionality of AJP with mod_proxy_ajp? If so, how? I don't see a way to do this via the documentation. -- Jess Holle - The official User-To-User support forum of the Apache HTTP Serv

Re: [us...@httpd] mod_auth_xradius-0.4.6

2009-04-23 Thread Nick Kew
On Wed, 22 Apr 2009 20:24:09 -0400 (Eastern Daylight Time) Mike Diggins wrote: > make: Fatal error: Command failed for target `libradius_la-radlib.lo' OK. Fixing this by list correspondence looks like more trouble than it's worth. What architecture are you on? I may be able to send you a bina

Re: [us...@httpd] How to define constant in apache configuration?

2009-04-23 Thread Eric Covener
On Thu, Apr 23, 2009 at 4:43 AM, Alfonsas Stonis wrote: > SetEnv is supposed to work in this way, but it does not work. So, this > is the envvars and ${enviroment_variable} seems to be the only one way > to do it. I do not think there is any documentation of it. "This module allows for control of

Re: [us...@httpd] mod_proxy_ajp connections erratic

2009-04-23 Thread Craig Main
On Thu, 2009-04-23 at 11:25 +0200, André Warnier wrote: > Craig Main wrote: > > On Thu, 2009-04-23 at 10:07 +0200, André Warnier wrote: > > > >> Craig Main wrote: > >>> Thanks Andre, > >>> > >>> I am using apache to connect to 10 tomcat instances using the ajp > >>> connector with load balancing

Re: [us...@httpd] mod_proxy_ajp connections erratic

2009-04-23 Thread André Warnier
Craig Main wrote: On Thu, 2009-04-23 at 10:07 +0200, André Warnier wrote: Craig Main wrote: Thanks Andre, I am using apache to connect to 10 tomcat instances using the ajp connector with load balancing and sticky sessions. Apache: Load [r...@lt-webportal-01:~] # /opt/apache/bin/apachectl

Re: [us...@httpd] How to define constant in apache configuration?

2009-04-23 Thread Alfonsas Stonis
SetEnv is supposed to work in this way, but it does not work. So, this is the envvars and ${enviroment_variable} seems to be the only one way to do it. I do not think there is any documentation of it. 2009/4/23 Nick Kew : > On Wed, 22 Apr 2009 10:41:27 -0400 > "Mark H. Wood" wrote: > > >> Would y

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

Re: [us...@httpd] mod_proxy_ajp connections erratic

2009-04-23 Thread Craig Main
On Thu, 2009-04-23 at 10:07 +0200, André Warnier wrote: > Craig Main wrote: > > Thanks Andre, > > > > I am using apache to connect to 10 tomcat instances using the ajp > > connector with load balancing and sticky sessions. > > > > Apache: > > Load [r...@lt-webportal-01:~] # /opt/apache/bin/ap

Re: [us...@httpd] mod_proxy_ajp connections erratic

2009-04-23 Thread André Warnier
Craig Main wrote: Thanks Andre, I am using apache to connect to 10 tomcat instances using the ajp connector with load balancing and sticky sessions. Apache: Load [r...@lt-webportal-01:~] # /opt/apache/bin/apachectl -V Server version: Apache/2.2.9 (Unix) Server built: Sep 6 2008 15:33:44

Re: [us...@httpd] mod_proxy_ajp connections erratic

2009-04-23 Thread Craig Main
Thanks Andre, I am using apache to connect to 10 tomcat instances using the ajp connector with load balancing and sticky sessions. Apache: Load [r...@lt-webportal-01:~] # /opt/apache/bin/apachectl -V Server version: Apache/2.2.9 (Unix) Server built: Sep 6 2008 15:33:44 Server's Module Magic