Sorry

This feed does not validate.

In addition, interoperability with the widest range of feed readers could be improved by implementing the following recommendation.

Source: http://tinyurl.com/z5y43mu

  1. <? phpinfo(); ?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4.  <!--
  5.    Modified from the Debian original for Ubuntu
  6.    Last updated: 2014-03-19
  7.    See: https://launchpad.net/bugs/1288690
  8.  -->
  9.  <head>
  10.    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  11.    <title>Apache2 Ubuntu Default Page: It works</title>
  12.    <style type="text/css" media="screen">
  13.  * {
  14.    margin: 0px 0px 0px 0px;
  15.    padding: 0px 0px 0px 0px;
  16.  }
  17.  
  18.  body, html {
  19.    padding: 3px 3px 3px 3px;
  20.  
  21.    background-color: #D8DBE2;
  22.  
  23.    font-family: Verdana, sans-serif;
  24.    font-size: 11pt;
  25.    text-align: center;
  26.  }
  27.  
  28.  div.main_page {
  29.    position: relative;
  30.    display: table;
  31.  
  32.    width: 800px;
  33.  
  34.    margin-bottom: 3px;
  35.    margin-left: auto;
  36.    margin-right: auto;
  37.    padding: 0px 0px 0px 0px;
  38.  
  39.    border-width: 2px;
  40.    border-color: #212738;
  41.    border-style: solid;
  42.  
  43.    background-color: #FFFFFF;
  44.  
  45.    text-align: center;
  46.  }
  47.  
  48.  div.page_header {
  49.    height: 99px;
  50.    width: 100%;
  51.  
  52.    background-color: #F5F6F7;
  53.  }
  54.  
  55.  div.page_header span {
  56.    margin: 15px 0px 0px 50px;
  57.  
  58.    font-size: 180%;
  59.    font-weight: bold;
  60.  }
  61.  
  62.  div.page_header img {
  63.    margin: 3px 0px 0px 40px;
  64.  
  65.    border: 0px 0px 0px;
  66.  }
  67.  
  68.  div.table_of_contents {
  69.    clear: left;
  70.  
  71.    min-width: 200px;
  72.  
  73.    margin: 3px 3px 3px 3px;
  74.  
  75.    background-color: #FFFFFF;
  76.  
  77.    text-align: left;
  78.  }
  79.  
  80.  div.table_of_contents_item {
  81.    clear: left;
  82.  
  83.    width: 100%;
  84.  
  85.    margin: 4px 0px 0px 0px;
  86.  
  87.    background-color: #FFFFFF;
  88.  
  89.    color: #000000;
  90.    text-align: left;
  91.  }
  92.  
  93.  div.table_of_contents_item a {
  94.    margin: 6px 0px 0px 6px;
  95.  }
  96.  
  97.  div.content_section {
  98.    margin: 3px 3px 3px 3px;
  99.  
  100.    background-color: #FFFFFF;
  101.  
  102.    text-align: left;
  103.  }
  104.  
  105.  div.content_section_text {
  106.    padding: 4px 8px 4px 8px;
  107.  
  108.    color: #000000;
  109.    font-size: 100%;
  110.  }
  111.  
  112.  div.content_section_text pre {
  113.    margin: 8px 0px 8px 0px;
  114.    padding: 8px 8px 8px 8px;
  115.  
  116.    border-width: 1px;
  117.    border-style: dotted;
  118.    border-color: #000000;
  119.  
  120.    background-color: #F5F6F7;
  121.  
  122.    font-style: italic;
  123.  }
  124.  
  125.  div.content_section_text p {
  126.    margin-bottom: 6px;
  127.  }
  128.  
  129.  div.content_section_text ul, div.content_section_text li {
  130.    padding: 4px 8px 4px 16px;
  131.  }
  132.  
  133.  div.section_header {
  134.    padding: 3px 6px 3px 6px;
  135.  
  136.    background-color: #8E9CB2;
  137.  
  138.    color: #FFFFFF;
  139.    font-weight: bold;
  140.    font-size: 112%;
  141.    text-align: center;
  142.  }
  143.  
  144.  div.section_header_red {
  145.    background-color: #CD214F;
  146.  }
  147.  
  148.  div.section_header_grey {
  149.    background-color: #9F9386;
  150.  }
  151.  
  152.  .floating_element {
  153.    position: relative;
  154.    float: left;
  155.  }
  156.  
  157.  div.table_of_contents_item a,
  158.  div.content_section_text a {
  159.    text-decoration: none;
  160.    font-weight: bold;
  161.  }
  162.  
  163.  div.table_of_contents_item a:link,
  164.  div.table_of_contents_item a:visited,
  165.  div.table_of_contents_item a:active {
  166.    color: #000000;
  167.  }
  168.  
  169.  div.table_of_contents_item a:hover {
  170.    background-color: #000000;
  171.  
  172.    color: #FFFFFF;
  173.  }
  174.  
  175.  div.content_section_text a:link,
  176.  div.content_section_text a:visited,
  177.   div.content_section_text a:active {
  178.    background-color: #DCDFE6;
  179.  
  180.    color: #000000;
  181.  }
  182.  
  183.  div.content_section_text a:hover {
  184.    background-color: #000000;
  185.  
  186.    color: #DCDFE6;
  187.  }
  188.  
  189.  div.validator {
  190.  }
  191.    </style>
  192.  </head>
  193.  <body>
  194.    <div class="main_page">
  195.      <div class="page_header floating_element">
  196.        <img src="/icons/ubuntu-logo.png" alt="Ubuntu Logo" class="floating_element"/>
  197.        <span class="floating_element">
  198.          Apache2 Ubuntu Default Page
  199.        </span>
  200.      </div>
  201. <!--      <div class="table_of_contents floating_element">
  202.        <div class="section_header section_header_grey">
  203.          TABLE OF CONTENTS
  204.        </div>
  205.        <div class="table_of_contents_item floating_element">
  206.          <a href="#about">About</a>
  207.        </div>
  208.        <div class="table_of_contents_item floating_element">
  209.          <a href="#changes">Changes</a>
  210.        </div>
  211.        <div class="table_of_contents_item floating_element">
  212.          <a href="#scope">Scope</a>
  213.        </div>
  214.        <div class="table_of_contents_item floating_element">
  215.          <a href="#files">Config files</a>
  216.        </div>
  217.      </div>
  218. -->
  219.      <div class="content_section floating_element">
  220.  
  221.  
  222.        <div class="section_header section_header_red">
  223.          <div id="about"></div>
  224.          It works!
  225.        </div>
  226.        <div class="content_section_text">
  227.          <p>
  228.                This is the default welcome page used to test the correct
  229.                operation of the Apache2 server after installation on Ubuntu systems.
  230.                It is based on the equivalent page on Debian, from which the Ubuntu Apache
  231.                packaging is derived.
  232.                If you can read this page, it means that the Apache HTTP server installed at
  233.                this site is working properly. You should <b>replace this file</b> (located at
  234.                <tt>/var/www/html/index.html</tt>) before continuing to operate your HTTP server.
  235.          </p>
  236.  
  237.  
  238.          <p>
  239.                If you are a normal user of this web site and don't know what this page is
  240.                about, this probably means that the site is currently unavailable due to
  241.                maintenance.
  242.                If the problem persists, please contact the site's administrator.
  243.          </p>
  244.  
  245.        </div>
  246.        <div class="section_header">
  247.          <div id="changes"></div>
  248.                Configuration Overview
  249.        </div>
  250.        <div class="content_section_text">
  251.          <p>
  252.                Ubuntu's Apache2 default configuration is different from the
  253.                upstream default configuration, and split into several files optimized for
  254.                interaction with Ubuntu tools. The configuration system is
  255.                <b>fully documented in
  256.                /usr/share/doc/apache2/README.Debian.gz</b>. Refer to this for the full
  257.                documentation. Documentation for the web server itself can be
  258.                found by accessing the <a href="/manual">manual</a> if the <tt>apache2-doc</tt>
  259.                package was installed on this server.
  260.  
  261.          </p>
  262.          <p>
  263.                The configuration layout for an Apache2 web server installation on Ubuntu systems is as follows:
  264.          </p>
  265.          <pre>
  266. /etc/apache2/
  267. |-- apache2.conf
  268. |       `--  ports.conf
  269. |-- mods-enabled
  270. |       |-- *.load
  271. |       `-- *.conf
  272. |-- conf-enabled
  273. |       `-- *.conf
  274. |-- sites-enabled
  275. |       `-- *.conf
  276.          </pre>
  277.          <ul>
  278.                        <li>
  279.                           <tt>apache2.conf</tt> is the main configuration
  280.                           file. It puts the pieces together by including all remaining configuration
  281.                           files when starting up the web server.
  282.                        </li>
  283.  
  284.                        <li>
  285.                           <tt>ports.conf</tt> is always included from the
  286.                           main configuration file. It is used to determine the listening ports for
  287.                           incoming connections, and this file can be customized anytime.
  288.                        </li>
  289.  
  290.                        <li>
  291.                           Configuration files in the <tt>mods-enabled/</tt>,
  292.                           <tt>conf-enabled/</tt> and <tt>sites-enabled/</tt> directories contain
  293.                           particular configuration snippets which manage modules, global configuration
  294.                           fragments, or virtual host configurations, respectively.
  295.                        </li>
  296.  
  297.                        <li>
  298.                           They are activated by symlinking available
  299.                           configuration files from their respective
  300.                           *-available/ counterparts. These should be managed
  301.                           by using our helpers
  302.                           <tt>
  303.                                <a href="http://manpages.debian.org/cgi-bin/man.cgi?query=a2enmod">a2enmod</a>,
  304.                                <a href="http://manpages.debian.org/cgi-bin/man.cgi?query=a2dismod">a2dismod</a>,
  305.                           </tt>
  306.                           <tt>
  307.                                <a href="http://manpages.debian.org/cgi-bin/man.cgi?query=a2ensite">a2ensite</a>,
  308.                                <a href="http://manpages.debian.org/cgi-bin/man.cgi?query=a2dissite">a2dissite</a>,
  309.                            </tt>
  310.                                and
  311.                           <tt>
  312.                                <a href="http://manpages.debian.org/cgi-bin/man.cgi?query=a2enconf">a2enconf</a>,
  313.                                <a href="http://manpages.debian.org/cgi-bin/man.cgi?query=a2disconf">a2disconf</a>
  314.                           </tt>. See their respective man pages for detailed information.
  315.                        </li>
  316.  
  317.                        <li>
  318.                           The binary is called apache2. Due to the use of
  319.                           environment variables, in the default configuration, apache2 needs to be
  320.                           started/stopped with <tt>/etc/init.d/apache2</tt> or <tt>apache2ctl</tt>.
  321.                           <b>Calling <tt>/usr/bin/apache2</tt> directly will not work</b> with the
  322.                           default configuration.
  323.                        </li>
  324.          </ul>
  325.        </div>
  326.  
  327.        <div class="section_header">
  328.            <div id="docroot"></div>
  329.                Document Roots
  330.        </div>
  331.  
  332.        <div class="content_section_text">
  333.            <p>
  334.                By default, Ubuntu does not allow access through the web browser to
  335.                <em>any</em> file apart of those located in <tt>/var/www</tt>,
  336.                <a href="http://httpd.apache.org/docs/2.4/mod/mod_userdir.html">public_html</a>
  337.                directories (when enabled) and <tt>/usr/share</tt> (for web
  338.                applications). If your site is using a web document root
  339.                located elsewhere (such as in <tt>/srv</tt>) you may need to whitelist your
  340.                document root directory in <tt>/etc/apache2/apache2.conf</tt>.
  341.            </p>
  342.            <p>
  343.                The default Ubuntu document root is <tt>/var/www/html</tt>. You
  344.                can make your own virtual hosts under /var/www. This is different
  345.                to previous releases which provides better security out of the box.
  346.            </p>
  347.        </div>
  348.  
  349.        <div class="section_header">
  350.          <div id="bugs"></div>
  351.                Reporting Problems
  352.        </div>
  353.        <div class="content_section_text">
  354.          <p>
  355.                Please use the <tt>ubuntu-bug</tt> tool to report bugs in the
  356.                Apache2 package with Ubuntu. However, check <a
  357.                href="https://bugs.launchpad.net/ubuntu/+source/apache2">existing
  358.                bug reports</a> before reporting a new bug.
  359.          </p>
  360.          <p>
  361.                Please report bugs specific to modules (such as PHP and others)
  362.                to respective packages, not to the web server itself.
  363.          </p>
  364.        </div>
  365.  
  366.  
  367.  
  368.  
  369.      </div>
  370.    </div>
  371.    <div class="validator">
  372.    <p>
  373.      <a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a>
  374.    </p>
  375.    </div>
  376.  </body>
  377. </html>
  378.  
  379.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda