Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.479.605 Times

Apache Handlers freeware
Filter: All | Freeware | Demo
 

Apache Handlers

1 2 3 4 5 > 
Added: September 05, 2013 | Visits: 399

Apache::Handlers Apache::Handlers is a Perl module that provides two different methods of declaring when code snippets should be run during the Apache request phase. The code defined with the constructs provided by this module do not directly affect the success or failure of the request. Thus, this module does... Platforms: *nix

License: Freeware Size: 10.24 KB Download (41): Apache::Handlers Download

Added: May 10, 2013 | Visits: 275

mod_cplusplus This code easily implements object oriented apache-2.0 handlers with C including all the standard phases of the request cycle, input filters, output filters, and protocol handlers. This is a big improvement for a number of reasons: - C modules now only need pure C , with no kludges to allow... Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (55): mod_cplusplus Download

Added: March 09, 2010 | Visits: 686

Apache::AxKit::XSP::Language::SimpleTaglib Apache::AxKit::XSP::Language::SimpleTaglib is an alternate XSP taglib helper. SYNOPSIS package Your::XSP::Package; use Apache::AxKit::Language::XSP::SimpleTaglib; ... more initialization stuff, start_document handler, utility functions, whatever you like, but no parse_start/end handler... Platforms: *nix

License: Freeware Size: 307.2 KB Download (92): Apache::AxKit::XSP::Language::SimpleTaglib Download

Added: October 01, 2010 | Visits: 671

Apache::TestTieBucketBrigade Apache::TestTieBucketBrigade is a Perl module to test Apache::TieBucketBrigade, takes a bunch of stuff and then writes it back upcased. It tests stuff. I suppose you could use it as an example of building things with Apache::TieBucketBrigade. This would be cooler if I actually new how to test... Platforms: *nix

License: Freeware Size: 4.1 KB Download (86): Apache::TestTieBucketBrigade Download

Added: March 18, 2010 | Visits: 1.519

Apache .NET Ant Library Apache .NET Ant Library doesnt strive to replace NAnt or MSBuild, its main purpose is to help those of us who work on projects crossing platform boundaries. With this library you can use Ant to build and test the Java as well as the .NET parts of your project. This library provides a special... Platforms: *nix

License: Freeware Size: 78.85 KB Download (106): Apache .NET Ant Library Download

Added: August 16, 2010 | Visits: 1.833

Apache Cocoon Apache Cocoon is a web development framework built around the concepts of separation of concerns and component-based web development. Apache Cocoon implements these concepts around the notion of component pipelines, each component on the pipeline specializing on a particular operation. This... Platforms: *nix

License: Freeware Size: 42.8 MB Download (116): Apache Cocoon Download

Added: June 18, 2010 | Visits: 1.104

Apache::AxKit::Language::SAXMachines Apache::AxKit::Language::SAXMachines is a Perl module that can transform Content With SAX Filters. SYNOPSIS # add the style processor mapping AxAddStyleMap application/x-saxmachines Apache::AxKit::Language::SAXMachines # add the processor AxAddProcessor application/x-saxmachines . #... Platforms: *nix

License: Freeware Size: 307.2 KB Download (95): Apache::AxKit::Language::SAXMachines Download

Added: August 09, 2010 | Visits: 869

Apache::TestRun Apache::TestRun is a Perl module to run the test suite. SYNOPSIS The Apache::TestRun package controls the configuration and running of the test suite. METHODS Several methods are sub-classable, if the default behavior should be changed. bug_report The bug_report() method is executed... Platforms: *nix

License: Freeware Size: 143.36 KB Download (92): Apache::TestRun Download

Added: February 20, 2010 | Visits: 1.181

Apache::AxKit::Language::XSP Apache::AxKit::Language::XSP is a Perl module with eXtensible Server Pages. SYNOPSIS < xsp:page xmlns:xsp="http://apache.org/xsp/core/v1" > < xsp:structure > < xsp:import >Time::Object< /xsp:import > < /xsp:structure > < page > < title >XSP Test< /title > < para > Hello World! <... Platforms: *nix

License: Freeware Size: 307.2 KB Download (93): Apache::AxKit::Language::XSP Download

Added: July 21, 2010 | Visits: 906

Apache::Wyrd Apache::Wyrd is a Perl module for HTML embeddable perl objects under mod_perl. Apache::Wyrd is the core module in a collection of interoperating modules that allow the rapid object-oriented development of web sites in Apaches mod_perl environment (LAMP). This collection includes a very... Platforms: *nix

License: Freeware Size: 174.08 KB Download (94): Apache::Wyrd Download

Added: October 19, 2010 | Visits: 1.384

