This file is indexed.

/usr/share/doc/phpwebcounter/README.Debian is in phpwebcounter 1.0-5.

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
phpwebcounter for Debian
------------------------

1. Apache 2
-----------

In Debian, the web applications are put in /usr/share directory. Please, see the
/usr/share/doc/phpwebcounter/examples/phpwebcounter.apache2 to understand how
to configure PHP Web Counter with Apache Web Server. After install, you must
restart the Apache. To test, you can use it:

    http://<your ip>/phpwebcounter/phpwebcounter.php

Or use the html code included in the examples directory.

Other alternative is point to file in /usr/share/phpwebcounter.  The PHP5
configuration file prevents, by default, remote requests using "require" or
"include" methods. Then you can use it:

    <?php require("/usr/share/phpwebcounter/phpwebcounter.php"); ?>



2. Extra numbers
----------------

To have new graphical numbers, install the phpwebcounter-extra package.


 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Sun, 11 Nov 2007 15:03:30 -0200