Hi I just installed a new server and started trying to port my old scripts to it when i noticed things have changed and I am a bit unsure of a few things.
1) rpm says that mod_perl 1.99 is installed but the httpd error_log does mention mod_perl on restarts: Apache/2.0.52 (Fedora) configure - resuming normal operations 2) Given the above, and the fact I have Apache::Const, Apache::RequestRec..etc instead of Apache::Request and family installed, am I now using mod_perl 2? 3) configtest used to throw up perl errors but will now happily report syntax ok even when i put some glaring typos in my scripts - is that normal? Or is there something missing in my httpd.conf that I need to add to get the scripts checked at apache restarts. At a guess I would say I am using mod_perl 2 and I need to put something into the httpd to get 1 and 3 to work correctly but I don't know what. Can anyone advice me? Thanx. Dp.