I'm trying to build a CVS environment for a team working
with mod_perl.

I tried:

 - Every developer has a http.conf file and a cvs copy
        of the sources.

Then I try to run httpd daemon as the user. I modified
the conf so the owner of the process if the developer
and changed the directories of pid , log , lock ...
to a directory inside the user space.
$ /usr/local/apache/bin/httpd -f
/home/frankie/src/apache/conf/httpd.conf

My problem is that when It connects to the Apache::Session
complains this way :
 Permission denied at
/usr/lib/perl5/site_perl/5.005/Apache/Session/SysVSemaphoreLocker.pm
line 63.

This connection takes place from the HTML::Mason handler.pl
here:
    tie %session, 'Apache::Session::DBI', $cookie,
            {DataSource => 'dbi:mysql:sessions',
            UserName   => 'apache',
            Password   => ''
    };


What am I missing ?


-- 
 ^-^,-----.             mailto:[EMAIL PROTECTED]
 o o       )            http://www.etsetb.upc.es/~frankie
  Y (_ (___(ssss

Reply via email to