Apache2::ModProxyPerlHtml 2.5 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Apache2::ModProxyPerlHtml 2.5 (Default branch)
# 1  
Old 11-26-2008
Apache2::ModProxyPerlHtml 2.5 (Default branch)

Apache2::ModProxyPerlHtml is a mod_perl2 replacement of the Apache2module mod_proxy_html.c, used to rewrite HTML/Javascript links for areverse proxy. It is very simple and has much better parsing/replacementof URL than the C code. It also support refresh meta tag rewriting.License: Perl LicenseChanges:
This release fixes the replacement of the URLvalue set to the JavaScript method jsObject.src.The detection of JavaScript documents in thecontent-type HTTP header was also fixed.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Ubuntu

can't enable ssl in apache2 "Apache2 + openssl"

I have running apache2 and I want to enable ssl in my server for that I compile openssl without errorshttp://ubuntuforums.org/images/smilies/icon_lol.gif But when i start Apache it gives following error,,,,,,,http://ubuntuforums.org/images/smilies/confused.gif Code: ... (1 Reply)
Discussion started by: charith
1 Replies
Login or Register to Ask a Question
Apache2::SiteControl::Radius(3pm)			User Contributed Perl Documentation			 Apache2::SiteControl::Radius(3pm)

NAME
Apache2::SiteControl::Radius - Raduis authentication module for SiteControl SYNOPSIS
In Apache/mod_perl's configuration: PerlModule Apache2::SiteControl <Location /sample> ... PerlSetVar SiteControlMethod Apache2::SiteControl::Radius ... </Location> <FilesMatch ".pl$"> ... PerlSetVar RadiusSiteControlHost "localhost" PerlSetVar RadiusSiteControlSecret "mysecret" ... </FilesMatch> <Location /SampleLogin> ... PerlSetVar RadiusSiteControlHost "localhost" PerlSetVar RadiusSiteControlSecret "mysecret" ... </Location> DESCRIPTION
Apache2::SiteControl::Radius uses Authen::Radius to do the actual authentication of login attempts for the SiteControl system. See the SiteControl documentation for a complete apache configuration example. The synopsis above shows the configuration parameters for the radius module only, which is not a stand-alone thing. The proper variables for the apache configuration of this modules are shown in the synopsis above. You must set the radius host and shared secret in all sections that will use the SiteControl system for authentication. SEE ALSO
Apache2::SiteControl AUTHOR
This module was written by Tony Kay, <tkay@uoregon.edu>. COPYRIGHT AND LICENSE
perl v5.14.2 2006-03-17 Apache2::SiteControl::Radius(3pm)