Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

http://myClient.mySite.com

Status
Not open for further replies.

HoMyGod

Programmer
Jul 17, 2000
59
CH
Hi,

I have a website where clients can registered and have the possibility to have a personnal page. I would like to offer them the possibility to have a personnal URL on the form :


as I am not an expert at all with system configuration, I would like to know how I can do that (the process must work without human intervention).

I am using JSP and JServ

Thank you very much
 
hi
you should firs add the new host in your nameserver
I'm using BIND and all I must do is to add the appropriate row at the end of /var/named/zone/domain.com file and restart the BIND

Secondary you should add virtual server in the /var/lib/apache/conf/httpd.conf (there is sample in that file) and do apachectl testconfig; apachectl graceful

In fact I wrote simple C program that makes this and few more thinks on my server. It's not difficult at all ;)

Ofcourse you should add the user meanwhile ;)

Bangieff@borsabg.com

P.S: I reccomend you to make backups of all the system files your program is changing.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top