1 mod_trigger install 2 -------------------------------------- 3 Do you use DSO? If so just type make and 4 as long as apxs is in your path all things 5 should go smoothly. 6 If you are not using DSO you should be :) 7 8 If for some reason you need to compile 9 apache try the following: 10 1. Change the current directory to the directory containing your apache 11 source distribution. 12 13 2. Call the configure script as you normally would and add the switch: 14 --add-module=<path-to-mod_trigger-directory>/mod_trigger.c 15 16 3. Make sure the build environment is clean by issuing the following 17 command: 18 > make clean 19 20 4. Build the new httpd binary with: 21 > make 22 23 5. Install the new httpd binary with: 24 > make install 25 26 6. Restart apache. Make sure you do a: 27 > apachectl stop 28 > apachectl start 29 30 31 See the README file for more on how to configure 32 mod_trigger. 33 34 -Brian <brian@tangent.org>