Web Extensions and Applications Using FastCGI

By Scott Dybiec and Philip Rousselle

Dr. Dobb's Journal June 1997

(a)
AppClass /server-root/auth/authftp-cache.fcg -initial-env FTP_HOST=plato
AddFastCgiAuth auth-keyword /server-root/auth/authftp-cache.fcg
(b)
<Directory /server-root/secret-docs>
AuthType Basic
AuthName realm
AuthFastCgi auth-keyword
<Limit GET>
require valid-user
</Limit>
</Directory>

Example 3: Enabling a FastCGI Authorizer.

Back to Article


Copyright © 1997, Dr. Dobb's Journal