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

Apache Axis Tutorial software
Filter: All | Freeware | Demo
 

Apache Axis Tutorial

< 1 2 3 4 5 > 
Added: April 24, 2010 | Visits: 1.049

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: April 01, 2010 | Visits: 1.445

Net::DBus::Tutorial::ExportingObjects Net::DBus::Tutorial::ExportingObjects is a Perl module that contains tutorials on providing a DBus service. This document provides a tutorial on providing a DBus service using the Perl Net::DBus application bindings. This examples in this document will be based on the code from the...





Platforms: *nix

License: Freeware Size: 94.21 KB Download (95): Net::DBus::Tutorial::ExportingObjects Download

Added: September 26, 2010 | Visits: 1.389

Template::Tutorial::Datafile Template::Tutorial::Datafile is a Perl module for creating Data Output Files Using the Template Toolkit. This tutorial gives an overview of the Template Toolkit, showing in particular how to use it to read and write data files in various different formats and styles. It was written by Dave...


Platforms: *nix

License: Freeware Size: 778.24 KB Download (100): Template::Tutorial::Datafile Download

Added: September 26, 2010 | Visits: 1.181

yagg::Tutorial yagg::Tutorial is a Perl module that contains a tutorial for yagg. SYNOPSIS # To use the generator ./yagg -m nonterminals.yg terminals.lg ./output/progs/generate 5 This tutorial will show you how to use yagg, by way of two examples. In the first example, we create a simple logical...


Platforms: *nix

License: Freeware Size: 215.04 KB Download (101): yagg::Tutorial Download

Added: March 09, 2010 | Visits: 1.045

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: 965

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: 966

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: June 09, 2010 | Visits: 1.592

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: 818

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

Added: May 26, 2010 | Visits: 1.815

Catalyst::Manual::Tutorial::AdvancedCRUD Catalyst::Manual::Tutorial::AdvancedCRUD is a Catalyst Tutorial - Part 8: Advanced CRUD. Add a Form Creation Helper Method Open lib/MyApp/Controller/Books.pm in your editor and add the following method: =head2 make_book_widget Build an HTML::Widget form for book creation and updates...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (104): Catalyst::Manual::Tutorial::AdvancedCRUD Download

Added: July 02, 2010 | Visits: 1.058

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: October 11, 2010 | Visits: 1.617

XML::Smart::Tutorial XML::Smart::Tutorial is a Perl module with tutorials and examples for XML::Smart. SYNOPSIS This document is a tutorial for XML::Smart and shows some examples of usual things..


Platforms: *nix

License: Freeware Size: 50.18 KB Download (119): XML::Smart::Tutorial Download

Added: October 18, 2010 | Visits: 1.110

Apache::NNTPGateway Apache::NNTPGateway is a NNTP interface (Usenet newsgroups) for mod_perl enabled Apache web server. SYNOPSIS You must be using mod_perl, see http://perl.apache.org/ for details. For the correct work your apache configuration should contain apache directives look like these: In httpd.conf...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (94): Apache::NNTPGateway Download

Added: July 19, 2010 | Visits: 865

Apache::AuthPerLDAP Apache::AuthPerLDAP is a mod_perl PerLDAP Authentication Module. SYNOPSIS < Directory /foo/bar > # Authentication Realm and Type (only Basic supported) AuthName "Foo Bar Authentication" AuthType Basic # Any of the following variables can be set. # Defaults are listed to the right....


Platforms: *nix

License: Freeware Size: 3.07 KB Download (96): Apache::AuthPerLDAP Download

Added: August 21, 2010 | Visits: 1.224

DateTime::Format::Builder::Tutorial DateTime::Format::Builder::Tutorial is a quick class on using Builder. CREATING A CLASS As most people who are writing modules know, you start a package with a package declaration and some indication of module version: package DateTime::Format::ICal; our $VERSION = 0.04; After that, you...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (107): DateTime::Format::Builder::Tutorial Download

Added: October 17, 2010 | Visits: 993

mod_auth_pam 2.0 1.1.1 for Apache mod_auth_pam is an authentication module for the Apache Web-Server. The PAM authentication module implements Basic authentication on top of the Pluggable Authentication Module library. Thereby it supports standard unix passwd, shadow, NIS, SMB auth and radius (-> complete list of modules)...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (101): mod_auth_pam 2.0 1.1.1 for Apache Download

Added: April 21, 2010 | Visits: 1.060

mod_auth_pam 1.1.1 for Apache mod_auth_pam is an authentication module for the Apache Web-Server. The PAM authentication module implements Basic authentication on top of the Pluggable Authentication Module library. Thereby it supports standard unix passwd, shadow, NIS, SMB auth and radius (-> complete list of modules)...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (101): mod_auth_pam 1.1.1 for Apache Download

Added: June 13, 2010 | Visits: 998

AXIS AXIS is a modern-looking user interface for EMC with preview and backplot. It is implemented primarily in Python, with the user interface rendered by Tk and OpenGL. AXIS project is intended to be mostly keystroke-compatible with xemc and mini. AXIS was developed by Jeff Epler and Chris Radek...


Platforms: *nix

License: Freeware Size: 256 KB Download (126): AXIS Download

Added: October 01, 2010 | Visits: 1.154

Apache XML Graphics Commons Apache XML Graphics Commons project is a library that consists of several reusable components used by Apache Batik and Apache FOP. Many of these components can easily be used separately outside the domains of SVG and XSL-FO. You will find components such as a PDF library, an RTF library,...


Platforms: *nix

License: Freeware Download (92): Apache XML Graphics Commons Download

Added: November 13, 2010 | Visits: 1.293

Jifty::Manual::Tutorial Jifty::Manual::Tutorial is a Perl module for Zero to Jifty in a Jiffy. This tutorial should give you everything you need to build your first application with Jifty. HOW TO The requirements Heres what you need to have installed -- at least when we write it. Installing Jifty No bones...


Platforms: *nix

License: Freeware Size: 532.48 KB Download (107): Jifty::Manual::Tutorial Download

< 1 2 3 4 5 >