have defined "servererrorfile" in ACO when trying to access unprotected URL it displays error 404 and displays the
apache server page instead of custom error page.
Release : 12.8.05
Component :
For Apache, regardless of an agent, the following can be added to your httpd.conf for error customization:
ErrorDocument 404 /missing.html
ErrorDocument 401 /denied.html
ErrorDocument 500 /denied.html
ErrorDocument 403 /not-authorized.html
Etc....