Apache2-ModProxyPerlHtml

 view release on metacpan or  search on metacpan

ModProxyPerlHtml.pm  view on Meta::CPAN

659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
links must be rewritten twice to works.
 
=head1 ROT13 obfuscation
 
Some links can be obfucated to be hidden from google or other robots. To enable
encode/decode of those links you can use the ProxyHTMLRot13Links directive as
follow:
 
        PerlAddVar ProxyHTMLRot13Links All
 
All links in the page will be decoded before being rewritten and re-encoded.
 
If obfuscation occurs on some attributs only you can set the value as a pair
of element:attribut where the decoding/encoding must be applied. For example:
 
        PerlAddVar ProxyHTMLRot13Links a:data-href
        PerlAddVar ProxyHTMLRot13Links a:href
 
=head1 BUGS
 
Apache2::ModProxyPerlHtml is still under development and is pretty

README  view on Meta::CPAN

266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
    one acces to an Intranet portal that have links to the webcal and
    webmail application. Those links must be rewritten twice to works.
 
ROT13 obfuscation
    Some links can be obfucated to be hidden from google or other robots. To
    enable encode/decode of those links you can use the ProxyHTMLRot13Links
    directive as follow:
 
            PerlAddVar ProxyHTMLRot13Links All
 
    All links in the page will be decoded before being rewritten and
    re-encoded.
 
    If obfuscation occurs on some attributs only you can set the value as a
    pair of element:attribut where the decoding/encoding must be applied.
    For example:
 
            PerlAddVar ProxyHTMLRot13Links a:data-href
            PerlAddVar ProxyHTMLRot13Links a:href
 
BUGS



( run in 0.267 second using v1.01-cache-2.11-cpan-eab888a1d7d )