Index: head/www/mod_auth_cas/pkg-descr =================================================================== --- head/www/mod_auth_cas/pkg-descr (revision 263314) +++ head/www/mod_auth_cas/pkg-descr (revision 263315) @@ -1,4 +1,4 @@ mod_auth_cas is an Apache 2.0/2.2 compliant module that supports the CASv1 and CASv2 protocols. -WWW: http://www.ja-sig.org/wiki/display/CASC/mod_auth_cas +WWW: https://wiki.jasig.org/display/CASC/mod_auth_cas Property changes on: head/www/mod_auth_cas/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/www/mod_auth_ldap/pkg-descr =================================================================== --- head/www/mod_auth_ldap/pkg-descr (revision 263314) +++ head/www/mod_auth_ldap/pkg-descr (revision 263315) @@ -1,4 +1,4 @@ This module allows Apache to authenticate a location against an entry, or entries, in an LDAP database. -WWW: http://www.muquit.com/muquit/software/mod_auth_ldap/mod_auth_ldap2.html +WWW: http://muquit.com/muquit/software/mod_auth_ldap/mod_auth_ldap_apache2.html Property changes on: head/www/mod_auth_ldap/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/www/mod_auth_mysql/pkg-descr =================================================================== --- head/www/mod_auth_mysql/pkg-descr (revision 263314) +++ head/www/mod_auth_mysql/pkg-descr (revision 263315) @@ -1,6 +1,6 @@ This add-on module allows the apache web server to use a MySQL database for user and/or group authentication. For large user lists this can offer a significate speed up over apache's standard flat file format. -WWW: http://www.diegonet.com/support/mod_auth_mysql.shtml +WWW: http://modauthmysql.sourceforge.net/ - Jim jim@thehousleys.net Property changes on: head/www/mod_auth_mysql/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/www/mod_auth_pubtkt/pkg-descr =================================================================== --- head/www/mod_auth_pubtkt/pkg-descr (revision 263314) +++ head/www/mod_auth_pubtkt/pkg-descr (revision 263315) @@ -1,9 +1,9 @@ mod_auth_pubtkt is a simple Web single sign-on (SSO) solution for Apache. It validates authentication tickets provided by the client in a cookie using public-key cryptography (DSA or RSA). Thus, only the login server that generates the tickets needs to possess the private key, while Web servers can verify tickets given only the public key. The implementation of the login server is left to the user, but an example and a library in PHP are provided with the distribution. -WWW: http://neon1.net/mod_auth_pubtkt/ +WWW: https://neon1.net/mod_auth_pubtkt/ Property changes on: head/www/mod_auth_pubtkt/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/www/mod_auth_useragent/pkg-descr =================================================================== --- head/www/mod_auth_useragent/pkg-descr (revision 263314) +++ head/www/mod_auth_useragent/pkg-descr (revision 263315) @@ -1,6 +1,4 @@ mod_auth_useragent allows you to forbid clients based on their User-Agent by placing a single line in your Apache httpd.conf. Be aware that this is by no means a security measure as it is trivial to change your User-Agent in most browsers. - -WWW: http://tangent.org/index.pl?lastnode_id=478&node_id=423 Property changes on: head/www/mod_auth_useragent/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/www/mod_cvs/pkg-descr =================================================================== --- head/www/mod_cvs/pkg-descr (revision 263314) +++ head/www/mod_cvs/pkg-descr (revision 263315) @@ -1,13 +1,13 @@ mod_cvs recognizes if the files in your webtree are checked out from a CVS repository. If so, it checks if the file is up-to-date and, if not, updates it. Another neat feature of mod_cvs is the date-checkout feature. You can specify a date in the URI that gets passed to CVS, which checks out an older revision of the requested file and sends it to the user. -WWW: http://www.sub.nu/mod_cvs/ +WWW: http://resare.com/noa/mod_cvs/ - Pete petef@FreeBSD.org Property changes on: head/www/mod_cvs/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/www/mod_evasive/pkg-descr =================================================================== --- head/www/mod_evasive/pkg-descr (revision 263314) +++ head/www/mod_evasive/pkg-descr (revision 263315) @@ -1,30 +1,30 @@ mod_dosevasive is an evasive maneuvers module for Apache to provide evasive action in the event of an HTTP DoS or DDoS attack or brute force attack. It is also designed to be a detection and network management tool, and can be easily configured to talk to ipchains, firewalls, routers, and etcetera. mod_dosevasive presently reports abuses via email and syslog facilities. Detection is performed by creating an internal dynamic hash table of IP Addresses and URIs, and denying any single IP address from any of the following: * Requesting the same page more than a few times per second * Making more than 50 concurrent requests on the same child per second * Making any requests while temporarily blacklisted (on a blocking list) This method has worked well in both single-server script attacks as well as distributed attacks, but just like other evasive tools, is only as useful to the point of bandwidth and processor consumption (e.g. the amount of bandwidth and processor required to receive/process/respond to invalid requests), which is why it's a good idea to integrate this with your firewalls and routers for maximum protection. This module instantiates for each listener individually, and therefore has a built-in cleanup mechanism and scaling capabilities. Because of this per-child design, legitimate requests are never compromised (even from proxies and NAT addresses) but only scripted attacks. Even a user repeatedly clicking on 'reload' should not be affected unless they do it maliciously. mod_dosevasive is fully tweakable through the Apache configuration file, easy to incorporate into your web server, and easy to use. -WWW: http://www.zdziarski.com/projects/mod_evasive/ +WWW: http://www.zdziarski.com/blog/?page_id=442 Property changes on: head/www/mod_evasive/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/www/mod_flickr/pkg-descr =================================================================== --- head/www/mod_flickr/pkg-descr (revision 263314) +++ head/www/mod_flickr/pkg-descr (revision 263315) @@ -1,14 +1,14 @@ mod_flickr is a apache module (for apache 2.0 and above) that makes call to flickr via flickr API's to get a users (configured in httpd.conf) public photo sets, photos in sets and recent photos uploaded in flickr etc... Currently only 4 api calls have been implmeneted (all are GET calls). These API's return data in XML format. The XML can then be parsed by the calling code (e.g. front end Javascript/php) to display thumbnails of the images say in a scrollbar. (Code for front end is not distributed as yet) This module can be used by web developers who want to show their photos/albums uploaded in flickr on their website and/or access to metadata of their photos for their own needs/purposes. -WWW: http://www.vshank.com/code/mod_flickr +WWW: http://github.com/vshankar/mod_flickr Property changes on: head/www/mod_flickr/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/www/mod_index_rss/pkg-descr =================================================================== --- head/www/mod_index_rss/pkg-descr (revision 263314) +++ head/www/mod_index_rss/pkg-descr (revision 263315) @@ -1,5 +1,3 @@ This module provides RSS output for directories. Sites that publish mainly static content to directories (whether images, html...) can use it to have dynamic lists of their content. - -WWW: http://tangent.org/index.pl?lastnode_id=478&node_id=409 Property changes on: head/www/mod_index_rss/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/www/mod_layout/pkg-descr =================================================================== --- head/www/mod_layout/pkg-descr (revision 263314) +++ head/www/mod_layout/pkg-descr (revision 263315) @@ -1,13 +1,13 @@ mod_layout is a utility to wrap served webpages. This means it can add a footer or header to a document. This allows you to create a standard look and feel throughout a website without using SSI. Some example uses are adding standard disclaimers to the bottom of all pages, banner ads to the top of all pages, or even a menu at the beginning of a page. There are many other per-document settings you can modify with mod_layout; see the file 'faq.html' for more information. -WWW: http://tangent.org/index.pl?lastnode_id=478&node_id=362 +WWW: http://www.musc.edu/webserver/mod_layout.html - Pete petef@databits.net Property changes on: head/www/mod_layout/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/www/mod_layout2/pkg-descr =================================================================== --- head/www/mod_layout2/pkg-descr (revision 263314) +++ head/www/mod_layout2/pkg-descr (revision 263315) @@ -1,14 +1,14 @@ mod_layout is a utility to wrap served webpages. This means it can add a footer or header to a document. This allows you to create a standard look and feel throughout a website without using SSI. Some example uses are adding standard disclaimers to the bottom of all pages, banner ads to the top of all pages, or even a menu at the beginning of a page. There are many other per-document settings you can modify with mod_layout; Currently this mod_layout version is still an alpha version. But it can be used in production environment for people who need Apache 2.0.x. THIS VERSION IS ONLY FOR APACHE 2.0.X New mod_layout features won't be backported to mod_layout 3.x designed for apache 1.3.x. -WWW: http://tangent.org/index.pl?lastnode_id=478&node_id=362 +WWW: http://www.musc.edu/webserver/mod_layout.html Property changes on: head/www/mod_layout2/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/www/mod_layout22/pkg-descr =================================================================== --- head/www/mod_layout22/pkg-descr (revision 263314) +++ head/www/mod_layout22/pkg-descr (revision 263315) @@ -1,11 +1,11 @@ mod_layout is a utility to wrap served webpages. This means it can add a footer or header to a document. This allows you to create a standard look and feel throughout a website without using SSI. Some example uses are adding standard disclaimers to the bottom of all pages, banner ads to the top of all pages, or even a menu at the beginning of a page. There are many other per-document settings you can modify with mod_layout. THIS VERSION IS ONLY FOR APACHE 2.2.X -WWW: http://tangent.org/index.pl?lastnode_id=478&node_id=362 +WWW: http://www.musc.edu/webserver/mod_layout.html Property changes on: head/www/mod_layout22/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/www/mod_log_config-st/pkg-descr =================================================================== --- head/www/mod_log_config-st/pkg-descr (revision 263314) +++ head/www/mod_log_config-st/pkg-descr (revision 263315) @@ -1,5 +1,3 @@ mod_log_config-st is a patched version of mod_log_config by Sonke Tesch. It's fully backward-compatible and it adds logic to give other log writers a more detailed view of the data to be logged. - -WWW: http://bitbrook.de/software/mod_log_mysql/ Property changes on: head/www/mod_log_config-st/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/www/mod_log_mysql/pkg-descr =================================================================== --- head/www/mod_log_mysql/pkg-descr (revision 263314) +++ head/www/mod_log_mysql/pkg-descr (revision 263315) @@ -1,18 +1,16 @@ mod_log_mysql is a module for the Apache 2 webserver which permits request logging into a MySQL database. Key features are: * Seamless integration into the standard Apache logging configuration. * Only one configuration line needed to start logging. * Free SQL use. * Multiple databases, database users and/or database servers. * Connection pooling, only one connection per log target per child process. * Logs data as it is: e.g. times as SQL DATETIME and n/a items as SQL NULL. * Won't loose data if the database server is down. Note: this module requires mod_log_config-st - -WWW: http://bitbrook.de/software/mod_log_mysql/ Property changes on: head/www/mod_log_mysql/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/www/mod_log_spread/pkg-descr =================================================================== --- head/www/mod_log_spread/pkg-descr (revision 263314) +++ head/www/mod_log_spread/pkg-descr (revision 263315) @@ -1,14 +1,14 @@ mod_log_spread is a patch to Apache's mod_log_config, which provides an interface for spread to multicast access logs. It utilizes the group communication toolkit Spread, developed at Johns Hopkins University's Center for Networking and Distributed Systems. mod_log_spread was developed to solve the problem of collecting consolidated access logs for large web farms. In particular, the solution needed to be scalable to hundreds of machines, utilize a reliable network transport, allow machines to added or dropped on the fly, and impose minimal performance impact on the webservers. Current version is 1.0.3p3. This makes a fix to a stupid vhost logging bug as well as providing a complete and flexible log-writing solution. -WWW: http://www.lethargy.org/mod_log_spread/ +WWW: http://www.backhand.org/mod_log_spread/ Property changes on: head/www/mod_log_spread/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/www/mod_mp3/pkg-descr =================================================================== --- head/www/mod_mp3/pkg-descr (revision 263314) +++ head/www/mod_mp3/pkg-descr (revision 263315) @@ -1,9 +1,7 @@ This turns apache into your basic RIAA hating, but every college student loving mp3 streaming server. It can play from a list of files, either straight through or randomly. It can also be used to cache mp3's into memory and have the server operate entirely from memory. Enjoy, groove, mp3s not included. -WWW: http://tangent.org/index.pl?lastnode_id=478&node_id=380 - - Anders Nordby Property changes on: head/www/mod_mp3/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/www/mod_vdbh/pkg-descr =================================================================== --- head/www/mod_vdbh/pkg-descr (revision 263314) +++ head/www/mod_vdbh/pkg-descr (revision 263315) @@ -1,6 +1,4 @@ mod_vdbh is an Apache Web Server module allowing mass virtual hosting without the need for file based configuration. The virtual host paths are translated from a MySQL database at request time, thus the configuration can be changed without having to restart Apache Web Server. - -WWW: http://www.synthemesc.com/mod_vdbh/ Property changes on: head/www/mod_vdbh/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/www/mod_vhs/pkg-descr =================================================================== --- head/www/mod_vhs/pkg-descr (revision 263314) +++ head/www/mod_vhs/pkg-descr (revision 263315) @@ -1,5 +1,3 @@ mod_vhs is an Apache Web Server module allowing mass virtual hosting without the need for file based configuration. The virtual host paths are translated using mod_ldap or mod_dbd to get the corrects path at request time. - -WWW: http://www.oav.net/projects/mod_vhs/ Property changes on: head/www/mod_vhs/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property