There are 4 normal classes, and 4 error classes. Module mod_info
and
mod_status
were loaded on all
normal classes. Different configuration was used for each instance.
Class description | Symptom | |
---|---|---|
1 | Normal server configuration, and successfully served HTML file request | N/A |
2 | Normal server configuration, and successfully served image file request | N/A |
3 | Normal server configuration, and successfully served directory list request | N/A |
4 | Normal server configuration, and page not found | 404 error |
5 |
mod_info is loaded, and /server-info is requested with below configuration
<Location /server-info> SetHandler server-info Order deny,allow Deny from all Allow from .csres.utexas.edu </Location> | N/A |
6 | mod_info was not loaded, but
/server-info was requested with above configuration.
|
No error message on all error level.
apachectl conftest doesn't find this misconfiguration.
When /server-info was requested apache returned 404 error |
7 |
mod_status is loaded, and /server-status is requested with below configuration
<Location /server-status> SetHandler server-status Order deny,allow Deny from all Allow from .csres.utexas.edu </Location> | N/A |
8 | mod_status was not loaded, but
/server-status was requested with above configuration.
|
No error message on all error level.
apachectl conftest doesn't find this misconfiguration.
When /server-status was requested apache returned 404 error |
Last modified: Mon 12 Feb 2007 05:16:05 PM CST