[EMAIL PROTECTED] wrote: > Hi > > When I'm trying to see the stats at www.mydomain.com/stats/ I got the > message "The server encountered an internal error or misconfiguration > and > was unable to complete your request. Your administrator may not have > enabled > CGI access for this directory." > > I enable the cgi at the website administrator.
>From my own Question to this list, after I installed Webalizer 2 and had the exact >same problem: HOW TO FIX PAM MODULE SINCE RAQ550 UPDATE 1) Login as root 2) Use editor to edit httpd.conf file like "pico /etc/httpd/conf/httpd.conf" The top line of httpd.conf has the following line since the update: LoadModule pam_external_auth_module modules/mod_auth_pam_external.so This line is also remarked out in the httpd.conf file. You will need to find it in the httpd.conf file and remove the # AND ALSO you will need to remove the top line copy. In pico, go to this line with your cursor and cut it out by pressing Ctrl-K IF FOR SOME reason you do not see the line in the file then Move down to the ClearModuleList section and place it in the section so that it looks: ClearModuleList AddModule mod_so.c AddModule mod_perl.c LoadModule pam_external_auth_module modules/mod_auth_pam_external.so LoadModule userdir_module modules/mod_userdir.so LoadModule alias_module modules/mod_alias.so Press Ctrl-x to exit and save the file. 3) Type the following on the command line: /etc/init.d/httpd reload And press enter. Then: You will get something like: [root] /etc/init.d/httpd reload Reloading httpd: httpd ok Now Run: [root] /etc/init.d/httpd restart (Thanks to John) _______________________________________________ cobalt-developers mailing list [EMAIL PROTECTED] http://list.cobalt.com/mailman/listinfo/cobalt-developers
