Query: text::micromason::apachehandler
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MicroMason::ApacheHandler(3pm) User Contributed Perl Documentation MicroMason::ApacheHandler(3pm)NAMEText::MicroMason::ApacheHandler - Use MicroMason from mod_perlSYNOPSISIn your httpd.conf or equivalent Apache configuration file: PerlModule Text::MicroMason::ApacheHandler <Files *.mm> SetHandler perl-script PerlHandler Text::MicroMason::ApacheHandler </Files> In your document root or other web-accessible directory: <% my $visitor = $r->connection->remote_host(); %> <html> Hello there <%= $visitor %>! The time is now <%= localtime() %>. </html>DESCRIPTIONCaution: This module is new, experimental, and incomplete. Not intended for production use. Interface subject to change. If you're interested in this capability, your feedback would be appreciated. Configuration The following configuration parameters are supported: MicroMasonSyntax PerlSetVar MicroMasonSyntax HTMLMason Name of the syntax class that will compile the templates. Defaults to HTMLMason. MicroMasonMixins PerlAddVar MicroMasonMixins Safe PerlAddVar MicroMasonMixins CatchErrors List of additional mixin classes to be enabled. MicroMasonAttribs PerlAddVar MicroMasonAttribs "-AllowGlobals, allow_globals => '$r'" Allows for any set of attributes to be defined. Mixin names prefaced with a dash can also be included.SEE ALSOFor an overview of this templating framework, see Text::MicroMason. This is a mixin class intended for use with Text::MicroMason::Base. For distribution, installation, support, copyright and license information, see Text::MicroMason::Docs::ReadMe. perl v5.10.1 2007-01-29 MicroMason::ApacheHandler(3pm)
Similar Topics in the Unix Linux Community |
---|
Large Text Files |
Mixins in JavaFX 1.2 Technology |
From 6100-04-01-0944 to 6100-07-02-1150 ...HOW? |
List of Files which are Greater then a specific date |