[us...@httpd] problem with url encoding for apache server as load balancing server

2009-02-13 Thread rui fernandes
I have a Tomcat cluster with an Apache Server as load balancing server. Every server (Tomcat cluster nodes) and apache runs on Windows. Everything works fine except for url encoding problems. My Tomcat nodes expect UTF-8 URL encoding which is ok. But the Apache server expects ISO 8859-1 url encodin

Re: [us...@httpd] nOOb question about patching...

2009-02-13 Thread Glen Barber
On Fri, Feb 13, 2009 at 4:07 PM, Griffith, Michael * wrote: > Gotcha. Thanks! The "UPGRADING" section here may be helpful: http://httpd.apache.org/docs/2.2/install.html Regards, -- Glen Barber - The official User-To-User supp

RE: [us...@httpd] nOOb question about patching...

2009-02-13 Thread Griffith, Michael *
Gotcha. Thanks! -Original Message- From: Glen Barber [mailto:glen.j.bar...@gmail.com] Sent: Friday, February 13, 2009 3:05 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] nOOb question about patching... On Fri, Feb 13, 2009 at 3:56 PM, Griffith, Michael * wrote: > Glen, > > Th

Re: [us...@httpd] nOOb question about patching...

2009-02-13 Thread Glen Barber
On Fri, Feb 13, 2009 at 3:56 PM, Griffith, Michael * wrote: > Glen, > > Thanks for the quick reply! > > If I understand you correctly, I can change versions with the patch, but > it is preferable to get the new binary and lay it down? > No. You can change features with patches. (Even with that,

RE: [us...@httpd] nOOb question about patching...

2009-02-13 Thread Griffith, Michael *
Glen, Thanks for the quick reply! If I understand you correctly, I can change versions with the patch, but it is preferable to get the new binary and lay it down? MG -Original Message- From: Glen Barber [mailto:glen.j.bar...@gmail.com] Sent: Friday, February 13, 2009 2:53 PM To: user

Re: [us...@httpd] nOOb question about patching...

2009-02-13 Thread Glen Barber
On Fri, Feb 13, 2009 at 3:48 PM, Griffith, Michael * wrote: > Hi everyone, > > I'm not clear on this basic issue, and I'm looking for someone to clear it > up for me. If I have Apache 2.2.6 installed and configured, and I need to > upgrade to 2.2.9, can I do that with the patch command, or do I ne

[us...@httpd] nOOb question about patching...

2009-02-13 Thread Griffith, Michael *
Hi everyone, I'm not clear on this basic issue, and I'm looking for someone to clear it up for me. If I have Apache 2.2.6 installed and configured, and I need to upgrade to 2.2.9, can I do that with the patch command, or do I need to actually download the new binary? Running on solaris under a

Re: [us...@httpd] configure script creating unsolicited dependencies

2009-02-13 Thread Tom Evans
On Tue, 2009-01-13 at 16:51 +0100, Michael Ludwig wrote: > Michael Ludwig schrieb: > > I want an Apache with the standard modules plus mod_rewrite. > > > > ./configure --prefix=/usr/local/apache22w \ > > --with-mpm=worker --enable-rewrite > > I solved this by adding the follwing option: > >

[us...@httpd] Set-Handler in

2009-02-13 Thread Michael Lenaghan
Hello, all. I have a custom content generator. For one particular site I'd like *all* content to come from that generator. I can, of course, configure the generator this way: SetHandler zzz But then *every* URL would have a '/page' prefix. I'm wondering if it's possible to set something

[us...@httpd] mod_authnz_ldap and UTF-8

2009-02-13 Thread Marc Patermann
Hi, I configured apache httpd 2.2.8 (from ubuntu 8.04 LTS*) with mod_authnz_ldap against an OpenLDAP server. # .htaccess AuthBasicProvider ldap AuthType Basic AuthzLDAPAuthoritative off Authname "test" AuthLDAPURL ldap://hostname/ Require ldap-user foo For users without umlauts this is workin

[us...@httpd] Command Redirect in .htaccess neglected

2009-02-13 Thread Hans Lodder
Hi! I have several separate (Drupal) sites. Originally I installed Drupal in a subdirectory, but recently I decided to moved the installation the installations to root. To facilitate the old web addresses to be found I added at the end of the original Drupal .htaccess file the line: Redirect

[us...@httpd] Proxy needs to rewrite parameters in QueryString

2009-02-13 Thread Andreas Dahlén
Hi! I've got a webapplication that the login functionality is placed on one server, and the application is running on three other server (sort of loadbalancing). A parameter on a successfull login tells which backendserver that should handle the requests. Everything is placed behind a fro

Re: [us...@httpd] suexec doesn't see TMPDIR variable

2009-02-13 Thread Matus UHLAR - fantomas
Hello, On 07.08.08 15:04, Matus UHLAR - fantomas wrote: > I configured my vhost to have TMPDIR variable set to particular directory. > PHP scripts see this variable w/o problem, but not CGIs. > > I'm running suexec, and have patched it (yes, I know the risks) to pass this > variable, but even whe

Re: [us...@httpd] Threaded MPM + mod_php/mod_python/mod_perl/mod_ruby.. thread safe?

2009-02-13 Thread Matus UHLAR - fantomas
> On Thu, Feb 12, 2009 at 12:34 AM, Eric Covener wrote: > > Bizarre conclusion. Other interpreters are likely more > > thread-aware/thread-exploitative when not embedded in Apache, so > > they'd be less likely to casually link with non-threadsafe libraries. On 12.02.09 23:02, howard chen wrote: