in reply to Weird mod_perl Authentication problem

There have been API changes in the apache auth system in the 2.2 series. Have you tried using apache 2.2.2 instead of 2.2.3?
  • Comment on Re: Weird mod_perl Authentication problem

Replies are listed 'Best First'.
Re^2: Weird mod_perl Authentication problem
by imcsk8 (Pilgrim) on Nov 13, 2006 at 23:26 UTC
    I just tried with apache-2.2.2 and it's the same problem


    ignorance, the plague is everywhere
    --guttermouth
      The most likely explanations are that the other working server isn't really compiled with apache 2.2.x, or that it was given different compile flags.
        I have installed it on a linux box with the same compile flags as the working implementation and still does not work.

        I even changed the PerlAuthenHandler to an inexistent module and i get the same behaviour.

        I'm really lost here, what am i doing wrong??


        ignorance, the plague is everywhere
        --guttermouth