Setup default config error list and corresponding return pages (error number and msg)
mulain opened this issue · 1 comments
mulain commented
Possibilties:
- Use CGI to generate HTML?
- Provide directory with ready HTML
mulain commented
I think these are two separate issues:
- Update the ServerConfig object and the Server object to handle the "new" style of error page config outlined in Pablo's ideal.config. This means giving the option(!) of assigning specific pages to errors.
- Handle each error code appropriately - regardless of whether the config file gave it a specific site. It always has to be handled in some default way that can be overridden by the config file.