Moving an installation from Apache 1.3 to Apache 2.0..... I am trying to move an existing installation of a PERL code base (of which I am not the original author) to Apache 2.0 to help address some security concerns. For the most part I have found Apache2 equivalents for most of the modules but have the following which I cannot seem to find compatible equivalents for.
use Apache::AuthDBI use Apache::Constants use Apache::Registry and a reference to use Apache; Are there suggestions for replacements that would contain the same functionality. I have not at this point found all specific procedural calls for these. Edward