Ports Search

Results 16,23116,240 of 19,819 for %22HTTP Server%22.(0.01 seconds)
www/App-Nopaste-1.006 (Score: 9.2878623E-4)
Easy access to any pastebin
This module aims to smooth out the differences between pastebins, and provides redundancy: if one site doesn't work, it just tries a different one.
www/App-gist-0.16 (Score: 9.2878623E-4)
GitHub Gist creator
GitHub Gist creator.
www/Ark-0.1.r1 (Score: 9.2878623E-4)
Perl web application framework
Ark is a web application framework. It's heavily inspired by Catalyst Framework. Most different point between Ark and Catalyst is that Ark has CGI specific mode which can run applications less latency under CGI environment.
www/Bigtop-0.38 (Score: 9.2878623E-4)
Web application data language processor
Bigtop is a language for describing the data of a web application. Usually this data will be stored in a relational database. Once you have a description of your data, you can generate a web application from it. This includes all the pieces you need like: the sql statements ready for feeding to your database command line tool, the httpd.conf you need to Include in the httpd.conf on your system, the modules that will handle the web requests, the models that make the database tables look like classes, etc. If you need to alter the data model in the future, you can change your original description to match the new reality, then regenerate the application without fear of losing hand written code (though you may have to modify some of it to reflect the new reality).
www/Browser-Open-0.04 (Score: 9.2878623E-4)
Open a browser in a given URL
The functions optionaly exported by this module allows you to open URLs in the user browser. A set of known commands per OS-name is tested for presence, and the first one found is executed. With an optional parameter, all known commands are checked. The "open_browser" uses the system() function to execute the command. If you want more control, you can get the command with the "open_browser_cmd" or "open_browser_cmd_all" functions and then use whatever method you want to execute it.
www/Business-PayPal-0.11 (Score: 9.2878623E-4)
Perl extension for automating PayPal transactions
Perl extension for automating PayPal transactions
www/CGI-Ajax-0.707 (Score: 9.2878623E-4)
Module for writing AJAX/DHTML-based web apps
CGI::Ajax is an object-oriented module that provides a unique mechanism for using perl code asynchronously from javascript-enhanced web pages. You would commonly use CGI::Ajax in AJAX/DHTML-based web applications. CGI::Ajax unburdens the user from having to write any javascript, except for having to associate an exported method with a document-defined event (such as onClick, onKeyUp, etc). Only in the more advanced implementations of a exported perl method would a user need to write any javascript.
www/Apache-ConfigFile-1.23 (Score: 9.2878623E-4)
Apache::ConfigFile - Parse Apache style httpd.conf configuration files
This module parses the Apache httpd.conf, or any compatible config file, and provides methods for you to access the values from the config file.
www/Apache-Htgroup-1.23 (Score: 9.2878623E-4)
Manage Apache authentication group files
Manage Apache htgroup files. Please note that this is not a mod_perl module. Please also note that there is another module that does similar things (HTTPD::UserManage) and that this is a more simplistic module, not doing all the things that one does.
www/CGI-Application-4.50 (Score: 9.2878623E-4)
Perl module intended to make it easier to create reusable web apps
CGI::Application is a perl module intended to make it easier to create sophisticated, reusable web-based applications. This module implements a methodology which, if followed, will make your web software easier to design, easier to document, easier to write, and easier to solve.