Re: deploying tips running 2 apache server

2001-04-09 Thread Barry Hoggard
I'm using 2 servers - static on front end + mod_perl/mason on the back. Here are my rewrite rules (the reason you see dollar signs with $user/$port/$perlport are because I'm using mod_macro): # proxy everything that's not static or images to mod_perl Options -Indexes RewriteEngine On

deploying tips running 2 apache server

2001-04-08 Thread rene mendoza
i ve been reading the mod perl guide and ive learned that i dont want to use apache child processes to serve static html or images, so i want to implement a lightweight (only mod_dav and cgi enabled apache server, lots of child processes) and a heavy mod perl apache server 5 or 10 apache

Re: deploying tips running 2 apache server

2001-04-08 Thread James G Smith
"rene mendoza" [EMAIL PROTECTED] wrote: This is a multi-part message in MIME format. --=_NextPart_000_0044_01C0BF6F.A24D64B0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable i ve been reading the mod perl guide and ive learned that i dont