> waiting 60 seconds for server to start: .Syntax error on line 111 of
> /var/home/thomas/projects/********/t/conf/httpd.conf:
> mod_perl is already running, too late for PerlSwitches

> Line 110 ff reads
> 
> <IfModule mod_perl.c>
>     PerlSwitches -Mlib=/var/home/thomas/projects/********/t
> </IfModule>
> 
> and seems to be automatically generated.

yes, all of httpd.conf if automatically generated.

you need to look for mod_perl directives before that line in httpd.conf and
see which one is launching the interpreter.  you also might want to try an
Apache-Test-related module from CPAN to compare to your setup and see if you
have any similar problems.  here's one of mine that ought to serve as an example

  http://search.cpan.org/dist/Apache-SSLLookup/

HTH

--Geoff

Reply via email to