Automating creation of sub-domains???


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Automating creation of sub-domains???
# 1  
Old 07-11-2008
Automating creation of sub-domains???

Edit, Sorry realised that muxtape.com is probably not creating a sub-domain for every accout but more than likely using a wildcard in the apache config and then using php/asp/java or similar to look at the url and point it in the right direction. So youraccount.muxtape.com maps to muxtape.com/accountuser.php?usrid=101 and in Apache config *.muxtape.com maps to muxtape.com..... you think this could be right???

Hi,

I'm wondering how this is done. I have a dedicated linux server...it has some software on it called plesk that, amongst other things, allows you to create sub-domains. So all you do is enter the name of the sub-domain you want in a text field in a webpage and it goes off and creates it. A website called muxtape.com does the same...you sign up for an account and it goes off and creates the account and gives you a sub-domain like yourusername.muxtape.com.

Now i know how to create a sub-domain manually by editing httpd.conf and adding a virtual host block but how do make this automated? I'm guessing that muxtape.com is not actually creating a sub-domain everytime
Thanks

Last edited by elduderino; 07-11-2008 at 07:09 PM..
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Logical Domains Manager

Hi, I just did install Solaris 11 in Sun Fire T2000. From research i did, latest LDM does not support on T2000. So where i can download the version that supported in T2000 machine? I don't have access to oracle edelivery. Please assist me. Thanks. (0 Replies)
Discussion started by: mzainal
0 Replies

2. IP Networking

VLANs and their domains

Hey everyone. I work in a data center, and I'm working on getting my CCNA. Now when I read articles on the idea of VLAN's it makes sense. Especially if you have multiple switches daisy chained in multiple locations. My two main questions though are that most of these examples use PC's as examples... (2 Replies)
Discussion started by: Lost in Cyberia
2 Replies

3. Shell Programming and Scripting

Automating creation of directories

I have a top-level directory called work and I would like to create subdirectories work1 work2... under this directory. Also I would like to create subdirectory under work1 -- test, work2 -- test etc., Can I automate this using a command-line script? work |_work 1 |_test |_work 2 ... (2 Replies)
Discussion started by: sharone
2 Replies

4. UNIX for Dummies Questions & Answers

Sub domains from report

Hi, I have a report containing severals organization's email address. The address contain several sub domains, and i need to pull those out. mail domain ( example.com) .................. The report column contain mail address in this format : john1@sub1.example.com... (2 Replies)
Discussion started by: john_prince
2 Replies

5. UNIX for Advanced & Expert Users

Different Nameservers for Different Domains?

I have a system that is connected to a private network with its own DNS (call it "privnet."), and is also connected to the Internet on a separate interface. Is it possible to convince this server to query the private nameserver for the private network's domain (e.g. "host foo.privnet."), and the... (2 Replies)
Discussion started by: vertigo23
2 Replies

6. UNIX for Dummies Questions & Answers

creating domains

ok i am setting up dns or going to do it with solaris 9 once u setup the domain what file can u look @ to see if it setup or not (4 Replies)
Discussion started by: rmuhammad
4 Replies

7. News, Links, Events and Announcements

Verisign and the .com and .net domains

You probably have heard about Verisign's recent controversial action. If not, here is one link. I hope that you also know that the latest version of BIND has been released and it includes the ability to reject undelegated responses from top level domains except for a few that you can... (3 Replies)
Discussion started by: Perderabo
3 Replies

8. UNIX for Dummies Questions & Answers

blocking domains

Dear All , Kindly note I have sun solaries 7 . I want to block a domain who keep sending emails to my domain and users . thanks (1 Reply)
Discussion started by: tamemi
1 Replies

9. News, Links, Events and Announcements

DNS Free for Five Domains

We have had a great experience recently with these folks: http://www.zoneedit.com/ and highly recommend them. You can set up and manage the DNS for five free domains there, both primary and secondary. (0 Replies)
Discussion started by: Neo
0 Replies

10. UNIX for Dummies Questions & Answers

multiple domains

Hello, I have 3 domains virtually hosted "name based" the first one "domain1.com" has its ServerName entered as domain1.com. this domain will load in a browser by www.domain1.com or simply domain1.com. the next two domains "domain2.com" and "domain3.com" ServerNames are listed as domain2.com and... (2 Replies)
Discussion started by: ericg
2 Replies
Login or Register to Ask a Question
asadmin-stop-appserv(1AS)					   User Commands					 asadmin-stop-appserv(1AS)

NAME
asadmin-stop-appserv, stop-appserv - stops the domains inthe specified directory SYNOPSIS
stop-appserv [--domaindir install_dir/domains] [--terse=false] [--echo=false] This command has been deprecated. Please use stop-domain to stop the domains in the specified or default domains directory. stop-appserv stops the domains in the specified or default domains directory. If the domains directory is not specified, the domains in the default domains directory are stopped. The default domains directory is install_dir/domains. This command can only be run locally. OPTIONS
--domaindir directory where the domains are stopped. If specified, path must be accessible in the filesystem. If not specified, the domain is stopped in the default install_dir/domains directory. --terse indicates that any output data must be very concise, typically avoiding human-friendly sentences and favoring well- formatted data for consumption by a script. Default is false. --echo setting to true will echo the command line statement on the standard output. Default is false. EXIT STATUS
0 command executed successfully 1 error in executing the command asadmin-create-domain(1AS), asadmin-start-domain(1AS), asadmin-stop-domain(1AS), asadmin-delete-domain(1AS), asadmin-list-domains(1AS) J2EE 1.4 SDK March 2004 asadmin-stop-appserv(1AS)