Re: [users@httpd] Re: Help on Rewriting Rule

2005-07-07 Thread Chris Hall
My apologies, I didn't see that you want to do mass virtual hosts. On 7/7/05, Chris Hall <[EMAIL PROTECTED]> wrote: > Sounds like a candidate for VirtualHost > > assuming all the domain names point to the same IP address, add > something like this to your httpd.conf file: > > # x.x.x.x is the se

Re: [users@httpd] Re: Help on Rewriting Rule

2005-07-07 Thread Chris Hall
Sounds like a candidate for VirtualHost assuming all the domain names point to the same IP address, add something like this to your httpd.conf file: # x.x.x.x is the server's IP address NameVirtualHost x.x.x.x:80 # virtual host for www.enmail.com and enmail.com ServerName www.enmail.com

[users@httpd] Re: Help on Rewriting Rule

2005-07-07 Thread Rajkumar s
Dear sir, I had gone through the document about mass defined virtualhosts, i had enabled the module mod_vhost_alias. I want the Webserver to fetch the pages for each request from an directory structure as /home/domains/"domainname"/Webdir if the request is for either http://www.enmail.c