Hey Diego, 2010/7/19 Diego <[email protected]>: > Hello again, > > I am aware that the configuration options are slightly different when > you use FCGI or FastCGI. Either way... could anyone please guide me on > what needs to be configured (FCGI or FastCGI) in the apache server? I > made some progress during the weekend and at least now I have errors > like these:
It looks like you do have it configured correctly, but the permissions for /var/run/wt are not correct. Note that you need to give this the permissions of the user that runs Apache, which depending on the distribution and the inspiration of the packager could be: apache, httpd, www-data, or even something else ! > [2010-Jul-19 12:15:22.410492] 4342 - [fatal] "Cannot create run > directory '/var/run/wt'" This is a fatal problem; the run directory is needed to create named pipes which are used for the communication between the 'session process manager' and the 'session process'. Regards, koen ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
