Author Topic: Apache Authorization authentication PHP  (Read 312 times)

0 Members and 1 Guest are viewing this topic.

Offline dreuzelTopic starter

  • Irregular
  • Posts: 1
    • View Profile
Apache Authorization authentication PHP
« on: March 17, 2010, 03:41:22 PM »
I'm trying to  authenticate  APACHE   using  PHP - mysql. And see  everyone  tries to do but that.....
Within pages one can authenticate  and play arround  with digest  and  mysql ....   but it is not authenticating for  and Authorizing  for the apache service ......

I googled around and see  I can play  with digest  and  basic  authenticate  PHPpages ....

But I'm looking  to authenticate  A directory   the  Apache  way 



ALIAS /xxxx "x:\mydirextory"
<Directory ...
   REQUIRE    VALID-USER
</directory

And  allow  any-deny    individual  authenticated  user  , or  group    access  to  the apache server

I'Im Not  interested  to  convert the whole of my  apache  to php....

Just  that  APACHE ->hooks to  php    paases the request to My SQL...

THis  for  authentication  AND Authorisation


 I
Precise requirement  a genereal  Digest  authorisation - Authentication  based on an my sql DB