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: https://polkstpol.com

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