View Single Post

   
  #2 (permalink)  
Old 01-19-2008, 08:40 AM
Burkhard Ott
 
Posts: n/a
Default Re: Creating webpages for all users

Am Sat, 21 Jul 2007 07:07:10 +0200 schrieb Wilbert Smeets:

> After adding about 50 of them by hand to httpd.conf it is getting a bit
> boring. Does anyone happen to know of a automated way to add subdomains
> to httpd.conf? And another problem I have is that I want all my users to
> have the opportunity to create a website in their home directory.
> I would be very thankful if someone could point me to some documentation
> on how to do this.


Hi,

http://httpd.apache.org/docs/2.0/de/vhosts/mass.html
You could set the documentroot to <Directory /pathto/vhosts/*/htdocs>
either.
Reply With Quote