Apache Toolbox Apache Toolbox provides a means to easily compile Apache with SSL, PHP (v4 or v3), MySQL, APC (Alternative PHP Cache), mod_auth_nds, mod_dynvhost, WebDAV, mod_fastcgi, mod_gzip, mod_layout, mod_throttle, mod_accessref, mod_auth_sys, mod_bandwidth, mod_auth_ldap, mod_roaming, mod_perl, Jakarta,... Platforms: *nix

License: Freeware Size: 92.16 KB Download (103): Apache Toolbox Download

Added: May 09, 2010 | Visits: 1.372

apache-top apache-top provides real-time display of the active processes from a remote apache server. With apache-top you can get: - The active apache processes with their associated PID, the status, the seconds being active, the CPU usage, the asociated VirtualHost, the accessing ip and the request... Platforms: *nix

License: Freeware Size: 12.29 KB Download (111): apache-top Download

Added: May 07, 2010 | Visits: 1.010

Apache::WebSNMP Apache::WebSNMP is a Perl module that allows for SNMP calls to be embedded in HTML. SYNOPSIS < html > < body > < snmp > host=zoom.google.org community=public connect interface=ifDescr.2 mac=ifPhysAddress.2 query < /snmp > The interface < b >descriptor< /b > for the ethernet card is... Platforms: *nix

License: Freeware Size: 6.14 KB Download (97): Apache::WebSNMP Download

Added: April 24, 2010 | Visits: 1.055

Apache::ReverseProxy Apache::ReverseProxy is an Apache mod_perl reverse proxy. SYNOPSIS # In Apache config file < Location / > SetHandler perl-script PerlHandler Apache::ReverseProxy PerlSetVar ReverseProxyConfig /usr/local/apache/conf/rproxy.conf < /Location > # In rproxy.conf / http://www.cpan.org/ This... Platforms: *nix

License: Freeware Size: 6.14 KB Download (97): Apache::ReverseProxy Download

Added: March 09, 2010 | Visits: 1.047

Apache::ErrorControl Apache::ErrorControl Perl module is an Apache Handler for Templating Apache Error Documents. This mod_perl content handler will make templating your ErrorDocument pages easy. Basically you add a couple of entries to your httpd.conf file restart apache, make your template and your cruising.... Platforms: *nix

License: Freeware Size: 10.24 KB Download (96): Apache::ErrorControl Download

Added: June 02, 2010 | Visits: 966

Apache::TestMB Apache::TestMB is a subclass of Module::Build to support Apache::Test. SYNOPSIS Standard process for building & installing modules: perl Build.PL ./Build ./Build test ./Build install Or, if youre on a platform (like DOS or Windows) that doesnt like the "./" notation, you can do this:... Platforms: *nix

License: Freeware Size: 143.36 KB Download (106): Apache::TestMB Download

Added: August 24, 2010 | Visits: 967

Apache::MyConfig Apache::MyConfig is a Perl module created to build options access. SYNOPSIS use Apache::MyConfig; die unless $Apache::MyConfig::Setup{PERL_FILE_API}; Apache::MyConfig module provides access to the various hooks and features set when mod_perl is built. This circumvents the need to set up a... Platforms: *nix

License: Freeware Size: 389.12 KB Download (142): Apache::MyConfig Download

Added: April 17, 2010 | Visits: 880

Lemonldap::Handlers::Generic Lemonldap::Handlers::Generic is a Perl extension for Lemonldap sso system. Lemonldap::Handlers::Generic4a2 - Handler for Apache2 Lemonldap SSO system SYNOPSIS In httpd.conf ..... perltranshandler Lemonldap::Handlers::Generic4a2 ..... Generic4a2 is the central piece of websso... Platforms: *nix

License: Freeware Size: 24.58 KB Download (89): Lemonldap::Handlers::Generic Download

Added: June 09, 2010 | Visits: 1.594

mod-apache-snmp Apache SNMP Module allows you to monitor different configuration and status values of the Apache Web server using SNMP. Whats New in This Release: - Bugfixes, the inclusion of MRTG scripts, and changes to make the module work on the IBM HTTP Server.. Platforms: *nix

License: Freeware Size: 32.77 KB Download (128): mod-apache-snmp Download

Added: March 12, 2010 | Visits: 819

Apache::LogIgnore Apache::LogIgnore is a mod_perl log handler to ignore connections. SYNOPSIS in your httpd.conf file, put this in the mod_perl load block (if you have one) < Location / > PerlLogHandler Apache::LogIgnore PerlSetVar DebugFlag 1 #Turn Debugging on PerlSetVar IgnoreHost 192.168.0.2... Platforms: *nix

License: Freeware Size: 3.07 KB Download (94): Apache::LogIgnore Download

1 2 3 4 5 >