:: 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
:: links
+ googlelinux
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-U allow unsafe operations
#
# Change this :
#!/usr/bin/perl
# to :
#!/usr/bin/perl -U
:: links
+ googlelinux
Comments
Post a Comment