fastCGI for C++
"Neel Get" <[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel,gmane.spam.detected |
|---|---|
| Message-ID | <op.uhmsaxet7fwaqk@localhost> |
I was trying to do some CGI application with C++ using fast cgi when I installed fastcgi I get the following error. <pre> Syntax error on line 4 of /etc/apache2/mods-enabled/fastcgi.conf: FastCgiIpcDir /var/lib/apache2/fastcgi: access for server (uid 1000, gid 1000) failed: write not allowed </pre> the fastcgi.conf file attached. I need a good tutorial on how to configure/optimize fastcgi for C++ -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ _______________________________________________ FastCGI-developers mailing list FastCGI-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org http://mailman.pins.net/mailman/listinfo.cgi/fastcgi-developers
fastcgi.conf
(application/octet-stream, 155 B)
<IfModule mod_fastcgi.c> AddHandler fastcgi-script .fcgi #FastCgiWrapper /usr/lib/apache2/suexec2 FastCgiIpcDir /var/lib/apache2/fastcgi </IfModule>