| Date: July 26, 2010 | |||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||
Package Contents:readme_first.html [this file]ChangeLog INSTALL LICENSE mod_bw.so README |
|||||||||||||||||||||||||||||||||||||
First time installation NOTES:The module is built with Visual Studio 2008, be sure to install the new Visual C++ 2008 Redistributable Packageit can be downloaded from; INTRODUCTIONThis module will provide you with a way to add footers and headers to all (or a subset) of the content that your site provides. With it you can also define your own tagging language. |
|||||||||||||||||||||||||||||||||||||
If this is your first install of mod_layout:
To install this module on your Apache 2.2.x server you need to copy the necessary files to your Apache folder and add items to your Apache's httpd.conf file. C:\Apache22 will be used as our ServerRoot for the examples below.
1. Install the Visual C++ 2008 Redistributable PackageDownload, if you have not done so already, from the
address above.
2. Copy mod_bw.so to your Apache 2.2.x modules folder
C:/apache22/modules/mod_layout.so for example
3. Load the module in your http.conf loadmodules section
LoadModule layout_module modules/mod_layout.so
Sample Configuration:
The LayoutFooter directive can also be a cgi (aka putting in "LayoutFooter /cgi-bin/printenv" would happily append the environmental variables to the end of all of the output for your site).
If you want to cut down on processing the following will also work:This is the tail end of things
" LayoutHeader "
This is the beginning of things
"
This is the beginning of things
"