[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-developers] latest patch? whats the word?
- Subject: RE: [cobalt-developers] latest patch? whats the word?
- From: BSmith@xxxxxxxxxxx
- Date: Mon Nov 25 14:26:00 2002
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
-----Original Message-----
From: David Smulsky [mailto:dave@xxxxxxxxxxxxxxxx]
Subject: [cobalt-developers] latest patch? whats the word?
Its not on their site, but its in my queue to be installed.. anyone have
info, ups or down on the "patch" before I install it on our production
server..
http://ftp.cobalt.sun.com/pub/packages/raq550/all/RaQ550-All-Update-0.0.2-15
983.pkg
_______________________________________________
I installed it, and it broke my mod_pam_auth (or something like that), but
I got a fix for you.
Outside of that issue, I have had NO other issues with (yet), I just
installed it, but I do NOT use SSL or Frontpage ... more of a play box then
a true production box :)
~Brian
---------------------------------------
To the Users on this list.
I am not 100% sure if anyone has posted the fix, but here you go.
Edit /etc/httpd/conf/httpd.conf
Very first line, (after the upgrade) should read like this:
LoadModule pam_external_auth_module modules/mod_auth_pam_external.so
Now, the problem is the placement of the LoadModule ... If you look down
your screen
you will see "ClearModuleList". Oh wait, then you just whipped out what you
loaded.
That is NOT good!!!! The fix?
Well, remove the "LoadModule pam_external_auth_module
modules/mod_auth_pam_external.so"
from the very first line, and then look down a ways, you should see that
same line again, but with
a comment. So, just uncomment that line out ... and restart apache.