RE: [EMAIL PROTECTED] Load balancing

2007-10-18 Thread joy d
> Date: Thu, 18 Oct 2007 15:00:31 +0100 > From: [EMAIL PROTECTED] > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Load balancing > > Hi, > > I am using apache 2.x and want to start load balancing > between 2 servers. > Are you serving static pages or dynamic app mostly? for static pag

RE: [EMAIL PROTECTED] http to https redirection with an exception

2007-10-17 Thread joy d
> Date: Wed, 17 Oct 2007 16:03:38 +0200 > From: [EMAIL PROTECTED] > > If your apache was compiled with DSO support you don't need to > recompile it. You can just compile mod_rewrite and load it in your > config. > Hello, How to do it? can you show me a document reference? Actually we also have

RE: [EMAIL PROTECTED] Mod_perl and includes

2007-10-17 Thread joy d
use 'PerlRequire' to import a file in apache's startup time. in this file you import the lib's path.ie,in httpd.conf: PerlRequire /opt/apache1.3/mylib/startup.pl and in startup.pl: use lib qw(/the/lib/path); > Date: Tue, 16 Oct 2007 19:21:19 -0400 > From: [EMAIL PROTECTED] > To: users@httpd.

RE: [EMAIL PROTECTED] http to https redirection with an exception

2007-10-14 Thread joy d
Hi, You can use mod_rewrite and define a RewriteCond for the except case. > Date: Mon, 15 Oct 2007 09:55:51 +0900 > From: [EMAIL PROTECTED] > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] http to https redirection with an exception > > Hi, all. > > I'm currently using the RedirectMatc