durusmail: quixote-users: scgi problems
scgi problems
2004-07-07
2004-07-07
2004-07-09
PTL editor (was Re: [Quixote-users] scgi problems)
2004-07-09
Re: PTL editor (was Re: scgi problems)
2004-07-09
Re: PTL editor (was Re: scgi problems)
2004-07-09
Re: PTL editor (was Re: scgi problems)
2004-07-09
scgi problems
Jesse Pavel
2004-07-07


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 try


    SCGIServer 127.0.0.1 3001
    SCGIHandler On


(no name lookup, and a space instead of a colon)

 - Jesse


reply