RE: [EMAIL PROTECTED] Multiviews Problem

2006-12-11 Thread Fenlason, Josh
m > > On 12/11/06, Fenlason, Josh <[EMAIL PROTECTED]> wrote: > > Thanks for explaining the spec and the suggestions. > > I saw your post on the dev list. I don't want to side track that > > thread so I was wondering if you could point me to the > workar

RE: [EMAIL PROTECTED] Multiviews Problem

2006-12-11 Thread Fenlason, Josh
Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > Joshua Slive > Sent: Friday, December 08, 2006 1:18 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Multiviews Problem > > On 12/8/06, Fenlason, Josh <[EMAIL PROTECTED]>

RE: [EMAIL PROTECTED] Multiviews Problem

2006-12-08 Thread Fenlason, Josh
In order to use type-maps to server de* with .de file do I have to spell out all the de- variations in the Content-language directive? Or is there a way to do this more dynamically? Thanks. , Josh. > -Original Message- > From: Fenlason, Josh > Sent: Friday, December 08, 2006

RE: [EMAIL PROTECTED] Multiviews Problem

2006-12-08 Thread Fenlason, Josh
live > Sent: Friday, December 08, 2006 11:00 AM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Multiviews Problem > > On 12/8/06, Fenlason, Josh <[EMAIL PROTECTED]> wrote: > > Sorry I forgot to mention this is with Apache 2.2.3. Thanks for > > suggesting

RE: [EMAIL PROTECTED] Multiviews Problem

2006-12-08 Thread Fenlason, Josh
:[EMAIL PROTECTED] On Behalf Of > Joshua Slive > Sent: Friday, December 08, 2006 10:13 AM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Multiviews Problem > > On 12/8/06, Fenlason, Josh <[EMAIL PROTECTED]> wrote: > > > > > > I'm runnin

[EMAIL PROTECTED] Multiviews Problem

2006-12-08 Thread Fenlason, Josh
I'm running into a bit of a problem when the client is IE7. IE7 seems to always be specifying the country code along with the language (e.g. always de-DE and never just de). IE 6 and Firefox don't always have the country code (e.g. can be set for en or en-us). If Apache is only configured to rec

[EMAIL PROTECTED] Authentication Problem

2006-11-22 Thread Fenlason, Josh
I'm having an issue where users to have multibyte characters in their username or password can't authenticate. Does anyone know if this is supposed to work or not? Thanks. , Josh.

RE: [EMAIL PROTECTED] SetEnvIfNoCase regex help

2006-10-05 Thread Fenlason, Josh
gt; To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] SetEnvIfNoCase regex help > > On 10/5/06, Fenlason, Josh <[EMAIL PROTECTED]> wrote: > > > > > > I'm trying to set no-gzip dont-vary when the content-type is > > "application/pdf" o

[EMAIL PROTECTED] SetEnvIfNoCase regex help

2006-10-05 Thread Fenlason, Josh
I'm trying to set no-gzip dont-vary when the content-type is "application/pdf" or "application/zip", but I'm having trouble getting the regex portion of the SetEnvIfNoCase directive right.  Here's what I have so far that doesn't work:     SetEnvIfNoCase Content-Type \    ^(application/pdf|

RE: [EMAIL PROTECTED] mod_jk for apache 2.2.3

2006-09-18 Thread Fenlason, Josh
Mod_proxy_ajp is mod_jk's replacement in Apache 2.2. , Josh. > -Original Message- > From: Martyn [mailto:[EMAIL PROTECTED] > Sent: Monday, September 18, 2006 12:22 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] mod_jk for apache 2.2.3 > > Hi could any one tell me where I c

RE: [EMAIL PROTECTED] mod_jk or proxy_ajp

2006-09-18 Thread Fenlason, Josh
We pass all our dynamic content to Tomcat with this configuration RewriteEngine on RewriteCond %{REQUEST_URI} /(.*).jsp(.*) RewriteRule ^/(.*) ajp://localhost:8010/$1 [P] RewriteCond %{REQUEST_URI} /servlet/url/ RewriteRule ^/(.*) ajp://localhost:8010/$1 [P] , Josh. > -Original Mes

[EMAIL PROTECTED] Apache 2.2 Authentication Question

2006-09-13 Thread Fenlason, Josh
I'm trying to get mod_auth_sspi and mod_authnz_ldap configured so they can both be used to authenticate the same resource. I can get both of them to work individually, but not together.  I can get ldap and password file authentication to work together.  Looking at the mod_auth_sspi document

RE: [EMAIL PROTECTED] ErrorDocument Question

2006-06-19 Thread Fenlason, Josh
[EMAIL PROTECTED] On Behalf Of > Joshua Slive > Sent: Monday, June 19, 2006 3:36 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] ErrorDocument Question > > On 6/19/06, Fenlason, Josh <[EMAIL PROTECTED]> wrote: > > I'm trying to go the MultiView route,

