jbdunsmo@utmb.edu on July 7, 2004 wrote: > i'm trying to switch from fastcgi to scgi, but scgi is giving me > problems. i have the following in my apache2.conf: > > LoadModule mod_scgi extramodules/mod_scgi.so >> SCGIServer localhost:3001 > SCGIHandler On > I'm not sure that this is it, but you might want to trySCGIServer 127.0.0.1 3001 SCGIHandler On (no name lookup, and a space instead of a colon) - Jesse