Changeset 12704 in project for wiki/eggref/4/spiffy
- Timestamp:
- 12/01/08 19:44:24 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/eggref/4/spiffy
r12657 r12704 606 606 <procedure>(cgi-handler filename [interpreter])</procedure> 607 607 608 The {{cgi-handler}} procedure is called by {{cgi-handler*}} with the 609 filename. It's not very useful on its own. 608 The cgi handler simply calls CGI scripts. It is assumed the 609 requested file is executable if no interpreter is given. 610 (If used as a regular handler, it will only receive the 611 filename). 610 612 611 613 <procedure>(cgi-handler* [interpreter])</procedure> 612 614 613 615 The {{cgi-handler*}} procedure is usually more useful. It allows you 614 to define an interpreter to use for files and returns a filehandler.616 to define an interpreter to use for files and returns a new handler. 615 617 See the example above for {{file-extension-handlers}}. 616 618
Note: See TracChangeset
for help on using the changeset viewer.