Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apache/mod_proxy_html/files: 27_mod_proxy_html.conf
Date: Thu, 31 Jan 2008 19:35:43
Message-Id: E1JKfCG-0003lY-N1@stork.gentoo.org
1 hollow 08/01/31 19:35:40
2
3 Modified: 27_mod_proxy_html.conf
4 Log:
5 update metadata; cleanup
6 (Portage version: 2.1.4)
7
8 Revision Changes Path
9 1.6 www-apache/mod_proxy_html/files/27_mod_proxy_html.conf
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_proxy_html/files/27_mod_proxy_html.conf?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_proxy_html/files/27_mod_proxy_html.conf?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_proxy_html/files/27_mod_proxy_html.conf?r1=1.5&r2=1.6
14
15 Index: 27_mod_proxy_html.conf
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_proxy_html/files/27_mod_proxy_html.conf,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- 27_mod_proxy_html.conf 25 Nov 2007 13:30:43 -0000 1.5
22 +++ 27_mod_proxy_html.conf 31 Jan 2008 19:35:40 -0000 1.6
23 @@ -1,47 +1,49 @@
24 <IfDefine PROXY_HTML>
25 - LoadFile /usr/lib/libxml2.so
26 - LoadModule proxy_html_module modules/mod_proxy_html.so
27 +LoadFile /usr/lib/libxml2.so
28 +LoadModule proxy_html_module modules/mod_proxy_html.so
29
30 - # All knowledge of HTML links has been removed from the mod_proxy_html
31 - # code itself, and is instead read from httpd.conf (or included file)
32 - # at server startup. So you MUST declare it. This will normally be
33 - # at top level, but can also be used in a <Location>.
34 - #
35 - # Here's the declaration for W3C HTML 4.01 and XHTML 1.0
36 -
37 - ProxyHTMLLinks a href
38 - ProxyHTMLLinks area href
39 - ProxyHTMLLinks link href
40 - ProxyHTMLLinks img src longdesc usemap
41 - ProxyHTMLLinks object classid codebase data usemap
42 - ProxyHTMLLinks q cite
43 - ProxyHTMLLinks blockquote cite
44 - ProxyHTMLLinks ins cite
45 - ProxyHTMLLinks del cite
46 - ProxyHTMLLinks form action
47 - ProxyHTMLLinks input src usemap
48 - ProxyHTMLLinks head profile
49 - ProxyHTMLLinks base href
50 - ProxyHTMLLinks script src for
51 -
52 - # To support scripting events (with ProxyHTMLExtended On),
53 - # you'll need to declare them too.
54 -
55 - ProxyHTMLEvents onclick ondblclick onmousedown onmouseup \
56 - onmouseover onmousemove onmouseout onkeypress \
57 - onkeydown onkeyup onfocus onblur onload \
58 - onunload onsubmit onreset onselect onchange
59 -
60 - # If you need to support legacy (pre-1998, aka "transitional") HTML or XHTML,
61 - # you'll need to uncomment the following deprecated link attributes.
62 - #
63 - # ProxyHTMLLinks frame src longdesc
64 - # ProxyHTMLLinks iframe src longdesc
65 - # ProxyHTMLLinks body background
66 - # ProxyHTMLLinks applet codebase
67 - #
68 - # If you're dealing with proprietary HTML variants,
69 - # declare your own URL attributes here as required.
70 - #
71 - # ProxyHTMLLinks myelement myattr otherattr
72 +# All knowledge of HTML links has been removed from the mod_proxy_html
73 +# code itself, and is instead read from httpd.conf (or included file)
74 +# at server startup. So you MUST declare it. This will normally be
75 +# at top level, but can also be used in a <Location>.
76 +#
77 +# Here's the declaration for W3C HTML 4.01 and XHTML 1.0
78 +
79 +ProxyHTMLLinks a href
80 +ProxyHTMLLinks area href
81 +ProxyHTMLLinks link href
82 +ProxyHTMLLinks img src longdesc usemap
83 +ProxyHTMLLinks object classid codebase data usemap
84 +ProxyHTMLLinks q cite
85 +ProxyHTMLLinks blockquote cite
86 +ProxyHTMLLinks ins cite
87 +ProxyHTMLLinks del cite
88 +ProxyHTMLLinks form action
89 +ProxyHTMLLinks input src usemap
90 +ProxyHTMLLinks head profile
91 +ProxyHTMLLinks base href
92 +ProxyHTMLLinks script src for
93 +
94 +# To support scripting events (with ProxyHTMLExtended On),
95 +# you'll need to declare them too.
96 +
97 +ProxyHTMLEvents onclick ondblclick onmousedown onmouseup \
98 + onmouseover onmousemove onmouseout onkeypress \
99 + onkeydown onkeyup onfocus onblur onload \
100 + onunload onsubmit onreset onselect onchange
101 +
102 +# If you need to support legacy (pre-1998, aka "transitional") HTML or XHTML,
103 +# you'll need to uncomment the following deprecated link attributes.
104 +#
105 +# ProxyHTMLLinks frame src longdesc
106 +# ProxyHTMLLinks iframe src longdesc
107 +# ProxyHTMLLinks body background
108 +# ProxyHTMLLinks applet codebase
109 +#
110 +# If you're dealing with proprietary HTML variants,
111 +# declare your own URL attributes here as required.
112 +#
113 +# ProxyHTMLLinks myelement myattr otherattr
114 </IfDefine>
115 +
116 +# vim: ts=4 filetype=apache
117
118
119
120 --
121 gentoo-commits@l.g.o mailing list