Which option would you use to restrict Oracle HTTP Server (OHS) users from writing to the files in
$ORACLE_HOME?
1. Change the Group directive in the httpd.conf file to the group of a non-root, non-oracle user.
2. Create a new operating system (OS) user and make it a member of the same group as the
Oracle user, and then change the User directive in the httpd.conf file.
3. Create a new OS user and make it a member of the same group as the root user, and then
change theUser directive in the httpd.conf file.
4. Create a new OS user and make it a member of the same group as a non-root, non-oracle user,
and then change the User directive in the httpd.conf file to point to the new user.
5. Change the AuthName directive in the httpd.conf file.
6. Change the VirtualHost directive in the httpd.conf file
A.
2 and 6
B.
3 only
C.
2 only
D.
2 and 5
E.
4 only
F.
5 only
G.
1and 5