Hi Folks,

I'm getting cgid errors in t/logs/error_log unless I set 'ScriptSock' in
t/conf/extra.conf.in.

--
[Wed Jun 29 11:10:52 2005] [error] cgid daemon process died, restarting
[Wed Jun 29 11:10:52 2005] [error] (13)Permission denied: Couldn't bind unix 
domain socket /var/run/cgisock
--

I found this issue in a thread from 2003 that appears to have resolved
this.

http://aspn.activestate.com/ASPN/Mail/Message/modperl/1823561

Although Apache::Test is definitely inheriting the cgid conf from the
system files.  Under t/conf:

--
$ perl -MApache::Test -e 'print "$Apache::Test::VERSION\n"'
1.25
$ grep -i cgid *
apache_test_config.pm:  'cgid_module',
apache_test_config.pm:  'modules/mod_cgid.so'
apache_test_config.pm:                                 '<IfModule
!mod_cgid.c>
apache_test_config.pm:    LoadModule cgid_module
"/usr/lib/apache2/modules/mod_cgid.so"
apache_test_config.pm:                                'mod_cgid.c' =>
'/usr/lib/apache2/modules/mod_cgid.so',
httpd.conf:<IfModule !mod_cgid.c>
httpd.conf:    LoadModule cgid_module
"/usr/lib/apache2/modules/mod_cgid.so"
--

Was this just never resolved or was the fix rolledback for some reason?

Cheers,

-J

--

Attachment: pgpY1jda17SGN.pgp
Description: PGP signature

Reply via email to