Re: Problem with apache2 config file

2006-04-19 Thread Tom Schindl
I'd suggest moving the whole module loading into something like conf/startupl.pl: --8-- #use DBI; #use DBD::mysql; #use CGI ':cgi-lib'; #use CGI::Cookie; use strict; use IO::Socket; use Socket; use Digest::MD5 qw(md5_hex); use GDBM_File; use Fcntl; use

Re: SVN::Client problem under mp2

2006-04-19 Thread Enno
found the cause of the problem, apache 2.0.49 + mp 2.0.2 doesnt properly change userid after start, eventhough effective userid is set properly, the users homedir is still set to /root (under modperl) svn::client tries to read a (useless) config file from ~/.subversion/ if it cant find it