Re: Advanced Mass Hosting Module

2003-03-17 Thread Thomas Eibner
On Sat, Mar 15, 2003 at 07:45:00PM -0800, Ian Holsman wrote: I was looking at the code, and I think we could acheive alot if we replaced the calls to the vhost-parsing code on http://lxr.webperf.org/source.cgi/server/protocol.c#L980

Re: Advanced Mass Hosting Module

2003-03-16 Thread Graham Leggett
Nathan Ollerenshaw wrote: What I have in mind is a module that fits in with our current LDAP based infrastructure. Currently, LDAP services our mail users, and I would like to see the Apache mass hosting configuration held in LDAP as well. In this way, we can just scale by adding more apache

Re: Re: Advanced Mass Hosting Module

2003-03-15 Thread Nomentsoa-Tahiry Ramanampanoharana
function. In this way, you would have your advanced mass hosting needs and still have the power of mod_rewrite. Tahiry -Original Message- From: Nathan Ollerenshaw [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Sat, 15 Mar 2003 02:58:41 +0900 Subject: Re: Advanced Mass Hosting Module

Re: Re: Advanced Mass Hosting Module

2003-03-15 Thread Tony Finch
On Sat, Mar 15, 2003 at 11:14:44AM -0500, Nomentsoa-Tahiry Ramanampanoharana wrote: Instead of writing a new module from the scratch. I don't know if it's a good idea to look at mod_rewrite RewriteMap internal function first. I recommend against using mod_rewrite wherever possible. Yes it is

Re: Advanced Mass Hosting Module

2003-03-15 Thread Ian Holsman
Tony Finch wrote: On Sat, Mar 15, 2003 at 11:14:44AM -0500, Nomentsoa-Tahiry Ramanampanoharana wrote: Instead of writing a new module from the scratch. I don't know if it's a good idea to look at mod_rewrite RewriteMap internal function first. I recommend against using mod_rewrite wherever

Re: Advanced Mass Hosting Module

2003-03-15 Thread Nathan Ollerenshaw
On Sunday, March 16, 2003, at 12:45 PM, Ian Holsman wrote: I was looking at the code, and I think we could acheive alot if we replaced the calls to the vhost-parsing code on http://lxr.webperf.org/source.cgi/server/protocol.c#L980 http://lxr.webperf.org/source.cgi/server/connection.c#L203 with

Re: Advanced Mass Hosting Module

2003-03-14 Thread Mads Toftum
On Thu, Mar 13, 2003 at 04:55:19PM -0800, David Burry wrote: These are neat ideas. At a few companies I've worked for we already do similar things but we have scripts that generate the httpd.conf files and distribute them out to the web servers and gracefully restart. Adding a new web server

Re: Advanced Mass Hosting Module

2003-03-14 Thread David Burry
to vhost-alias all the standard bare bones configs, and list out the anomalies separately Dave - Original Message - From: Mads Toftum [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 14, 2003 12:55 AM Subject: Re: Advanced Mass Hosting Module On Thu, Mar 13, 2003 at 04:55:19PM

Re: Advanced Mass Hosting Module

2003-03-14 Thread Thomas Eibner
On Thu, Mar 13, 2003 at 08:27:30PM +0900, Nathan Ollerenshaw wrote: Resending this to this list as I got no response on users list. Currently, we are using flat config files generated by our website provisioning software to support our mass hosted customers. The reason for doing it this

Re: Advanced Mass Hosting Module

2003-03-14 Thread Nathan Ollerenshaw
On Saturday, March 15, 2003, at 12:02 AM, Thomas Eibner wrote: On Thu, Mar 13, 2003 at 08:27:30PM +0900, Nathan Ollerenshaw wrote: Resending this to this list as I got no response on users list. Currently, we are using flat config files generated by our website provisioning software to support

Re: Advanced Mass Hosting Module

2003-03-14 Thread Ian Holsman
Thomas Eibner wrote: On Sat, Mar 15, 2003 at 01:00:18AM +0900, Nathan Ollerenshaw wrote: On Saturday, March 15, 2003, at 12:02 AM, Thomas Eibner wrote: On Thu, Mar 13, 2003 at 08:27:30PM +0900, Nathan Ollerenshaw wrote: Resending this to this list as I got no response on users list.

Re: Advanced Mass Hosting Module

2003-03-14 Thread Nathan Ollerenshaw
On Saturday, March 15, 2003, at 01:13 AM, Thomas Eibner wrote: On Sat, Mar 15, 2003 at 01:00:18AM +0900, Nathan Ollerenshaw wrote: I wasn't thinking of anything radical. Just have a hook to set the handler for a particular document (if it matches .php or .php4) to the PHP module if it's allowed

Re: Advanced Mass Hosting Module

2003-03-13 Thread Tim Nagel
I would also love to see such a module available, and im very willing to contribute in any way i can, however, im skillless in the C arena :( Good luck. Tim - Original Message - From: Nathan Ollerenshaw [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 13, 2003 10:27 PM

RE: Advanced Mass Hosting Module

2003-03-13 Thread David Burry
These are neat ideas. At a few companies I've worked for we already do similar things but we have scripts that generate the httpd.conf files and distribute them out to the web servers and gracefully restart. Adding a new web server machine to the mix is as simple as adding the host name to the

Re: Advanced Mass Hosting Module

2003-03-13 Thread Zac Stevens
On Thu, Mar 13, 2003 at 04:55:19PM -0800, David Burry wrote: These are neat ideas. At a few companies I've worked for we already do similar things but we have scripts that generate the httpd.conf files and distribute them out to the web servers and gracefully restart. Adding a new web server

Re: Advanced Mass Hosting Module

2003-03-13 Thread Tony Finch
Resending this to this list as I got no response on users list. Sorry, I missed the original version of this post. Currently, we are using flat config files generated by our website provisioning software to support our mass hosted customers. The reason for doing it this way, and not

Re: Advanced Mass Hosting Module

2003-03-13 Thread Nathan Ollerenshaw
On Friday, March 14, 2003, at 10:15 AM, Zac Stevens wrote: On Thu, Mar 13, 2003 at 04:55:19PM -0800, David Burry wrote: These are neat ideas. At a few companies I've worked for we already do similar things but we have scripts that generate the httpd.conf files and distribute them out to the web

Re: Advanced Mass Hosting Module

2003-03-13 Thread Nathan Ollerenshaw
On Friday, March 14, 2003, at 09:00 AM, Tim Nagel wrote: I would also love to see such a module available, and im very willing to contribute in any way i can, however, im skillless in the C arena :( Learn C, and you're on the team! Good luck. Tim Nathan. -- Nathan Ollerenshaw - Systems

Re: Advanced Mass Hosting Module

2003-03-13 Thread Nathan Ollerenshaw
On Friday, March 14, 2003, at 09:55 AM, David Burry wrote: These are neat ideas. At a few companies I've worked for we already do similar things but we have scripts that generate the httpd.conf files and distribute them out to the web servers and gracefully restart. Adding a new web server