Re: install fcgi in Centos
"Nikolay Ananiev" <[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel,gmane.spam.detected |
|---|---|
| Message-ID | <[email protected]> |
The fastcgi manager communicates with the child processes through a unix socket (which is a special file). The error is that fastcgi tries to create the socket in a directory that doesn't exist. I don't remember which is the default directory but you can change it with a directive in the apache config. Check the mod_fastcgi docs for the socket directive, then set the directory in the config and create it if it doesn't exist. Also make sure that the directory is writable by the server. "Alfredo Gama Zapata" <[email protected]> wrote in message news:4672b9d9.2786460a.60e9.ffff956a-ATjtLOhZ0NU5BD8Dk0P+gw@public.gmane.org Hello, I wanna install the fcgi in my centos server but im getting this error when I load the apache: Mod_fcgi: can't create unix socket dir Thanks, Alfredo ------------------------------------------------------------------------------ ___________________________________ fastcgi-developers mailing list http://fastcgi.com/fastcgi-developers/ ___________________________________ fastcgi-developers mailing list http://fastcgi.com/fastcgi-developers/