Apache agent is not redirecting users to a custom error page when "ServerErrorFile" url configured in the ACO.
search cancel

Apache agent is not redirecting users to a custom error page when "ServerErrorFile" url configured in the ACO.

book

Article ID: 234362

calendar_today

Updated On:

Products

SITEMINDER

Issue/Introduction

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.

Environment

Release : 12.8.05

Component :

Resolution

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....