TOC Previous Next
Basic Authentication Configuration
Here is a basic authentication Apache configuration via a minor modification to the default ZENDCORE:89 configuration. The Apache directive Location / will force basic authentication for any user attempting to use http port 89 (no change to PASE Apache is required). We recommend you use Apache directive ProxyPreserveHost On for environment variables passed to PASE Apache.
The following PHP program can be used with the above Apache configuration to examine the userid and password passed.
 | Status of this page
Not reviewed, Not edited. |
TOC Previous Next