<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Web hosting control panel and DNS parking in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/web-hosting-control-panel-and-dns-parking/m-p/3306562#M567659</link>
    <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;My OS is HPUX 11i. What I like to know is:&lt;BR /&gt;&lt;BR /&gt;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?&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;Sorry for double posting.&lt;BR /&gt;&lt;BR /&gt;TIA,&lt;BR /&gt;Richard</description>
    <pubDate>Wed, 16 Jun 2004 05:30:42 GMT</pubDate>
    <dc:creator>Rgomes</dc:creator>
    <dc:date>2004-06-16T05:30:42Z</dc:date>
    <item>
      <title>Web hosting control panel and DNS parking</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/web-hosting-control-panel-and-dns-parking/m-p/3306562#M567659</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;My OS is HPUX 11i. What I like to know is:&lt;BR /&gt;&lt;BR /&gt;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?&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;Sorry for double posting.&lt;BR /&gt;&lt;BR /&gt;TIA,&lt;BR /&gt;Richard</description>
      <pubDate>Wed, 16 Jun 2004 05:30:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/web-hosting-control-panel-and-dns-parking/m-p/3306562#M567659</guid>
      <dc:creator>Rgomes</dc:creator>
      <dc:date>2004-06-16T05:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Web hosting control panel and DNS parking</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/web-hosting-control-panel-and-dns-parking/m-p/3306563#M567660</link>
      <description>To answer #2, try Webmin:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.webmin.com/" target="_blank"&gt;http://www.webmin.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Jun 2004 07:41:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/web-hosting-control-panel-and-dns-parking/m-p/3306563#M567660</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-06-16T07:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: Web hosting control panel and DNS parking</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/web-hosting-control-panel-and-dns-parking/m-p/3306564#M567661</link>
      <description>Hi geoff,&lt;BR /&gt;&lt;BR /&gt;Thanks for your mail.&lt;BR /&gt;I use Webmin for creating Virtual Hosts. Webmin is ok but I cannot give grenular permission/rights for specific user/client.&lt;BR /&gt;I haven't use Usermin, have you used it? What do you think.&lt;BR /&gt;&lt;BR /&gt;Thanks and regards,&lt;BR /&gt;Richard</description>
      <pubDate>Thu, 17 Jun 2004 04:06:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/web-hosting-control-panel-and-dns-parking/m-p/3306564#M567661</guid>
      <dc:creator>Rgomes</dc:creator>
      <dc:date>2004-06-17T04:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: Web hosting control panel and DNS parking</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/web-hosting-control-panel-and-dns-parking/m-p/3306565#M567662</link>
      <description>Nope - havn't used usermin...&lt;BR /&gt;&lt;BR /&gt;You may have to write your own web interface (say in Perl), then use it to pass arguments to something like:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://dnsupdate.sourceforge.net/" target="_blank"&gt;http://dnsupdate.sourceforge.net/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;IMHO - I would never allow someone to update my DNS directly....&lt;BR /&gt;&lt;BR /&gt;Here's something I do on my Linux server:&lt;BR /&gt;&lt;BR /&gt;In my named.conf file:&lt;BR /&gt;&lt;BR /&gt;include "/var/named/customer/conffile.customer";&lt;BR /&gt;&lt;BR /&gt;I then do a rndc reload from cron every night.&lt;BR /&gt;&lt;BR /&gt;The customer ftp's their own dns entries into the above directory for any zones they have.&lt;BR /&gt;&lt;BR /&gt;Not as elaborate as a web interface, but it works...BTW - they can NOT write to the confile.customer - only to the zone files...&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Jun 2004 08:29:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/web-hosting-control-panel-and-dns-parking/m-p/3306565#M567662</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-06-17T08:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: Web hosting control panel and DNS parking</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/web-hosting-control-panel-and-dns-parking/m-p/3306566#M567663</link>
      <description>Geoff, it sounds good. &lt;BR /&gt;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?&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Richard</description>
      <pubDate>Mon, 21 Jun 2004 00:31:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/web-hosting-control-panel-and-dns-parking/m-p/3306566#M567663</guid>
      <dc:creator>Rgomes</dc:creator>
      <dc:date>2004-06-21T00:31:21Z</dc:date>
    </item>
  </channel>
</rss>

