This website is deprecated, and remains online only for historic access to old issues and docs for historic versions of Virtualmin. It has been unmaintained for several years, and should not be relied on for up-to-date information. Please visit www.virtualmin.com instead.
How to make apache serve out custom error page? I know how to do this at a sub-server level. However i want to do this for all of apache. Please advise. Thanks
However, similar to other Apache directives, I'm not sure that additional VirtualHosts would inherit those settings. You'll may need to experiment a bit ;-)
You can of course add any settings that aren't inherited into the Virtualmin server template, so that they are automatically added to each Virtual Server that is added to your system.
-Eric
Well, you can put ErrorDocument directives in your main Apache config like so:
http://httpd.apache.org/docs/2.0/mod/core.html#errordocument
However, similar to other Apache directives, I'm not sure that additional VirtualHosts would inherit those settings. You'll may need to experiment a bit ;-)
You can of course add any settings that aren't inherited into the Virtualmin server template, so that they are automatically added to each Virtual Server that is added to your system.
-Eric
Thanks Andrey for the reply.
\|/
|/
What about Error handling section in Website Configuration?