Sponsored Content
Top Forums UNIX for Dummies Questions & Answers HP-UX and Solaris Certification: Better 2gether?? Post 18576 by Neo on Saturday 30th of March 2002 09:09:02 PM
Old 03-30-2002
Check the FAQ section in the forums. There is some good information on certification to be found there ....
 

9 More Discussions You Might Find Interesting

1. Solaris

Solaris certification

Hello everybody !! Im from Brazil...and i didnt found any forum about Solaris here..then i need some help..... I´m an Oracle Database Administrator. I will do some course about Solaris and the tests too...for Certification...and i dont know if the content of the courses are enough to pass in... (1 Reply)
Discussion started by: a_pastore
1 Replies

2. UNIX for Dummies Questions & Answers

Freebsd and win 2000 working 2gether?

Hi Brothers, Please, I've just purchased a new PC and I would like to have both win 2000 and freebsd in the same hard drive, ( 40GB and 128Mb ) can you please help how to set up my new hard drive , please! Thank you..... aka Polymorphous (2 Replies)
Discussion started by: Polymorphous
2 Replies

3. Solaris

Question for Solaris 9 Certification

1. You are a network administrator. You have a script that uses rusers to tell you who is logged into your system on the network. You suspect that you are not getting all the client machines to report. Which daemon may not be running on some of the clients? a. rpc.cmsd b. in.fingerd c. rc.sprayd... (1 Reply)
Discussion started by: Ajwat
1 Replies

4. Solaris

Solaris 9 vs 10 Certification

Hi. I am fairly new to the UNIX world and was thinking of getting certified. I was thinking of going with Solaris 10 certification. I have noticed that there really aren't any certification study guides out for Solaris 10 yet. I am not sure how quickly companies are making the jump to 10 or how... (2 Replies)
Discussion started by: blk97tt
2 Replies

5. UNIX for Dummies Questions & Answers

Solaris 9 Certification

Hi I am preparing for Solaris 9 - I need questions and answers of the same - If somebody has it please let me know - Sites are asking for a lot of money - Specially if u have TK please let me know - Or if somebody has any ideas of any real good questions who have given the test recently please... (1 Reply)
Discussion started by: guru_exam
1 Replies

6. Solaris

Solaris 10 Certification

Hy folks, Did anyone of you go to Solaris 10 Certification? And who passed? I am interested in what books/guides etc. did you use to preapare yourself for certification. Any tips or advices for novice user? Thanks (1 Reply)
Discussion started by: R@LE
1 Replies

7. UNIX for Dummies Questions & Answers

Solaris 10 Certification

Hi, Is it a must to take Solaris Admin I and II at the same time to get SCSA certified? Can i take Admin I now and take Admin II 7 Months later and get certified? Rgds, filthymonk (1 Reply)
Discussion started by: filthymonk
1 Replies

8. Solaris

Sun Solaris certification

Have decided to take up SCSA . which would be advisable to take Solaris 10 or Solaris 9 in the current trend ?. Jothi Prabaharan (1 Reply)
Discussion started by: jothprab
1 Replies

9. Solaris

Has anyone here taken the Solaris certification exams?

I'm thinking of taking the Solaris 10 exams, and never taken Sun's exams before. What kind of home lab is adequate for preparation? Would a couple of Sun Blade 100's and some USB storage be sufficient? (3 Replies)
Discussion started by: yoda9999
3 Replies
Apache::AuthCookie::FAQ(3pm)				User Contributed Perl Documentation			      Apache::AuthCookie::FAQ(3pm)

NAME
Apache::AuthCookie::FAQ - Frequently Asked Questions about Apache::AuthCookie. VERSION
version 3.18 DESCRIPTION
This document serves to answer the most frequently asked questions about Apache::AuthCookie. How can I protect an entire site (/) with Apache::AuthCookie? You have to give an Apache "require" directive that applies to all requests for except for your login handler. The easiest way to do this is to override the auth handlers for your login script. For example, if your login handler is "/LOGIN", then you need to use something like the following: <Location /> AuthType My::AuthCookieHandler AuthName Whatever PerlAuthenHandler My::AuthCookieHandler->authenticate PerlAuthzHandler My::AuthCookieHandler->authorize require valid-user </Location> <Location /LOGIN> PerlAuthenHandler Apache2::Const::OK PerlAuthzHandler Apache2::Const::OK </Location> ... NAME
Apache::AuthCookie::FAQ - Frequently Asked Questions about Apache::AuthCookie. AUTHOR
Michael Schout <mschout@cpan.org> COPYRIGHT AND LICENSE
This software is copyright (c) 2000 by Ken Williams. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. BUGS
Please report any bugs or feature requests to bug-apache-authcookie@rt.cpan.org or through the web interface at: http://rt.cpan.org/Public/Dist/Display.html?Name=Apache-AuthCookie perl v5.12.3 2011-05-09 Apache::AuthCookie::FAQ(3pm)
All times are GMT -4. The time now is 04:54 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy