File: LayoutHTTPHeaderOff.html

package info (click to toggle)
libapache-mod-layout 3.0.3-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 328 kB
  • ctags: 218
  • sloc: ansic: 1,331; makefile: 114; sh: 93
file content (32 lines) | stat: -rw-r--r-- 803 bytes parent folder | download | duplicates (2)
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
32
<HTML>
<BODY TEXT="#000000" LINK="#0000FF" VLINK="#551A8B" ALINK="#FF0000" BGCOLOR="#FFFFFF">

<H2>LayoutHTTPHeaderOff</H2>


<H3>Description</H3>
<P><B>LayoutHTTPHeaderOff</B> allows you turn off any HTTPHeader
directives that you may have specified. This can come into
handy when you have overlapping rules. The following
example illustrates this. All of the contents
of the virtualhost minus the smurfdance directory
will get its headers from /fullheader.cgi.
</p>

<H3>Example</H3>
<BLOCKQUOTE>
&lt;VirtualHost www.foo.com:80&gt;<BR>
DocumentRoot /usr/local/apache/htdocs/
LayoutHTTPHeader /fullheader.cgi
&lt;Directory /usr/local/apache/htdocs/smurfdance/&gt<BR>
LayoutHTTPHeaderOff<BR>
&lt;/Directory&gt<BR>
&lt;/VirtualHost&gt<BR>
</BLOCKQUOTE>

<P>

<H3>Known Problems</H3>
None
</BODY>
</HTML>