Posts Tagged ‘Windows’


Moved OpenSSL for windows to google code

Due to the bandwidth limitation and the lack of issue tracking system,I have moved OpenSSL for windows to google code: http://code.google.com/p/openssl-for-windows/

if you have any questions/issues,please submit an issue at http://code.google.com/p/openssl-for-windows/issues/list

July 24th, 2009 in Programming | 3 comments


Boost your WordPress performance on Windows IIS 6 with FastCGI and eAccelerator in 5 minutes

First,download and install the FastCgi Extension for IIS 6 from microsoft.The FastCGI protocol enables PHP applications to be hosted on the IIS web server in a high-performance and reliable way.FastCGI re-uses CGI processes for multiple requests, which provides a significant performance boost as compared to CGI.

October 4th, 2008 in wordpress | 5 comments


WordPress 2.5 Error on Windows IIS:Undefined index: PATH_INFO

After upgrading to WordPress version 2.5 on Windows IIS,you may get the following errors:

Notice: Undefined index: PATH_INFO in (path)\wp-settings.php on line 74
Notice: Undefined index: PATH_INFO in (path)\wp-settings.php on line 77 

to solve this problem,open file wp-settings.php,goto line 71 and replace the following code:

April 24th, 2008 in wordpress | 4 comments


Windows Live Space says:"Server is too busy"

What the hell is going on?Too many users or bad design?I would rather believe it’s the first case. because there are ton of amazing articles written by Microsoft about Scalability and Availability,such as “Scalability, Sweet Scalability” or “Improving Both Availability and Scalability“. they can\’t possibly have made an incredibly dumb mistake.

August 31st, 2007 in Windows | 12 comments


Compiler warning C4022 when building OpenSSL 0.9.8e On Windows

I got the following compiler error when building OpenSSL-0.9.8e in Windows environments with Visual studio 2005:

.\apps\enc.c(380) : error C2220: warning treated as error - no ‘object’ file generated
.\apps\enc.c(380) : warning C4022: ‘BIO_ctrl’ : pointer mismatch for actual parameter 4

August 25th, 2007 in Programming, Windows | 3 comments


Download OpenSSL for windows

openssl-for-windows,host on google code,is an clean and lightweight OpenSSL library for windows(both 32bit and x64 version).

all versions are compiled in the assembly language routines with Microsoft Visual Studio 2005 and Microsoft MASM as “Multithreaded(/MT)”,you can using it with any version of MSVC.

October 3rd, 2006 in Programming | 75 comments