[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] translating subdomain name to username
- Subject: Re: [cobalt-users] translating subdomain name to username
- From: "Carrie Bartkowiak" <ravencarrie@xxxxxxxx>
- Date: Sat Feb 17 23:48:02 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> > was looking for a stage beyond that - to see if it's possible
> > to make it generic and have the rewrite rules set to pluck the
> > hostname out and substitute it into the username - that way I
> > only have to add an A record (or not even that if I use wildcard
> > hostnames) and a user to the site - wouldn't have to update the
> > httpd.conf include each time I add a new hostname
This might not be what you're looking for, but it's a shot.
Check out Jeff Bilicki's shell tools. They do amazing things. Write up what
you want to do in a php or cgi file, find a way to pass it to the shell
tools, and see if it works.
It's also possible to have custom-created DNS records without all of the
clicking involved; check out Moritz's automated signup scripts for examples.
(Just do a search for Moritz or automated signup scripts in the archives.)
CarrieB