This file is indexed.

/usr/share/doc/htcheck-php/README.Debian is in htcheck-php 1:2.0.0~rc1-2ubuntu1.

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
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
htcheck-php for Debian
---------------------

  Preface:
    htcheck-php can be started with PHP5 Apache module.

  Very Quick Install:

    [1] Enable PHP Apache module:
        	  
	  # a2enmod php
            	
    [2] Restart apache:
    	
	  # apache2ctl graceful
	
    [3] Now, you have to change the settings into the
	'/etc/htcheck/global.inc.php' file regarding the hostname, and the
	authentication credentials for MySQL connections. Of course you need
	to have the access granted to the MySQL database server from the
	computer you run these scripts.

    [4] Make a symlink in your own web directory to /usr/share/htcheck/php,
	i.e.: 

	  # ln -s /usr/share/htcheck/php ~/public_html/htcheck

	or set the /usr/share/htcheck/php directory as DocumentRoot, i.e.:

	  <VirtualHost host.some_domain.com>
	  DocumentRoot /usr/share/htcheck/php
	  ServerName phpmyadmin.somewhere.com
	  </VirtualHost>                                                                 

 -- Marco Nenciarini <mnencia@debian.org>  Thu, 24 Sep 2009 00:29:03 +0200