This file is indexed.

/usr/share/doc/libphp-snoopy/FAQ is in libphp-snoopy 2.0.0-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
11
12
13
14
Q:	Why can't I fetch https pages?
A:	Using Snoopy to fetch an https page requires PHP to be compiled with
	OpenSSL support.  If installing PHP from source, refer to the PHP manual
	for instructions for enabling OpenSSL support:
	http://www.php.net/manual/en/book.openssl.php

Q:	where does the function preg_match_all come from?
A:	PCRE functions in PHP 3.0.9 and later

Q:	I get the error: Warning: Wrong parameter count for fsockopen()
A:	Upgrade your verion of PHP to 3.0.9 or later

Q:	Snoopy cuts of my results every time. What's wrong?
A:	Upgrade your verion of PHP to 3.0.9 or later