View Single Post
Old January 17th, 2006, 8:45 AM   #1 (permalink)
kaotik
Registered User
Fresh Surpasser
 
kaotik's Avatar
 
Joined in Apr 2004
Hosted on pass7
26 posts
Gave thanks: 0
Thanked 0 times
Install new copy awstats howto?

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?
kaotik is offline   Reply With Quote