4. Additional modules4.1. mod_dav4.1.1. What is mod_dav
From the authors point of view: DAV means: »Distributed authoring and Versioning«. It allows you to manage your Website similar to a filesystem. It is meant to replace ftp-uploads to your webserver. DAV is supported by all major web development tools (newer versions) and is going to be a widely accepted standard for webpublishing. 4.1.2. Download the sourceOrigin-Site: http://www.webdav.org/mod_dav/ 4.1.3. Building and installing
4.2. auth_ldap4.2.1. What is auth_ldap
From the authors point of view: If you like to consolidate your login-facilities to a common user/passwd base, LDAP (Lightweight Directory Access Protocol) is the right way. LDAP is an open standard and widely supported. Login-facilities for LDAP: Unix-Logins for Linux, Solaris (others?) FTP-Logins (some ftp-daemons) http Basic Authentication Tarantella Authentication and Role-Management Samba Authentication (2.2.x should support this) LDAP is role based. That means, i.e. you can define a role »manager« assign a user as member and that user can login wherever a manager is allowed to login. 4.2.2. Download the sourceOrigin-Site: http://www.rudedog.org/auth_ldap/ 4.3. mod_auth_mysql4.3.1. What is mod_auth_mysqlIt is a http-Basic Authentication Module. It allows to maintain your user comfortable in a MySQL-Database 4.3.2. Download the sourceOrigin-Site: ftp://ftp.kciLink.com/pub/mod_auth_mysql.c.gz 4.3.3. Building and installing
Add this line in your httpd.conf:
And where the other modules are added:
Take care that the path of MySQL libraries and includes are correct.
4.3.4. Sample configurationExample 1. /usr/local/apache/conf/httpd.conf
4.4. mod_dynvhost4.4.1. What is mod_dynvhostIt is a module that allows to define new Virtual Host "on-the-fly". Just create a new Directory in your vhost-path, thats it. It is not need to restart your Webserver It is a good solution for Mass-Virtual-hosting for ISP's 4.4.2. Download the sourceOrigin-Site: http://funkcity.com/0101/projects/dynvhost/mod_dynvhost.tar.gz 4.4.3. Building and installing
4.4.4. Sample configurationExample 3. /usr/local/apache/conf/httpd.conf
Now create a Directory for each virtualhost in /usr/local/apache/htdocs/vhosts/ i.e. /usr/local/apache/htdocs/vhosts/foo.bar.org You don't need to restart your Webserver 4.5. mod_roaming4.5.1. What is mod_roaming
From the authors point of view: Mod_roaming is indeed valuable. Unfortunately it does not work over proxy-connection. You can keep your Netscape 4.x bookmarks etc. synchronized on different machines. It is not supported by any other browsers, including Mozilla and Netscape 6.x. 4.5.2. Download the sourceOrigin-Site: http://www.klomp.org/mod_roaming/ 4.5.3. Building and installing
Linux HOWTO full list |
||||||||||||||||||||||||||||||||||||||||||||||
|
This document, LDP HOWTO-INDEX, is copyrighted (c) 1995 - 2002 by Tim Bynum, Guylhem Aznar, Joshua Drake and Greg Ferguson. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is available at http://www.gnu.org/copyleft/fdl.html. If you have questions, please contact the LDP.
Web Design Copyright © 1999-2003. Chrisranjana Software Solutions Pvt Ltd. syndicate rss feed |