This step by step guide explains how you can enble SSL on WAMP.
Tag Archives: wamp
install LAMP server on Ubuntu
In this guide I will show you the easiest way, how to install a LAMP server. LAMP stands for Linux, Apache, MySQL, PHP. There are many methods to install LAMP, for example the standart one see this howto for ubuntu: Howto: Install LAMP and phpMyAdmin on Ubuntu
Download Windows Binaries
Download Windows Binaries Here you can find all the files from the entire site. All the files are compiled by me. All of them come from Open Source projects. Feel free to add comments about files you downloaded.
Wamp 403 Forbidden – You don’t have permission to access / on this server.
Look for this part in the httpd.conf file installed in C:\wamp\bin\apache\apache 2.x.xx\conf
Installing SSL using OpenSSL on a WAMP localhost
I’m working on a project that is requiring me to use SSL (to make a https connection) on my local installation of WAMP. After much searching and a couple tries, it appears that I finally got it working. This post should be useful to anyone who is trying to do the same.
How to enable memcache in WAMP
A few things about memcache: Memcache is a daemon, meaning it runs as a separate service on your machine. Just like MySQL runs as a separate service. In fact, to use memcache in PHP you have to connect to it, just like MySQL.