in reply to Re^2: Apache Perl CGI and VirtualHosts
in thread Apache Perl CGI and VirtualHosts

In that case what you are seeing is the expected behaviour. You could switch to a non-threaded MPM (ie. prefork) and use mod_cgi instead but then of course you would lose all the benefits of the threaded MPM. It is entirely your choice as the web server admin which way you choose to go with that.

Either way, it's not a perl-specific issue.