[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-developers] latest patch? what's the word?
- Subject: RE: [cobalt-developers] latest patch? what's the word?
- From: BSmith@xxxxxxxxxxx
- Date: Mon Nov 25 14:50:00 2002
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
-----Original Message-----
From: Skyhound Internet [mailto:tom@xxxxxxxxxxxxxxxxxxxx]
Sent: Monday, November 25, 2002 5:37 PM
To: cobalt-developers@xxxxxxxxxxxxxxx
Subject: RE: [cobalt-developers] latest patch? whats the word?
Hi Brian,
Well I just installed it and it didn't seem to break anything, although it
still didn't fix the front page problem I have.
What would I be noticing if it did break something with this LoadModule
pam_external_auth_module modules/mod_auth_pam_external.so
Thanks
Tom
At 02:24 PM 11/25/2002, you wrote:
----------------------------------------------------
Tom,
Just for my curiosity .. what Front Page problems were you having?
I know I never really had issues with the Raq4, but I do NOT have
FP 2002, so I do not know if my FP2000 will work with the Raq550.
Do u know?
How to see the problem ...
Go into your main site.
cd /home/sites/www.somesite.com/web
mkdir protect_dir
cd protect_dir
echo '#Access file' > .htaccess
echo order allow,deny >> .htaccess
echo allow from all >> .htaccess
echo require group site2 >> .htaccess
echo Authname WebStats >> .htaccess
echo Authtype Basic >> .htaccess
echo AuthAuthoritative off >> .htaccess
echo AuthPAM_Enabled on >> .htaccess
Using a web browser, browse to it: http://www.somesite.com/protect_dir
Then login in with either 1) admin/password or 2) siteadmin-name/password.
If it doesn't work, apply my fix. If it works ... I am jealous! :)
.htaccess seems to break ... So, if you are using Webalizer
[from pkgmaster.com] or anything else that uses it ... the Raq 550
uses AuthPAM because it stores user names inside of a PAM DB.
Thanks,
Brian