Category : Xampp

Below are the steps and additional information used to generate self-signed certificate and keys for Apache Web server in XAMPP for Win32 platform. #Step 1: Generate a Private Key[root@localhost bin]#openssl genrsa -des3 -out server.key 1024     Loading ‘screen’ into random state – doneGenerating RSA private key, 1024 bit long modulus…………………………………………………++++++……………………………………++++++e is 65537 (0×10001)Enter pass phrase for server.key: ..

Read more

Introduction to CodeIgniter Basic With CRUD CodeIgniter (CI) is one of popular php framework. If you are already building PHP Application, CodeIgniter will help you to do it better and more easily. With CodeIgniter, you can save time, make your web more robust, your code will be easier to read and maintenance. It is free, ..

Read more