Re: One httpd.conf for both apache heavy and apache-light [IfModule]

2000-10-01 Thread Vivek Khera
"ml" == martin langhoff [EMAIL PROTECTED] writes: ml Perrin, Robin, et al ml at least I don't feel alone on this one :) ml now let me seize the opportunity and (while you're around, ml having ml admitted you're using a 2 tiered apache setup,) ask you if you are doing ml the

One httpd.conf for both apache heavy and apache-light [IfModule]

2000-09-30 Thread martin langhoff
hi, I'm trying to build a 2 tiered Apache setup, with one light httpd, one mod_perl httpd and a mod_php4 httpd, all running on different ports on the same machine/IP. Right now I'm solving the mod_rewrite mod_proxy stuff (I want the light httpd to transparently proxy requests to the 2nd

Re: One httpd.conf for both apache heavy and apache-light [IfModule]

2000-09-30 Thread Robin Berjon
At 16:37 30/09/2000 -0300, martin langhoff wrote: I'm trying to build a 2 tiered Apache setup, with one light httpd, one mod_perl httpd and a mod_php4 httpd, all running on different ports on the same machine/IP. Right now I'm solving the mod_rewrite mod_proxy stuff (I want the light httpd

Re: One httpd.conf for both apache heavy and apache-light [IfModule]

2000-09-30 Thread martin langhoff
You mean you post-process your httpd.conf ? Phew! mmmh. I'm flabbergasted (sp?) and certainly mesmerized, can you tell us a bit more? Perrin Harkins wrote: Where I work, we use Template Toolkit to generate variations from one httpd.conf template.

Re: One httpd.conf for both apache heavy and apache-light [IfModule]

2000-09-30 Thread Perrin Harkins
martin langhoff wrote: You mean you post-process your httpd.conf ? Phew! mmmh. I'm flabbergasted (sp?) and certainly mesmerized, can you tell us a bit more? It's pretty simple. We have a file with the varying bits of info in it (MaxClients, MaxRequestsPerChild, etc.) and a small program

Re: One httpd.conf for both apache heavy and apache-light [IfModule]

2000-09-30 Thread martin langhoff
Perrin, Robin, et al at least I don't feel alone on this one :) now let me seize the opportunity and (while you're around, having admitted you're using a 2 tiered apache setup,) ask you if you are doing the mod_rewrite/mod_proxy trick, and how were you able to pull it off.

Re: One httpd.conf for both apache heavy and apache-light [IfModule]

2000-09-30 Thread David Hodgkinson
martin langhoff [EMAIL PROTECTED] writes: I'm reading the mod_rewrite guide right now and my head *is* spinning. Remind me to write up my experiences. I did this a couple of weeks ago on a five-machine setup and it's worth documenting for peer review... (Like to see if I missed

Re: One httpd.conf for both apache heavy and apache-light [IfModule]

2000-09-30 Thread Les Mikesell
- Original Message - From: "Robin Berjon" [EMAIL PROTECTED] To: "martin langhoff" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Saturday, September 30, 2000 2:53 PM Subject: Re: One httpd.conf for both apache heavy and apache-light [IfModule] It is indeed a bi

Re: One httpd.conf for both apache heavy and apache-light [IfModule]

2000-09-30 Thread Robin Berjon
At 18:03 30/09/2000 -0300, martin langhoff wrote: at least I don't feel alone on this one :) Oh no you're not ;) now let me seize the opportunity and (while you're around, having admitted you're using a 2 tiered apache setup,) ask you if you are doing the mod_rewrite/mod_proxy