Search results for "module:Apache2::SubRequest"
Apache2::TrapSubRequest - Trap a lookup_file/lookup_uri into a scalar
Apache2::TrapSubRequest is a mixin to Apache2::SubRequest which enables you to collect the subrequest's response into a scalar reference. There is only one method, "run_trapped", which is demonstrated in the synopsis....
DORIAN/Apache2-TrapSubRequest-0.04 - 04 Jun 2013 04:06:40 UTC
Apache2::SSI - Apache2 Server Side Include
Apache2::SSI implements Apache Server Side Include <https://httpd.apache.org/docs/current/en/howto/ssi.html>, a.k.a. SSI, within and outside of Apache2/mod_perl2 framework. Apache2::SSI is inspired from the original work of Apache::SSI with the main ...
JDEGUEST/Apache2-SSI-v0.2.8 - 11 Oct 2023 07:32:30 UTC
Cindy::Apache2 - use unmodified XML or HTML documents as templates.
"Cindy::Apache2" uses the Cindy module in an apache content handler. Cindy merges data into a document template using a content injection sheet to create its response. As you see above it is used by configuring apache. This can be done from .htaccess...
JZOBEL/Cindy-Apache2-0.09 - 26 Sep 2014 21:23:43 UTC
Apache2::CondProxy - Intelligent reverse proxy for missing resources
This module performs the logic required to achieve what is implied by the following Apache configuration: # httpd.conf RewriteEngine On RewriteCond %{REQUEST_URI} !-U RewriteRule (.*) http://another.host$1 [P,NS] Which says *if I can't respond to a g...
DORIAN/Apache2-CondProxy-0.17 - 03 Oct 2015 03:46:50 UTC
Apache2::SSI::File - Apache2 Server Side Include File Object Class
This packages serves to resolve files whether inside Apache scope with mod_perl or outside, providing a unified api....
JDEGUEST/Apache2-SSI-v0.2.8 - 11 Oct 2023 07:32:30 UTC
Apache2::AMFSwitcher - Used to switch the device to the apropriate content (mobile, fullbrowser or for transcoder)
This module has the scope to manage with WURFLFilter.pm module the group of device (MobileDevice, PC and transcoder). To work AMFSwitcher has need WURFLFilter configured. For more details: http://www.idelfuschini.it/apache-mobile-filter-v2x.html An e...
IFUSCHINI/Apache2-WURFLFilter-2.21 - 27 Dec 2009 23:19:26 UTC
Apache2::API::Response - Apache2 Outgoing Response Access and Manipulation
The purpose of this module is to provide an easy access to various method to process and manipulate incoming request. This is designed to work under modperl. Normally, one would need to know which method to access across various Apache2 mod perl modu...
JDEGUEST/Apache2-API-v0.1.4 - 19 Nov 2023 00:15:14 UTC
Apache2::ImageRenderFilter - Used to resize images on the fly to adapt to the screen size of the mobile device
This module have the scope to manage with WURFLFilter.pm module the images for mobile devices. For more details: http://www.idelfuschini.it/apache-mobile-filter-v2x.html An example of how to set the httpd.conf is below: "PerlSetEnv MOBILE_HOME server...
IFUSCHINI/Apache2-WURFLFilter-2.21 - 27 Dec 2009 23:19:26 UTC
Apache2::AMFCarrierDetection - This module has the scope to identify by ip address the carrier and the nation.
This module has the scope to identify by ip address the carrier and the nation. To work AMFSwitcher has need WURFLFilter configured. For more details: http://www.idelfuschini.it/apache-mobile-filter-v2x.html An example of how to set the httpd.conf is...
IFUSCHINI/Apache2-WURFLFilter-2.21 - 27 Dec 2009 23:19:26 UTC