I am at my wit's end trying to install mod_fastcgi on fedora Core 3. Trying to install it because I am seeing performance problems in my httpd logs when only running Request Tracker.
I followed
these instructions and no matter how I edit the makefile for mod_fastcgi to point to the top directory for apache which is /usr/local/httpd. Getting error like these below:
make
makefile:12: /usr/local/httpd/build/special.mk: No such file or directory
make: *** No rule to make target `/usr/local/httpd/build/special.mk'. Stop.
What am I missing? I have installed http-devel, followed all of the steps carefully? Any ideas on why I'm getting so many segementation faults for a stand alone Request Tracker install running Apache 2 with less than 10 users?