|
|
|
http://home.tinc.co.kr/~mrpark/mod_auth_pgsql.c
The examples is at the access.conf, like below...
<Directory /usr/local/apache/html/announce/admin>
AuthName "Announce board admin"
AuthType Basic
Auth_PGhost localhost
Auth_PGport 5432
Auth_PGdatabase auth
Auth_PGpwd_table authentication
Auth_PGgrp_table authgroup
Auth_PGuid_field user
Auth_PGpwd_field pass
Auth_PGgid_field name
Auth_PG_encrypted off
<Limit GET>
order deny,allow
allow from all
require group "admin"
require valid-user
</Limit>
</Directory>
|
|
| Using .htaccess files to authenticate with .htpassword files and with MySql
(Works with Apache) Categories : Authentication, MySQL, Apache, Databases, Web Servers | | | include php3 files Categories : Filesystem, PHP, Apache, Web Servers | | | PHP4 MYSQL Authentication Script with cookie. Short & Sweet
Categories : Authentication, Apache, Cookies, PHP, MySQL | | | gd libraries make gmake php3 apache-1.3.0 gd1.3 FreeBSD-2.2
Categories : Installation, PHP, Apache, Web Servers | | | Why do i get a "Save As" dialog box when I type in the url of a php3 file Categories : PHP Configuration, PHP, Apache, Web Servers | | | WebServerSpy checks which kind of Webserver is running, Apache, Netscape, Fasttrack, IIS, HTTP-Header, HTTP 1.0, GET, spy, WWW Categories : HTTP, Network, Apache, PHP, Web Servers | | | Installing Oracle support to PHP running in Apache Categories : PHP Configuration, Apache, Oracle, Databases, Web Servers | | | phpCMS a content-management-system written in php. Categories : Content Management, Apache, Complete Programs, Web Servers, PHP | | | Caldera Openlinux 1.2 Standard Categories : Web Servers, MySQL, PHP, Apache, Databases | | | AUTH (.htaccess style) - a login system that uses PostgreSQL. Categories : PHP, Authentication, Databases, PostgreSQL | | | Using Postgres and PHP3 Authentication from a Web application Categories : PostgreSQL, HTML and PHP, Authentication, PHP | | | Easy windows installation kit for win 9* PHP4 MySQL Apache phpMyAdmin Categories : Installation, PHP, MySQL, Apache, Web Servers | | | Logging 404 errors in your custom statistics using Apache and a PHP script. Categories : Apache, Web Servers, PHP, Errors and Logging | | | Implementing a Web-Enabled PostgreSQL data base:
Categories : PostgreSQL, Authentication | | | uaa Categories : Apache, Apache, Browsers, Calendar | |
| | | | Ganesan V. wrote :269
http://home.tinc.co.kr/~mrpark/mod_auth_pgsql.c
I can`t open this link.
| |
|
|
|