Thursday 21 November 2013

Disabling SSL on apache

http://yourbusiness.azcentral.com/disable-ssl-apache-server-19849.html

Apart from this need to take care application is not using "https" in any of its urls/menus etc.

You can do a full text search of "https" in the entire solution to confirm this.

Tuesday 19 November 2013

Enabling LDAP for PHP on Apache/Windows environment (WAMP)

Here is a very useful and easy url for enabling LDAP for PHP on Apache/Windows environment from ID SAFAIRIS AMAT NOOR
http://wptidbits.com/webs/enable-php-ldap-module-in-xampp/

One change I suggest is have Environment variables configured instead of copying the dlls directly to system folder. Following is the help for this

http://www.php.net/manual/en/faq.installation.php#faq.installation.addtopath

Saturday 16 November 2013

Perfect way to login to MySQL (windows) through command prompt

Use this : mysql -u user_name -p [press_enter_key]
then type password
Example
D:\xampp\mysql\bin\mysql -u root -p  [press_enter_key]
Enter password: *********