RE: [EMAIL PROTECTED] ErrorDocument Question

2006-06-19 Thread Fenlason, Josh
ent: Monday, June 19, 2006 11:23 AM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] ErrorDocument Question > > On 6/19/06, Fenlason, Josh <[EMAIL PROTECTED]> wrote: > > I know you can set it up so it will automatically select > the correct > >

RE: [EMAIL PROTECTED] ErrorDocument Question

2006-06-19 Thread Fenlason, Josh
6, 2006 3:58 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] ErrorDocument Question > > On 6/16/06, Fenlason, Josh <[EMAIL PROTECTED]> wrote: > > > > > > Is there anyway to configure ErrorDocument to work with a path that > > for the user's

RE: [EMAIL PROTECTED] Re: authentication problem with apache2 + ldap + active directory

2006-06-19 Thread Fenlason, Josh
Try using port 3268 (or port 3269 for ldaps). It's some stupid thing with AD global catalog or something like that. I can't remember all the details, but I think that should solve your problem. , Josh. > -Original Message- > From: empty body [mailto:[EMAIL PROTECTED] > Sent: Sunday, Ju

[EMAIL PROTECTED] ErrorDocument Question

2006-06-16 Thread Fenlason, Josh
Is there anyway to configure ErrorDocument to work with a path that for the user's locale?  I want to do something like the following: ErrorDocument 401 /path/to/file//rest/of/path/to/errorPage.html Is there a way to accomplish this with ErrorDocument?  Is there a way to do it with any other

RE: [EMAIL PROTECTED] mod_proxy_ajp (mod_rewrite) with ssl

2006-06-07 Thread Fenlason, Josh
I finally figured it out. I had to add 'RewriteEngine on' to my rewrite config inside the ssl virtualhost. Thanks. , Josh. > -Original Message- > From: Fenlason, Josh > Sent: Wednesday, June 07, 2006 10:28 AM > To: 'users@httpd.apache.org' > Subject:

RE: [EMAIL PROTECTED] mod_proxy_ajp (mod_rewrite) with ssl

2006-06-07 Thread Fenlason, Josh
the line, but the request still isn't getting passed to tomcat. Any mod_rewrite experts out there that could tell me what I'm doing wrong? Thanks in advance. , Josh. > -Original Message- > From: Fenlason, Josh > Sent: Tuesday, June 06, 2006 4:17 PM > To: '

RE: [EMAIL PROTECTED] mod_proxy_ajp (mod_rewrite) with ssl

2006-06-06 Thread Fenlason, Josh
/ RewriteRule ^/(.*) ajp://localhost:8010/$1 [P] > -Original Message- > From: Robert Ionescu [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 06, 2006 12:01 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] mod_proxy_ajp (mod_rewrite) with ssl > > Fenlas

[EMAIL PROTECTED] mod_proxy_ajp (mod_rewrite) with ssl

2006-06-05 Thread Fenlason, Josh
I'm running into a problem with mod_proxy_ajp in Apache 2.2.2 when I have ssl enabled.  The configuration below correctly passes http requests to Tomcat, but all https requests are handled by Apache.  I need https requests for jsps to be forwarded to Tomcat as well.  I think it's probably so

RE: [EMAIL PROTECTED] Authentication Troubles

2006-06-02 Thread Fenlason, Josh
What ldap sdk did you use? , Josh. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, June 02, 2006 9:31 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Authentication Troubles > > My setup is doing the same. Valid user valid pass allow

[EMAIL PROTECTED] RE: Authentication Troubles

2006-06-01 Thread Fenlason, Josh
112616017&w=2.  If I'm doing something wrong, I would greatly appreciate some suggestions on what I need to do to fix this.  Otherwise, this is a pretty serious regression from 2.0 to 2.2.  Any feedback would be greatly appreciated.  Thanks in advance. , Josh. From: F

RE: [EMAIL PROTECTED] Authentication Troubles

2006-05-31 Thread Fenlason, Josh
ED] Authentication Troubles > > On 5/31/06, Fenlason, Josh <[EMAIL PROTECTED]> wrote: > > > AuthBasicProvider test > > That doesn't look right. Should be "ldap". > > Joshua. > > --

