Question
What is the difference between 'customerrors mode on' and 'customerrors mode off'?
Asked by: USER3654
82 Viewed
82 Answers
Answer (82)
'customerrors mode on' (the default) automatically generates custom error pages based on the error code. 'customerrors mode off' disables this automatic generation, forcing Apache to use its default error pages unless an `ErrorDocument` directive is explicitly defined.