Successful compilation but no image in my pages. What's wrong ?
The two most common errors in this case:
- The read/write permissions on the count_file are wrong.
The location of the count_file is specified in conf.h. The file which
is specified there should be writable by the userid under which the
WWW-server is running. Most common is that the server is running under
the userid of nobody.
- The nph-count binary is installed in a directory where it's not possible
to execute CGI-scripts. Check with the question on
CGI-directories for more information.
An on-line debugging tool is now incorporated with the counter software.
If the counter binary is installed in a directory from which it is possible
to execute CGI-scripts try the following by directly opening the URL:
http://localhost/cgi-bin/nph-count?link=dummy&debug=ON
The returned HTML-page should provide additional information about possible
sources of errors.
Error messages from the program are also logged to a location of your
liking. Specify in the 'conf.h' where the messages should go.