RE: mod_perl not able to run some pl files.

2004-05-31 Thread Bheema Rao Merugu, BSC, Ambattur, Chennai
Hi, I am sorry please find the out put that you are asking for. # find /usr/local/apache/lib -name CGI.pm -ls 372763 228 -rwxrwxrwx 1 root system 230097 May 27 16:50 /usr/local/apache/lib/perl5/5.8.3/CGI.pm Thanks, Bheema. -Original Message- From: Brian Reichert [mailto

Re: [mp2] 1.99_14: socket problem

2004-05-31 Thread Jie Gao
On Sat, 29 May 2004, Jie Gao wrote: > Date: Sat, 29 May 2004 22:38:05 +1000 (EST) > From: Jie Gao <[EMAIL PROTECTED]> > To: Stas Bekman <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: [mp2] 1.99_14: socket problem > > > > > On Fri, 28 May 2004, Stas Bekman wrote: > > > Date: Fri, 28

Re: mod_perl not able to run some pl files.

2004-05-31 Thread Brian Reichert
On Mon, May 31, 2004 at 01:19:22PM +0530, Bheema Rao Merugu, BSC, Ambattur, Chennai wrote: > Hi, > >I have noticed one thing while running the perl files. > >in my httpd.conf the user and group names are >User nobody >Group nobody >if I change Group name as system >

RE: mod_perl not able to run some pl files.

2004-05-31 Thread Bheema Rao Merugu, BSC, Ambattur, Chennai
Hi, I have noticed one thing while running the perl files. in my httpd.conf the user and group names are User nobody Group nobody if I change Group name as system User nobody Group system perl files are running fine without any error its giving the problem when i am runn