* unpack the tgz file * edit Makfile - COMP = /usr/local/apache/bin/apxs - INCS = -I/usr/local/include/mysql - LIBS = -L/usr/local/lib/mysql -lmysqlclient Set COMP to your apxs. Set INCS to your mySQL include directory. Set LIBS to your mySQL library directory. * change to root * Type 'make' to install the module and add some lines to your httpd.conf * Type 'make clean' * Add configuration to your httpd.conf. At least add AllowOveride Limit to a Directory that you can do the configuration stuff in a .htaccess file * restart Apache Compile Module into Apache, Installing under Windows: ===================================================== No experience with this, write me a mail if there are some tricks for issues of this type. These mails will be included here.