# # parameters for fcgiwrap daemon # # # You can add parameters for more then one instance that run under several accounts. # The first one must always be present and start with index 0. # FCGI_ADDRESS[0]='127.0.0.1' FCGI_PORT[0]='9001' FCGI_USER[0]='apache' FCGI_GROUP[0]='apache' FCGI_SOCKET[0]= FCGI_EXTRA_OPTIONS[0]= # # A second one for a different user # #FCGI_ADDRESS[1]='127.0.0.1' #FCGI_PORT[1]='9002' #FCGI_USER[1]='dspam' #FCGI_GROUP[1]='dspam' #FCGI_EXTRA_OPTIONS[1]='' # # You can also use sockets #FCGI_SOCKET[2]=/var/run/fastcgi-sock #FCGI_USER[2]="nobody" #FCGI_GROUP[2]="nogroup"