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: ..
Category : Xampp
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, ..
Error message Access forbidden! New XAMPP security concept: Access to the requested directory is only available from the local network. This setting can be configured in the file “httpd-xampp.conf”. Solution: All you have to do is to edit the httpd-xampp.conf from Require local to Require all granted in the LocationMatch tag. # ..
Recent Comments