1. The Options directive. http://httpd.apache.org/do
2. The DirectoryIndex directive. http://httpd.apache.org/do
3. You do not set an IP for each directory. You set an IP for a host/virtual host that has its DocumentRoot in the directory.
4. The Options directive (see #1). Look for ExecCGI
5. The <Limit> container. http://httpd.apache.org/do
6. The ErrorDocument directive. http://httpd.apache.org/do
7. The Order, Allow, and Deny directives in mod_authz_host. http://httpd.apache.org/do
In general:
http://httpd.apache.org/do
Main Topics
Browse All Topics





by: sh2grPosted on 2009-10-28 at 08:40:22ID: 25684470
I figured out question 2 so far