Yes, that should be one of the first ( if not the first ) log messageyou see on server startup.Have you tried running this with a single Apache process ( -X ) tosee 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
Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.