in reply to Re: Apache startup file on virtual host
in thread Apache startup file on virtual host

Thanx all for the answers... if some is interested, here is my solution to bootstraping problem (in CGI environment, not tested will this work under mod_perl)
BEGIN { my ($ROOT) = $ENV{DOCUMENT_ROOT} =~ m!(^.+)/!; unshift @INC, "$ROOT/lib"; }