>>[Mon Oct 10 18:14:21 2005] [error] cgid daemon process died, restarting
>>[Mon Oct 10 18:14:21 2005] [error] (13)Permission denied: Couldn't bind unix 
>>domain socket /var/run/cgisock

ok, let's make sure it opens a socket in our local test directory and not
elsewhere where it might conflict with production.  try this patch

--Geoff
Index: t/cookies.t
===================================================================
--- t/cookies.t	(revision 312711)
+++ t/cookies.t	(working copy)
@@ -8,7 +8,7 @@
 use Apache::TestUtil;
 
 plan tests => 2, need [qw(CGI CGI::Cookie)],
-                      need_cgi, need_lwp;
+                      need_cgi, need_lwp, need_something_else;
 
 Apache::TestRequest::user_agent( cookie_jar => {} );
 
Index: lib/Apache/TestConfig.pm
===================================================================
--- lib/Apache/TestConfig.pm	(revision 312711)
+++ lib/Apache/TestConfig.pm	(working copy)
@@ -2559,6 +2559,10 @@
     TransferLog @t_logs@/access_log
 </IfModule>
 
+<IfModule mod_cgid.c>
+    ScriptSock @t_logs@/cgisock
+</IfModule>
+
 ServerAdmin @ServerAdmin@
 
 #needed for http/1.1 testing

Reply via email to