Help for this page

Select Code to Download


  1. or download this
     # test if an Apache module is loaded
             if (Apache2::Module::loaded('mod_perl.c')) {
                 warn "mod_perl!";
             }
    
  2. or download this
          /*
             * If this fails some module forgot to call ap_reserve_module_
    +slots*.
             */
            ap_assert(total_modules < conf_vector_length);