Linux_FoundationLinux_Foundation
LFCS · Question #228
LFCS Question #228: Real Exam Question with Answer & Explanation
Sign in or unlock LFCS to reveal the answer and full explanation for question #228. The question stem and answer options stay visible for context.
Submitted by satoshi_tk· Apr 18, 2026Service Configuration
Question
The local system administrator has created a configuration entry for apache version 2 that isn't working. What is wrong with the following configuration? <Location /members> AuthName Members AuthType Basic AuthUserFile /www/passwd </Location>
Options
- AThe directive require validuser is missing.
- BBasic Authentication has been removed from Apache 2.x.
- CThe format of the password file is not specified.
- DThe AuthUserFile must be in the apache configuration directory.
Unlock LFCS to see the answer
You've previewed enough free LFCS questions. Unlock LFCS for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Apache#Web Server#Authentication#Configuration