[EMAIL PROTECTED] Authentication Troubles

2006-05-31 Thread Fenlason, Josh
I'm trying to move to Apache 2.2.2 and I'm running into some authentication troubles.  When I enter the correct username/password it authenticates properly.  When I enter an invalid username, I get prompted up to three times and it fails with a 401 like expected.  My problem is when I atte

[EMAIL PROTECTED] RE: Bad Chunked Behavior (Solved)

2006-01-18 Thread Fenlason, Josh
Title: Message I discovered my problem was caused by changes in mod_jk's behavior.  If I added JkOptions +FlushPackets to my mod_jk configuration, everything works great. , Josh. -Original Message-From: Fenlason, Josh Sent: Tuesday, January 17, 2006 3:22 PMTo: Apache

[EMAIL PROTECTED] Bad Chunked Behavior

2006-01-17 Thread Fenlason, Josh
Title: Message I have apache and tomcat configured with mod_jk and a jsp page that streams html content.  Everything worked fine in 2.0.52 with mod_jk 1.2.8, but then I moved to 2.0.54/55 and mod_jk 1.2.15.  In 2.0.54/55 the page is served up correctly, accept instead of gradually passing da

[EMAIL PROTECTED] mod_deflate question

2006-01-13 Thread Fenlason, Josh
Title: Message I added the following to my Apache configuration:     DeflateFilterNote Input instream  DeflateFilterNote Output outstream  DeflateFilterNote Ratio ratio  LogFormat '"%r" %{outstream}n/%{instream}n (%{ratio}n%%)' deflate  CustomLog logs/deflate_log deflate  DeflateCompression

RE: [EMAIL PROTECTED] mod_jk help

2005-12-22 Thread Fenlason, Josh
Title: Message Do you have gcc in your path?  The following works for me. CC="gcc" \ ./configure \ --with-apxs=/home/rmorrin/sw/apache2.0/bin/apxs \ --with-java-home=/home/rmorrin/sw/jdk1.5.0_05 \ --with-java-platform=2 \ --enable-jni -Original Message-From: James Taylor [mailt

RE: [EMAIL PROTECTED] configure ldap support 4 apache 2.2

2005-12-20 Thread Fenlason, Josh
I believe you need to specify the ldapsdk, e.g. Iplanet or OpenLDAP, to build against by adding the following when you configure the Apache source. --with-ldap-include=/include --with-ldap-lib=/lib , Josh. > -Original Message- > From: Arthur DiSegna [mailto:[EMAIL PROTECTED] > Sent: Tuesd

RE: [EMAIL PROTECTED] mod_proxy_ajp

2005-12-20 Thread Fenlason, Josh
e- > From: Nick Kew [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 20, 2005 11:31 AM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] mod_proxy_ajp > > > On Tuesday 20 December 2005 17:19, Fenlason, Josh wrote: > > > Alias /jsp-examples "D:/te

[EMAIL PROTECTED] mod_proxy_ajp

2005-12-20 Thread Fenlason, Josh
Title: Message Would anyone be able to tell me how static content gets served when using mod_proxy_ajp? For example if I'm running apache and tomcat with the following apache configuration, who servers the static content under /jsp-examples?  Apache or Tomcat?   Alias /jsp-examples "D:/tes

[EMAIL PROTECTED] Apache2 mod_deflate configuration

2005-11-17 Thread Fenlason, Josh
Title: Message     I'm running Apache 2.0.55 sometimes with SSL and sometimes without.  Mod_deflate works fine when I'm running without SSL.  When running with SSL, I have to add the mod_deflate configuration inside the SSL virtualhost block.  If that's the best that I can do, so be it, but