Drupal website specialists. Call us about your project on (02) 8006 3402

apache

Posted 13/July/2009 by neubreed

Serving up a web page on my local websrver for developing was super slow. I tried various things from looking into php memory settings and disaabling windows firewall to ressolve the issue.

The culprit was AVAST anti-virus and possibly Windows defender.

I after unisntalling AVAST or disabling the resident scanning all speediness has been restored!

I can't confirm whether Windows defender was contributing, but plan on testing this in the near future.

Posted 20/July/2008 by neubreed

WAMP Server 2.0 comes with openssl so we need to create a self signing SSL certificate first before we touch WAMP

First you need a DOS box and to locate your openssl.exe. Mine is located here:

C:\\wamp\\bin\\apache\\apache2.2.6\\bin\\openssl.exe
 
Jump into that directory
 
cd c:\\wamp\\bin\\apache\\apache2.2.6\\bin

Generate a Private Key and CSR

First you need to generate an RSA Private Key and Certificate Signing Request (CSR)