Yes, that should be one of the first ( if not the first ) log message
you see on server startup.
Have you tried running this with a single Apache process ( -X ) to
see if you get different results?
Yes, i tried that, and it didn't make any difference.
When i hit the .cgi pages, with perl in them, they run fine, so perl is
definitely being triggered. Here is the most basic of pages!
___________________________________
#!/opt/lampp/bin/perl
use CGI;
my $cgi = CGI->new();
print $cgi->header();
print "Hello";
print " World";
___________________________________
But nothing in the profiler stuff!!!! I feel SOO CLOSE!!!
H E L P