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.477.820 Times

Apache Request freeware
Filter: All | Freeware | Demo
 

Apache Request

1 2 3 4 5 > 
Added: July 16, 2010 | Visits: 908

Generic Apache Request Library libapreq is a shared library with associated modules for manipulating client request data via the Apache API. Generic Apache Request Library also includes language bindings for Perl (Apache::Request and Apache::Cookie). Functionality includes: parsing of application/x-www-form-urlencoded data... Platforms: *nix

License: Freeware Size: 778.24 KB Download (96): Generic Apache Request Library Download

Added: September 02, 2010 | Visits: 776

Apache2::RequestRec Apache2::RequestRec is a Perl API for Apache request record accessors. Synopsis use Apache2::RequestRec (); # set supported by the handler HTTP methods $allowed = $r->allowed(); # auth type $auth_type = $r->ap_auth_type(); # QUERY_STRING $args = $r->args(); # non-parsed-headers... Platforms: *nix

License: Freeware Size: 3.5 MB Download (94): Apache2::RequestRec Download

Added: September 05, 2013 | Visits: 398

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: 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: May 10, 2013 | Visits: 459

Apache Client Cache-rate Calculator This script contains a function to calculate the percent of requests that were "refused" by Apache server due to the clients ability to read the file from their cache instead. This function can be useful in performance analysis. The percentage of requests for cached files versus non-cached files... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Apache Client Cache-rate Calculator Download

Added: November 27, 2013 | Visits: 445

Apache::XPP Apache::XPP is an HTML parser class which on run time compiles and runs embedded Perl code. SYNOPSIS use Apache::XPP; my $xpp = Apache::XPP->new( Apache->request ); $xpml->run; Platforms: *nix

License: Freeware Size: 30.72 KB Download (45): Apache::XPP Download

Added: November 01, 2010 | Visits: 888

mod_murka mod_murka creates a convenient apache, xml, xsl based web publishing environment. It manages caching of static html pages and integrates nicely with Tomcat for dynamic pages to provide a flexible, high performance MVC development framework. How does it work? Murka is an apache module... Platforms: *nix

License: Freeware Size: 51.2 KB Download (92): mod_murka Download

Added: February 20, 2010 | Visits: 1.329

CGI::Expand CGI::Expand is a Perl module that can convert flat hash to nested data using TT2s dot convention. SYNOPSIS use CGI::Expand; use CGI; # or Apache::Request, etc. $args = expand_cgi( CGI->new(a.0=3&a.2=4&b.c.0=x) ); # $args = { a => [3,undef,4], b => { c => [x] }, } # Or to catch... Platforms: *nix

License: Freeware Size: 8.19 KB Download (95): CGI::Expand Download

Added: May 09, 2010 | Visits: 778

Template::Plugin::StickyQuery Template::Plugin::StickyQuery is a TT plugin for HTML::StickyQuery. SYNOPSIS use Template; use Apache; use Apache::Request; my $apr = Apache::Request->new(Apache->request); # or CGI.pm will do my $template = Template->new( ... ); $template->process($filename, { apr => $apr }); # in... Platforms: *nix

License: Freeware Size: 2.05 KB Download (97): Template::Plugin::StickyQuery Download

Added: June 22, 2010 | Visits: 1.265

Rose::HTML::Form Rose::HTML::Form is a HTML form base class. SYNOPSIS package PersonForm; use Rose::HTML::Form; our @ISA = qw(Rose::HTML::Form); use Person; sub build_form { my($self) = shift; $self->add_fields ( name => { type => text, size => 25, required => 1 }, email => { type => email, size... Platforms: *nix

License: Freeware Size: 102.4 KB Download (91): Rose::HTML::Form Download

Added: September 06, 2010 | Visits: 679

AxKit::XSP::PerForm AxKit::XSP::PerForm is an XSP Taglib for making complex forms easy. SYNOPSIS AxAddXSPTaglib AxKit::XSP::PerForm PerForm is a large and complex taglib for AxKit XSP that facilitates creating large and complex HTML, WML, or other types of data-entry forms. PerForm tends to make life easier... Platforms: *nix

License: Freeware Size: 13.31 KB Download (99): AxKit::XSP::PerForm Download

Added: September 25, 2010 | Visits: 624

Bundle::ePortal Bundle::ePortal is a Perl bundle with all ePortal related modules. SYNOPSIS perl -MCPAN -e install Bundle::ePortal CONTENTS Apache::Request CGI Data::Dumper Date::Calc DBD::mysql DBI Digest::MD5 Error HTML::Mason Image::Size List::Util Mail::Sendmail MIME::Base64 Net::LDAP... Platforms: *nix

License: Freeware Size: 2.05 KB Download (93): Bundle::ePortal Download

Added: September 20, 2010 | Visits: 981

Data::CGIForm Data::CGIForm is a Perl module with form data interface. Data::CGIForm is yet another way to parse and handle CGI form data. The main motivation behind this module was a simple specification based validator that could handle multiple values. You probably dont want to use this module.... Platforms: *nix

License: Freeware Size: 12.29 KB Download (95): Data::CGIForm Download

Added: May 09, 2010 | Visits: 1.371

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: July 02, 2010 | Visits: 1.060

Apache::ImageMagick Apache::ImageMagick is a Perl module that can convert and manipulate images on the fly. SYNOPSIS In httpd.conf or .htaccess < Location /images > PerlFixupHandler Apache::ImageMagick PerlSetVar AIMCacheDir /var/aimcache < /Location > Then request... Platforms: *nix

License: Freeware Size: 256 KB Download (108): Apache::ImageMagick Download

Added: January 01, 2010 | Visits: 1.141

Apache Hello World Benchmarks Apache Hello World Benchmarks is a benchmarking tool that seeks to give a sense of Web application execution speed on various software platforms running under the Apache Web server. Benchmarks can vary greatly from system to system, so this tool allows one to get numbers on ones own platform.... Platforms: *nix

License: Freeware Size: 37.89 KB Download (100): Apache Hello World Benchmarks Download

Added: January 24, 2010 | Visits: 896

mod_auth_remedy mod_auth_remedy is an Apache module for HTTP Basic authentication/authorization in the Remedy Action Request System (ARS). Users of the Remedy Action Request System are organized in groups as in UNIX. Each user may belong to several groups. Users log into server using passwords. ARS stores... Platforms: *nix

License: Freeware Size: 13.31 KB Download (89): mod_auth_remedy Download

Added: October 09, 2010 | Visits: 705

Apache::CustomKeywords Apache::CustomKeywords is a customizable toolbar for MSIE. SYNOPSIS # 1. As an Apache proxy Listen 8888 < VirtualHost *:8888 > PerlTransHandler +Apache::CustomKeywords CustomKeyword cpan http://search.cpan.org/search?mode=module&query=%s CustomKeyword perldoc... Platforms: *nix

License: Freeware Size: 3.07 KB Download (86): Apache::CustomKeywords Download

Added: October 09, 2010 | Visits: 739

Apache::Dynagzip Apache::Dynagzip is a mod_perl extension for Apache-1.3.X to compress the response with gzip format. This Apache handler provides dynamic content compression of the response data stream for HTTP/1.0 and HTTP/1.1 requests. Standard gzip compression is optionally combined with an extra light... Platforms: *nix

License: Freeware Size: 24.58 KB Download (93): Apache::Dynagzip Download

Added: April 18, 2010 | Visits: 905

mod_vhost_alias mod_vhost_alias is an Apache module that creates dynamically configured virtual hosts, by allowing the IP address and/or the Host: header of the HTTP request to be used as part of the pathname to determine what files to serve. This allows for easy use of a huge number of virtual hosts with... Platforms: *nix

License: Freeware Download (98): mod_vhost_alias Download

1 2 3 4 5 >