This file is indexed.

/usr/lib/python2.7/dist-packages/maasserver/templates/404.html is in python-django-maas 1.5.4+bzr2294-0ubuntu1.2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
{% extends "maasserver/base.html" %}

{% block title %}Error: Page not found{% endblock %}
{% block page-title %}Error: Page not found{% endblock %}

{% block content %}
  <h2>
    The requested URL {{ request.path }} was not found on this server.
  </h2>
{% endblock %}