1) Set WLS Environment C:OracleMiddlewarewlserver_10.3serverbin>setWLSEnv.cmd 2) Go to the lib directory and covert WLS Root Certificate to .pem
Continue readingCategory: Apache
Configure Apache Webserver to authenticate from LDAP Server
1. Connect to the LDAP Server from an LDAP Browser 2. Uncomment these two modules in httpd.conf LoadModule ldap_module modules/mod_ldap.so
Continue readingHow and Why we need to SECURE our Web Server
Introduction: Over the year’s internet and the internet based applications had revolutioned our life. They had created many new global
Continue readingApache Administration FAQ’s
How to disable Case Sensitivity in Apache? Apache is case sensitive. When you application is hosted in case-insensitive webserver(like IIS)
Continue readingWorking with Reverse proxy servers
The term “Proxy Servers” is mostly popular among our middleware techies as: “Server which forwards the request”. But, for simple
Continue readingWorking with Proxy Plug-in Issues
Working with Proxy Plug-in Issues Before we understand how to deal with the proxy plug-in we need to understand what
Continue readingConfiguring SunOne ( iPlanet) Webserver with Weblogic
Step 1). Create a Webserver running on port 8081 using the Admin Console of SunOne. Step 2). Copy over the
Continue readingBASIC Authentication with Apache
Create user.txt with the username and password separated by colon user.txt testuser:testuser Then use the htpasswd to encrypt the password
Continue reading