First of all, thank you all for mod_scgi and quixote! I went to install mod_scgi on an Apache 2 server and had quite a time of it. I had done this before simply and without issue, but this time the httpd seg faulted every time an SCGI-handled URL was requested. Now, the Apache2 server in question also had mod_fastcgi installed on it. Once I stopped loading mod_fastcgi into the server, mod_scgi started working. So I fiddled with the order in which the modules were loaded, but to no effect. Anytime mod_fastcgi was loaded it broke mod_scgi. However, mod_fastcgi continued to work. Information about the machine: FreeBSD 4.9 Apache 2.0.48 built from source, not ports mod_fastcgi 2.4.2 build from source, not ports scgi 1.2a2 If there is any information I'm not providing that would be helpful, please let me know. Thanks, Greg