Awstats and Static Html Files

philmcdonnell

Verified User
Joined
Jan 6, 2004
Messages
184
Location
New York
Hello All,

With the new DA update there is now a cgi version of Awstats and I can disable all static html files according to the update.

If I disable the static html is there a way to remove all listings from the pull down menu in DA except for the cgi listing?

Also how can I delete all static html files from all users on the server, this seems like it would save a bunch of hard-drive space as well...

Thanks,
Phil
 
Hello,

run

Code:
rm -f /home/*/domains/*/awstats/*.bak
rm -f /home/*/domains/*/awstats/*.html

But it won't free a bunch of hard-drive space. Data files (with extension .txt) are bigger, but I'm not sure, if they can be deleted for CGI to run ok.
 
Back
Top