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
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
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
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,
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
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
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
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:
>
>
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
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
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
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
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
> 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:
14 matches
Mail list logo