Operating System - HP-UX
1832743 Members
2824 Online
110044 Solutions
New Discussion

Re: Web hosting control panel and DNS parking

 
Rgomes
Valued Contributor

Web hosting control panel and DNS parking

Hi All,

My OS is HPUX 11i. What I like to know is:

1) Is there any FREE control panel for virtual host client? Any one used it before for 11i and windows client? How do I integrate this control panel with HPUX 11i and HPapache2?

2) I am runnning 2 DNS server. One is Primary and another is slave. What I like to know, is there any software available that will give web-interface to our customer for adding their own RR record in our DNS server (DNS parking)? For 11i and BIND 9.2.0. environment.

Sorry for double posting.

TIA,
Richard
4 REPLIES 4
Geoff Wild
Honored Contributor

Re: Web hosting control panel and DNS parking

To answer #2, try Webmin:

http://www.webmin.com/


Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Rgomes
Valued Contributor

Re: Web hosting control panel and DNS parking

Hi geoff,

Thanks for your mail.
I use Webmin for creating Virtual Hosts. Webmin is ok but I cannot give grenular permission/rights for specific user/client.
I haven't use Usermin, have you used it? What do you think.

Thanks and regards,
Richard
Geoff Wild
Honored Contributor

Re: Web hosting control panel and DNS parking

Nope - havn't used usermin...

You may have to write your own web interface (say in Perl), then use it to pass arguments to something like:

http://dnsupdate.sourceforge.net/

IMHO - I would never allow someone to update my DNS directly....

Here's something I do on my Linux server:

In my named.conf file:

include "/var/named/customer/conffile.customer";

I then do a rndc reload from cron every night.

The customer ftp's their own dns entries into the above directory for any zones they have.

Not as elaborate as a web interface, but it works...BTW - they can NOT write to the confile.customer - only to the zone files...

Rgds...Geoff

Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Rgomes
Valued Contributor

Re: Web hosting control panel and DNS parking

Geoff, it sounds good.
BTW, if client intentionally or un-intentionally upload zone file with wrong/bogus or existing ( someone else's IP address, already used in the net) IP address, what would happen?

regards,
Richard