blob: 60c874a0d702b5a18817a7842f0df4d7c74383c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
#Setup exemples for mod_layout 3.2.1 .
#taken from the README file.
#<Virtualhost www.geek.com>
# LayoutFooter /footer.html
# LayoutHeader /header.html
#</virtualhost>
#
#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:
#<Virtualhost www.geek.com>
# LayoutFooter "<P> This is the tail end of things<P>"
# LayoutHeader "<P> This is the beginning of things<P>"
#</virtualhost>
#
#The following is an example which will wrap PHP along
#with html documents.
#<Virtualhost www.geek.com>
# LayoutFooter /footer.html
# LayoutHeader "<P> This is the beginning of things<P>"
#</virtualhost>
|