Changeset 1888
- Timestamp:
- 08/21/08 13:05:30 (3 months ago)
- Files:
-
- cherokee/trunk/doc/Makefile.am (modified) (2 diffs)
- cherokee/trunk/doc/dev_cherokee.conf.txt (modified) (1 diff)
- cherokee/trunk/doc/index.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/doc/Makefile.am
r1851 r1888 54 54 modules_handlers_file.html \ 55 55 modules_handlers_dirlist.html \ 56 modules_handlers_custom_error.html \ 56 57 modules_handlers_common.html \ 57 58 modules_handlers_redir.html \ … … 93 94 media/images/admin_handler_admin.png \ 94 95 media/images/admin_handler_cgi.png \ 96 media/images/admin_custom_error.png \ 95 97 media/images/admin_handler_dirlist_ex.png \ 96 98 media/images/admin_handler_dirlist.png \ cherokee/trunk/doc/dev_cherokee.conf.txt
r1816 r1888 345 345 ---- 346 346 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 347 356 - ISO images should be handled as files and are protected by a 348 357 htdigest file using only Digest authentication: cherokee/trunk/doc/index.txt
r1851 r1888 63 63 - link:modules_handlers_dirlist.html[Only listing]: List directories. 64 64 - 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. 65 66 - link:modules_handlers_redir.html[Redirection]: URL forwards and rewrites. 66 67 - link:modules_handlers_cgi.html[CGI]: Common Gateway Interface.