Hi
I've been tring to install a new copy of awstats to read from the cpanel one (for public access without using cpanel). I followed this
thread:
Publishing awtstats results
and did this:
-copied new awstats into /public_html/stats
-copied conf file from /tmp/awstats to /public_html/stats/cgi-bin
-changed:
Code:
@PossibleConfigDir=("$DIR","/etc/awstats","/usr/local/etc/awstats","/etc","/etc/opt/awstats" );
to
Code:
@PossibleConfigDir=("$DIR","/home/streetr/tmp/awstats");
This always returns a 500 internal server error.
Can someone help me?