10.11.09

:: fixed awstats error

:: error message
Internal Server Error

and on apache log get some error message like :

Insecure dependency in require while running setuid at /path/awstat/awstats.pl

:: solution
[root: cgi-bin ]# vi awstats.pl 
#
# Change this :
#!/usr/bin/perl
# to :
#!/usr/bin/perl -U
-U allow unsafe operations

:: links
+ googlelinux