Providing password protection for the Admin configuration pages: Apache example
Limit access to the Admin pages of the HCL OpenAdmin Tool (OAT) for Informix® for security reasons. Protecting these pages with a password is important because the Admin pages are accessible from the Login page and, therefore, open to everyone.
One method is to use the built-in authentication provided by the web server. For example, you can protect the installation directory, OATINSTALL/admin/.htaccess.
Example: To protect the OAT directory from within Apache:
For more information and examples, read the article about Apache HTTP server version 2.0 authentication, authorization, and access control on the Apache Software Foundation website: www.apache.org (opens in new window).