<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>Test Page for the Apache HTTP Server & InterWorx-CP</title>
    <style type="text/css">
      /*<![CDATA[*/

     /***********************************************/
     /* Properties of general/common page elements. */
     /***********************************************/
     
     body, div, td {
       font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
       font-size: 11px;
       line-height: 1.5;
       color: #666;
       margin: 20px 0px 7px 0px;
       padding: 0px;
     }
     th {
       font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
       font-size: 12px;
       line-height: 1.5;
       color: #616161;
       background-color: #F1F1F1;
     }
     img {
       border: 0;
       border-bottom-style: none;
       background: transparent;
     }
     p {
       text-align: justify;
       line-height: 1.5;
       margin: 5px 4px 10px 10px;
     }
     pre {
       margin: 5px 20px 10px 10px;
     }
     
     h1 {
       font-size: 1.25em;
       font-weight: bold;
       text-align: left;
       margin: 2px 20px 5px 10px;
     }
     h2 {
       font-size: 1.1em;
       font-weight: bold;
       text-align: left;
       text-transform: uppercase;
       margin: 2px 5px -2px 10px;
     }
     h3 {
       color: #555;
       font-size: 12px;
       font-weight: bold;
       text-align: left;
       padding: 5px 0;
       margin: -2px 0 -2px 0;
     }
     h4 {
       font-size: 1.1em;
       font-weight: bold;
       text-align: left;
       text-transform: uppercase;
     }
     ul {
       margin-top: -0.35em;
       margin-bottom: 1em;
     }
     ol {
       margin-top: 0;
       margin-bottom: 10px;
     }
     ul li, ol {
       text-align: justify;
     }
     
     /*******************************************/
     /* General links in content of every page. */
     /*******************************************/
     
     a:link {
       color: #06c;
       text-decoration: none;
       padding-bottom: 0;
       border-bottom: 1px solid #ccc;
     }
     a:visited {
       color: #06c;
       text-decoration: none;
       padding-bottom: 0;
       border-bottom: 1px solid #ccc;
     }
     a:hover {
       color: #ccc;
       text-decoration: none;
       padding-bottom: 0;
       border-bottom: 1px solid #ccc;
     }
     a:active {
       color: #f60;
       text-decoration: none;
       padding-bottom: 0;
       border-bottom: 1px solid #ccc;
     }

     /******************************/
     /* Columnar output formatting */
     /******************************/

     .content {
       width: 60%;
       background-color: #F3F3F3;
       border: 1px solid #999;
       margin: 0px auto;
     }
     .buttons {
       background-color: #FFF;
       margin: 0px auto;       
     }

      /*]]>*/
    </style>
  </head>

  <body>

    <div align="center">
      <img src="interworx_logo.gif">
    </div>
    <table class="content">
      <tr>
        <td>
          <h2>Welcome!</h2>
          <p>
            This page is used to test the proper operation of the 
            Apache Web server after it has been installed on this server, with the
            InterWorx <a href="http://www.interworx.com">Web Hosting Control Panel</a>. If you can read this page, it means 
            that the Apache Web server installed on this server and is
            working properly.            
          </p>
        </td>
      </tr>
      <tr>
        <td>
          <h2>If you are the server administrator</h2>
          <p>
            Login to InterWorx-CP by navigating to the 
            <a href="/nodeworx/">NodeWorx Login Page</a>.  If that does not work, try https and port 2443.
          <p>
            You'll want to bookmark that login page so you can easily
            find it again.  You can also reach NodeWorx by appending
            /nodeworx to the end of any domain hosted on the server or
            any IP mapped to the server.
          </p>
          <p>
            Once you are logged into NodeWorx you will be able to 
            manage all aspects of your server.
            Your login information should have been provided to you 
            by the 
            <a href="http://www.interworx.com/partners/">InterWorx Reseller 
            Partner</a> you purchased your license from or 
            the InterWorx-CP team itself if you purchased InterWorx-CP
            from the InterWorx website.
          <h2>ABOUT INTERWORX</h2>
          <p>
            <a href="http://www.interworx.com">InterWorx-CP</a> is a dedicated 
            server hosting control panel.  It is useful for anyone in charge of managing or maintaining 
            a server.  It can be used to setup web hosting accounts and provide website level
            access to webmasters.  InterWorx-CP will also  perform much of 
            the routine maintenance needed to keep a server running smoothly.
          </p>
          <p>
            For more information regarding InterWorx-CP or any of the 
            InterWorx line of tools please visit
            <a href="http://www.interworx.com">http://www.interworx.com</a>.
          </p>
        </td>
      </tr>

      <tr><td><hr/></td></tr>

      <tr>
        <td align="center">
          <a href="http://www.interworx.com"><img src="iworx_pb.gif"></a>
          <a href="http://apache.org"><img src="apache_pb.gif"></a>
          <a href="http://php.net"><img src="php_pb.png"></a>
          <a href="http://www.openssl.org"><img src="openssl_pb.gif"></a>
        </td>
      </tr>
    </table>

  </body>
</html>