RE: Perl Sections in Apache Config

2001-05-08 Thread Jonathan Hilgeman
Okay, in that case, would there be a way for Perl/Apache to read in info from a mySQL database and dynamically update itself? Something like: Perl connect_to_db(info); $resultrows = db_query(SELECT FROM WHERE ); foreach($resultrows as $UserName) {

Re: Perl Sections in Apache Config

2001-05-08 Thread Philippe M \. Chiasson
On Mon, May 07, 2001 at 05:35:57PM -0700, Jonathan Hilgeman wrote: Hi, I've been trying to do this for some time but can't figure out how. Basically I want a setup where anyone at www.UserName.domain.com or UserName.domain.com will have their DocumentRoot set to /www/httpd/html/UserName. So

Re: Perl Sections in Apache Config

2001-05-08 Thread will trillich
On Mon, May 07, 2001 at 09:32:23PM -0400, Philippe M . Chiasson wrote: On Mon, May 07, 2001 at 05:35:57PM -0700, Jonathan Hilgeman wrote: I've been trying to do this for some time but can't figure out how. VirtualHost 111.111.111.111 UseCanonicalName Off Perl

Re: Perl Sections in Apache Config

2001-05-07 Thread Brian Burke
I'm running into a similiar issue, and I from what I've read, mod_vhost_alias looks like it could help: http://httpd.apache.org/docs/mod/mod_vhost_alias.html Any comments on this mod? Brian B. - Original Message - From: Jonathan Hilgeman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: