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

Apache Wicket Components freeware
Filter: All | Freeware | Demo
 

Apache Wicket Components

< 1 2 3 4 5 > 
Added: August 10, 2010 | Visits: 568

Apache::CryptHash Apache::CryptHash is a Perl module with encrypted tokens for cookies. Creates an encrypted cookie-like string with a MAC (checksum) from a hash of critical and non-critical values. The MAC is created on only the critical values. Decryption will fail if the string has been altered and the MAC...



Platforms: *nix

License: Freeware Size: 13.31 KB Download (90): Apache::CryptHash Download

Added: July 14, 2010 | Visits: 966

Apache::PAR::tutorial Apache::PAR::tutorial is a Perl module with information on getting Apache::PAR up and running. Apache::PAR is a framework for including Perl ARchive files in a mod_perl (1.x or 2.x) environment. It allows an author to package up a web application, including configuration, static files, Perl...





Platforms: *nix

License: Freeware Size: 25.6 KB Download (94): Apache::PAR::tutorial Download

Added: February 04, 2010 | Visits: 1.070

Apache::Cache Apache::Cache is a cache data accessible between Apache childrens. SYNOPSIS use Apache::Cache qw(:status); my $cache = new Apache::Cache(default_expires_in=>"5 minutes"); # if the if the next line is called within 10 minutes, then this # will return the cache value overwise, this will...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): Apache::Cache Download

Added: February 16, 2010 | Visits: 751

Apache::AppSamurai Apache::AppSamurai Perl module protects vulnerable or sensitive web applications. The target use is in reverse proxy configurations, with a Apache mod_perl proxy inside a DMZ and a backend web server in another DMZ or an internal network..


Platforms: *nix

License: Freeware Size: 133.12 KB Download (89): Apache::AppSamurai Download

Added: May 15, 2010 | Visits: 1.089

Apache::NavBarDD Apache::NavBarDD is a dynamic double-decker (two level) Navigation Bar. SYNOPSIS use Apache::NavBarDD; $Apache::NavBarDD::myBar = Apache::NavBarDD->new; The NavBarDD package provides a dynamic navigation bar along the lines of the NavBar module described in Lincoln Steins and Doug...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (86): Apache::NavBarDD Download

Added: June 25, 2010 | Visits: 960

Apache::ProxyConf Apache::ProxyConf is a Perl module that can generate proxy configuration for browsers. SYNOPSIS # In httpd.conf: < Location / > SetHandler perl-script PerlHandler Apache::ProxyConf PerlSetVar ProxyConfConfig "/some/location/proxyconf.ini" < /Location > The Apache::ProxyConf is used to...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (94): Apache::ProxyConf Download

Added: January 18, 2010 | Visits: 612

Apache::TimedRedirect Apache::TimedRedirect is an Apache (mod_perl) TransHandler. SYNOPSIS use Apache::TimedRedirect; requires TimePeriod be installed (go to nearest CPAN) requires Apache have mod_perl installed. httpd.conf entry... **** NOTE *** CANNOT be inside < LOCATION >< /LOCATION > tags...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (88): Apache::TimedRedirect Download

Added: October 01, 2010 | Visits: 1.935

Apache File Manager The Apache::FileManager module is a simple HTML file manager. It provides file manipulations such as cut, copy, paste, delete, rename, extract archive, create directory, create file, edit file, and upload files. It also has the ability to rsync the server htdocs tree to another server with the...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (154): Apache File Manager Download

Added: January 20, 2010 | Visits: 919

Apache::Language Apache::Language is a Perl transparent language support for Apache modules and mod_perl scripts. SYNOPSIS In YourModule.pm: sub handler { my $r = shift; use Apache::Language; my $lang = Apache::Language->new($extra_args); #$lang is now a hash ref that will automacigally pick the right...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (87): Apache::Language Download

Added: January 22, 2010 | Visits: 892

Apache Users Apache Users project is an Apache username enumerator, via /~username requests. This script uses a list of common system names like root, admin etc ... You should manually check the issue to establish the http return code, ie: 403 as this is needed for the command line. No native SSL support....


Platforms: *nix

License: Freeware Size: 23.55 KB Download (92): Apache Users Download

Added: October 09, 2010 | Visits: 699

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: July 11, 2010 | Visits: 729

Apache::Audio::DB Apache::Audio::DB is a Perl module that can generate a database of your tunes complete with searchable interface and nifty statistical analyses! SYNOPSIS # httpd.conf or srm.conf AddType audio/mpeg mp3 MP3 # httpd.conf or access.conf < Location /songs > SetHandler perl-script PerlHandler...


Platforms: *nix

License: Freeware Size: 62.46 KB Download (94): Apache::Audio::DB Download

Added: May 08, 2010 | Visits: 1.132

Apache::MP3::Skin Apache::MP3::Skin is a subclass of Apache::MP3::Playlist with the ability to "skin" the output using HTML::Template. SYNOPSIS # httpd.conf or srm.conf AddType audio/mpeg .mp3 .MP3 # httpd.conf or access.conf < Location /songs > SetHandler perl-script PerlHandler Apache::MP3::Skin...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (105): Apache::MP3::Skin Download

Added: October 11, 2010 | Visits: 820

Apache DSSI Apache DSSI is a SSI extention for calling Dynamic function. By using this extentions to mod_include, you can make your own function for SSI (Server Side Includes) and you can call your function with SSI directives. This solution is based on mod_so and mod_include. By using DSSI, you can...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (106): Apache DSSI Download

Added: July 24, 2010 | Visits: 1.203

Apache::App::Gallery::Simple Apache::App::Gallery::Simple is an elegant and fast filesystem-based image galleries. SYNOPSIS < Location /photos > SetHandler perl-script PerlHandler Apache::App::Gallery::Simple; PerlSetVar GalleryRoot /vacation/images PerlSetVar GalleryName "My Vacation Photos" < /Location > <...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (97): Apache::App::Gallery::Simple Download

Added: September 10, 2010 | Visits: 602

Apache::MP3::L10N Apache::MP3::L10N is a base class for Apache::MP3 interface localization. This module is the base class for generating language handles (via Locale::Maketext) which Apache::MP3 (and subclasses) use for presenting their interface. To localize this for your language of choice, see the source...


Platforms: *nix

License: Freeware Size: 327.68 KB Download (88): Apache::MP3::L10N Download

Added: February 13, 2010 | Visits: 1.018

Apache::BioChrome Apache::BioChrome is an Apache handler for Image::BioChrome to colorize gif files based on information provided in the url. SYNOPSIS #httpd.conf PerlTransHandler Apache::BioChrome # anywhere you can configure a location < Location /biochrome > PerlSetVar biochrome_cache /tmp/biochrome...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (92): Apache::BioChrome Download

Added: October 09, 2010 | Visits: 732

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 (87): Apache::Dynagzip Download

Added: March 24, 2010 | Visits: 763

Apache::PageKit Apache::PageKit is a MVCC web framework using mod_perl, XML and HTML::Template. SYNOPSIS In httpd.conf SetHandler perl-script PerlSetVar PKIT_ROOT /path/to/pagekit/files PerlSetVar PKIT_SERVER staging PerlHandler +Apache::PageKit < Perl>...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (89): Apache::PageKit Download

Added: May 27, 2010 | Visits: 1.311

Apache XML Apache XML Projects goals are: - to provide commercial-quality standards-based XML solutions that are developed in an open and cooperative fashion, - to provide feedback to standards bodies (such as IETF and W3C) from an implementation perspective, and - to be a focus for XML-related...


Platforms: *nix

License: Freeware Download (91): Apache XML Download

< 1 2 3 4 5 >