awstatsの結果を
system(“/Library/WebServer/CGI-Executables/awstats/awstats.pl -config=****.local -update”);
system(“/Library/WebServer/CGI-Executables/awstats/awstats.pl -config=****.local -output > /Library/WebServer/Documents/secure/AWStats6.html”);
という中身のファイルを作ってcronでhourlyで回している。
AWStats6.htmlがフツーにgoogleさんにクロールされる可能性があったので、
.htaccessで制限した。
/etc/httpd/httpd.confを
# This controls which options the .htaccess files in directories can
# override. Can also be “All”, or any combination of “Options”, “FileInfo”,
# “AuthConfig”, and “Limit”
#
AllowOverride All
と修正。
# apachectl restart
/usr/sbin/apachectl restart: httpd restarted
でapache再起動