mod_cgi_debug install -------------------------------------- Do you use DSO? If so just type make and as long as apxs is in your path all things should go smoothly. If you are not using DSO you should be :) If for some reason you need to compile apache try the following: 1. Change the current directory to the directory containing your apache source distribution. 2. Call the configure script as you normally would and add the switch: --add-module=/mod_cgi_debug.c 3. Make sure the build environment is clean by issuing the following command: > make clean 4. Build the new httpd binary with: > make 5. Install the new httpd binary with: > make install 6. Restart apache. Make sure you do a: > apachectl stop > apachectl start See the README file for more on how to configure mod_cgi_debug. -Brian