mod_auth_mysql

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • FiReC
    Confirmed User
    • Jan 2002
    • 2350

    #1

    mod_auth_mysql

    anyone use it on a busy members area? i've heard of some complaints like it hits the db multiple times per page request that really slow down the server, any one experience this?
    www.nubilefilms.com | www.nubiles.net | www.anilos.com | tubescript.nubiles.net | icq4162727
  • retro
    Registered User
    • Dec 2004
    • 62

    #2
    It's going to be slower than .htaccess - but as long as your hardware is appropriate it shouldnt be a problem.
    Send your traffic to RetroDate.Com

    ICQ 194-452-393

    Comment

    • FiReC
      Confirmed User
      • Jan 2002
      • 2350

      #3
      how many lines can you have in a standard flat text file before regular htaccess starts to slow way down, anyone know?
      www.nubilefilms.com | www.nubiles.net | www.anilos.com | tubescript.nubiles.net | icq4162727

      Comment

      • Babaganoosh
        ♥♥♥ Likes Hugs ♥♥♥
        • Nov 2001
        • 15841

        #4
        Originally posted by FiReC
        how many lines can you have in a standard flat text file before regular htaccess starts to slow way down, anyone know?
        I think that would depend on the server but on a moderatly built server I had about 50K entries before logins got unbearably slow. You can also auth through mysql without using mod_auth_mysql which is what I did.
        I like pie.

        Comment

        • FiReC
          Confirmed User
          • Jan 2002
          • 2350

          #5
          i like the idea of throwing an htaccess file into a directory and having it hit the mysql server for authentication, and then only having to change the directives in the htaccess for each site (group). I know it can be done different ways using mysql (ie sessions), but the apache module looked pretty sweet, just want to get some more input on it.
          www.nubilefilms.com | www.nubiles.net | www.anilos.com | tubescript.nubiles.net | icq4162727

          Comment

          • Babaganoosh
            ♥♥♥ Likes Hugs ♥♥♥
            • Nov 2001
            • 15841

            #6
            I tried mod_auth_mysql but members kept complaining that they couldn't log in. I could never duplicate the problem but when I switched to an auto_prepend scheme most of the complaints stopped. Apparently mod_auth_mysql works for some people but not for everyone all the time. I didn't trust it so I gave up on it.
            I like pie.

            Comment

            • s9ann0
              Confirmed User
              • Sep 2001
              • 4873

              #7
              I think there are 2 mod_auth_mysl's

              Comment

              Working...