MOD_AUTH_COOKIE_MYSQL2 Introduction ============ This module is written for apache 2.0. If you are using apache 1.3 please refer to the following website to get the appropriate module: http://home.digithi.de/digithi/dev/mod_auth_cookie_mysql/ If you are using apache 2.0 it is although a good idea to visit http://home.digithi.de/digithi/dev/mod_auth_cookie_mysql/ where you can get further documentation, configuration samples, tips and help for this module. There are many ways to configure, compile and install this module. In this file the most common way is described, the installation as DSO (Dynamic shared Object). REQUIREMENTS ============ To compile this module you need * gcc, make * apache 2.0 webserver and its development files * mysql database and its development files The following files are needed by the Makefile and should by in your PATH: * apxs * mysql_config Both files are needed to compile the module successfully. If one or both of the files are not in your environment path, either add it to your PATH environment variable export PATH=:/mod_auth_cookie_mysql2.so If it is not present, add it manually. Thats it, after a restart of the apache webserver the module should be loaded automatically. Now its time to look at the configuration samples at the following website: http://home.digithi.de/digithi/dev/mod_auth_cookie_mysql/ There you can hopefully find the documentation of all configuration directives and configuration samples. QUESTIONS ========= If you have further questions, comments etc. Please the website of this module http://home.digithi.de/digithi/dev/mod_auth_cookie_mysql/ where you can find a discussion board, a mailing list etc. or contact me by E-Mail at apache-mod{at}digithi.de .