Changeset 1888

Show
Ignore:
Timestamp:
08/21/08 13:05:30 (3 months ago)
Author:
taher
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/doc/Makefile.am

    r1851 r1888  
    5454modules_handlers_file.html \ 
    5555modules_handlers_dirlist.html \ 
     56modules_handlers_custom_error.html \ 
    5657modules_handlers_common.html \ 
    5758modules_handlers_redir.html \ 
     
    9394media/images/admin_handler_admin.png \ 
    9495media/images/admin_handler_cgi.png \ 
     96media/images/admin_custom_error.png \ 
    9597media/images/admin_handler_dirlist_ex.png \ 
    9698media/images/admin_handler_dirlist.png \ 
  • cherokee/trunk/doc/dev_cherokee.conf.txt

    r1816 r1888  
    345345---- 
    346346 
     347- Rules can be defined that return custom errors using the 
     348  link:modules_handlers_custom_error.html[HTTP error] handler: `custom 
     349  error`. 
     350+ 
     351---- 
     352    vserver!10!rule!100!handler = custom_error 
     353    vserver!10!rule!100!handler!error = 400 
     354---- 
     355 
    347356- ISO images should be handled as files and are protected by a 
    348357  htdigest file using only Digest authentication: 
  • cherokee/trunk/doc/index.txt

    r1851 r1888  
    6363    - link:modules_handlers_dirlist.html[Only listing]: List directories. 
    6464    - link:modules_handlers_common.html[List & Send]: List directories and send files. 
     65    - link:modules_handlers_custom_error.html[HTTP error]: Generate custom HTTP errors. 
    6566    - link:modules_handlers_redir.html[Redirection]: URL forwards and rewrites. 
    6667    - link:modules_handlers_cgi.html[CGI]: Common Gateway Interface.