Distortal wrote: > > OK I have the package installed, but I can't access it at > http://my.domain/stats - what did I do wrong? :) > > D >
Nothing. You probably did not fix the error in a past update. 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 It should now be fixed John - A Cobalt Raq550 Crash Test Dummy. You can learn a lot from a dummy! (Yes, the phrase is borrowed from the Department of Transportation's safety belt awareness program). -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ John D. Gorena, PC Services & Internet Marketing http://www.JMG-Enterprises.com Office: 972-315-5377 [EMAIL PROTECTED] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _______________________________________________ cobalt-developers mailing list [EMAIL PROTECTED] http://list.cobalt.com/mailman/listinfo/cobalt-developers
