in reply to Re: Apache startup file on virtual hostin thread Apache startup file on virtual host
BEGIN { my ($ROOT) = $ENV{DOCUMENT_ROOT} =~ m!(^.+)/!; unshift @INC, "$ROOT/lib"; } [download]