- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Web hosting control panel and DNS parking
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 10:30 PM
06-15-2004 10:30 PM
Web hosting control panel and DNS parking
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2004 12:41 AM
06-16-2004 12:41 AM
Re: Web hosting control panel and DNS parking
http://www.webmin.com/
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2004 09:06 PM
06-16-2004 09:06 PM
Re: Web hosting control panel and DNS parking
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 01:29 AM
06-17-2004 01:29 AM
Re: Web hosting control panel and DNS parking
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2004 05:31 PM
06-20-2004 05:31 PM
Re: Web hosting control panel and DNS parking
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