John Oliver wrote:
Is it possible for Apache to authenticate users against a database kept
by Drupal / PHP / MySQL?

I'm using proxy_ajp to handle requests for some applications hosted by
Tomcat.  The problem with that is, anyone can access them.  We'd like to
have any requests for https://server.host.name/application1 for example,
to be authenticated against this database.

I don't know about any module directly "out of the box" in Apache's module collection itself. But it is certainly possible using an Apache/ mod_perl authentication module.
Look here for a first overview :
http://cpan.uwinnipeg.ca/search?query=apache+auth&mode=dist
You may want to have a closer look at, for instance, Apache2::AuthCookieDBI.
Here :
http://cpan.uwinnipeg.ca/htdocs/Apache2-AuthCookieDBI/Apache2/AuthCookieDBI.html


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to