On Mon, 2004-06-28 at 18:54, Grant wrote: > Sorry to be such a newbie, but how can I find out what > user apache2 runs as and make sure that user has the > permissions it needs?
Look in httpd.conf. It will say which user and group it runs as. Then read the Interchange::Link code to find out what it's doing with the socket (read, write, whatever). Change the permissions on the socket to let that user do what it needs to. - Perrin -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html