Question: Configure your Apache to implement the following scenario: The user Mickey o Content to be accessible from anywhere. o The starting page to be

Configure your Apache to implement the following scenario: The user "Mickey" o Content to be accessible from anywhere. o The starting page to be "welcome.htm". The user "Minnie" o Only allows access if the user can authenticate with their username/password. Currently the list is: 'mickey' with password of 'mouse' (flat file authentication) She does not want an index page, but should auto-generate a listing The user "Goofy" o Only wants his special friend at IP 172.22.2.125 granted access The user "Scrooge" o Is selling content and requires fast user authentication (current user list is 'huey' with 'password' o has been subjected to attacks from stations in the networks 65.23 and 172.22.2.126. Make sure that if requests come from these networks, they don't even get a change to authenticate and are forbidden. Continued next page Please test your implementation extensively. Once happy with your results, create a single PDF document that shows: - conf files that you modified the 4 .htaccess files (include comments to clearly show which file belongs to which account any other information that you feel might be helpful
Step by Step Solution
3.43 Rating (156 Votes )
There are 3 Steps involved in it
1User Mickey htaccess changes AuthType Basic AuthName Mickey require ... View full answer
Get step-by-step solutions from verified subject matter experts
