Projects tagged ‘apache’ and ‘module’


Jump to tag:

Projects tagged ‘apache’ and ‘module’

Filtered by Project Tags apache module

Refine results Project Tags web (9) mysql (8) http (6) c (6) php (6) linux (5) httpd (4) cms (4) templates (4) authentication (4) themes (3) ajax (3)

[40 total ]

98 Users
   

Mod_python is an Apache module that embeds the Python interpreter within the server. With mod_python you can write web-based applications in Python that will run many times faster than traditional CGI ... [More] and will have access to advanced features such as ability to retain database connections and other data between hits and access to Apache internals. [Less]
Created over 3 years ago.

67 Users
   

Phusion Passenger — a.k.a. mod_rails — makes deployment of applications built on the revolutionary Ruby on Rails web framework a breeze. It follows the usual Ruby on Rails conventions, such as ... [More] “Don’t-Repeat-Yourself”. Note that the Ohloh source analysis is incorrect. The statistics for C++ and comment count are wrong because the Boost library is included. It is also not true that there's a single developer, because Passenger is commercially supported by Phusion. [Less]
Created about 1 year ago.

61 Users
   

Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin removes the need to ... [More] manually edit Unix configuration files like /etc/passwd, and lets you manage a system from the console or remotely. Webmin respects comments and configuration file order, is easy to install, includes dozens of translations, and runs on most Operating Systems. [Less]
Created over 3 years ago.

10 Users
 

The WSO2 Identity Server is an open source identity & entitlemment management server having support for Information Cards, OpenID & XACML. 1. Entitlement Engine with XACML 2.0 support. 2. Claim ... [More] based Security Token Service. 3. Information Cards provider supporting Managed Information Cards backed by user name / password and self-issued cards. 4. Information cards support for SAML 1.1/2.0. 5. OpenID Provider. 6. Multi-factor authentication with Information Cards 7. Extension points for SAML assertion handling. 8. XMPP based multi-factor authentication. 9. Improved User Management. 10. Claim Management. 11. User Profiles and Profile Management. 12. XKMS. 13. Separable front-end & back-end - a single front-end server can be used to administer several back-end servers. [Less]
Created over 3 years ago.

3 Users

mod_ruby embeds the Ruby interpreter into the Apache web server, allowing Ruby CGI scripts to be executed natively. These scripts will start up much faster than without mod_ruby. You can also ... [More] extend Apache by mod_ruby. mod_ruby provides Apache API to Ruby. [Less]
Created over 2 years ago.

3 Users

mod_defensible is an Apache 2.x module intended to block spammers using DNSBL servers. It will look at the client IP and check it in one or several DNSBL servers and return a 403 Forbidden page to the client.
Created about 1 year ago.

2 Users
 

XML::Xerces is the Perl API to the Apache project's Xerces XML parser. It is implemented using the Xerces C++ API, and it provides access to most of the C++ API from Perl. Because it is based on ... [More] Xerces-C, XML::Xerces provides a validating XML parser that makes it easy to give your application the ability to read and write XML data. Classes are provided for parsing, generating, manipulating, and validating XML documents. XML::Xerces is faithful to the XML 1.0 recommendation and associated standards (DOM levels 1, 2, and 3, SAX 1 and 2, Namespaces, and W3C XML Schema). The parser provides high performance, modularity, and scalability, and provides full support for Unicode. [Less]
Created about 1 year ago.

1 Users

A Java Utility for generating valid mod_auth_token uris. Example Usage String uri = new ApacheAuthToken("SECRET_KEY", "protected", "some/file.txt").toUriString(); will generate something ... [More] like this: protected/3ad572defe68a65b5982aa412ef2f587/4aaa1542/some/file.txt mod_auth_token mod_auth_token is an Apache Module written by Mikael Johansson at http://www.synd.info. mod_auth_token is a time-based tokenised authentication system for Apache, mainly targetted at securing downloads. [Less]
Created 3 months ago.

1 Users

An open source project originally designed to provide the University of Michigan with a secure single sign-on web authentication system. Cosign is part of the National Science Foundation Middleware Initiative (NMI) EDIT software release.
Created about 1 year ago.

1 Users
 

Mod_auth_kerb is an Apache module designed to provide Kerberos authentication to the Apache web server. Using the Basic Auth mechanism, it retrieves a username/password pair from the browser and ... [More] checks them against a Kerberos server as set up by your particular organization. The module also supports the Negotiate authentication method, which performs full Kerberos authentication based on ticket exchanges, and does not require users to insert their passwords to the browser. In order to use the Negotiate method you need a browser supporting it (currently standard IE6.0 or Mozilla with the negotiateauth extension). [Less]
Created over 3 years ago.