It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://www.bukuberita.com

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