File: README

package info (click to toggle)
libhtml-mason-perl 1%3A1.44-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,112 kB
  • ctags: 1,651
  • sloc: perl: 17,877; sh: 187; makefile: 12
file content (17 lines) | stat: -rw-r--r-- 548 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Component Samples
=================

dump-request	Dumps request parameters, great for debugging.
		Converted from Apache documentation.

show-env	Dumps current environment.


Note: If you are seeing the source of the above pages as plain text,
it is because the server is assigning the content type "plain/text"
instead of "text/html".  The easiest way to remedy this is to put

    DefaultType  text/html

in your configuration file, and make sure mod_mime_magic is not active.
This will allow filenames with no extensions to be handled by Mason.