On Thu, 2005-02-10 at 22:42 -0800, Vicki Brown wrote: > Everything has been running just fine until today when we accidentally > powered down the server (the hardware as well as the web server). > > Now all we get in the httpd error log is > Apache.pm failed to load!
Ouch. Someone must have changed things on your system without testing the web server. Maybe it was a new install of perl. It looks like some of the required libraries got moved or removed. > I don't even know where to look for what's going wrong. ;-( Do you have a backup of your application code? I'd suggest building a fresh apache/perl/mod_perl, verifying that it works, and then putting your code in place. There are plenty of docs on perl.apache.org to help you with the install. - Perrin