awstats not working after running custombuild

twv

Verified User
Joined
Oct 31, 2003
Messages
217
After using custombuild to upgrade from httpd 1.3 to 2.2, I noticed that I could no longer view awstats pages in a browser.

I fixed it by running
Code:
./build mod_perl
and then adding
Code:
LoadModule perl_module /etc/httpd/modules/mod_perl.so
AddHandler cgi-script .pl

to /etc/httpd/conf/httpd.conf

Is this the correct way to fix the issue?
 
Back
Top