Posts Tagged ‘Windows Server 2008’

Hyper-V RTM Today!

Thursday, June 26, 2008 15:44 No Comments

Today, on my birthday, Microsoft has release Hyper-V to RTM! This time, they have released something before the planned date. (It was initially said that Hyper-V would be released within 180 days after RTM of Windows Server 2008. Well it is within that timeframe, but not many expected it this soon!)

This was posted under category: Windows Server 2008 Tags: ,

Installing PHP and FastCGI on Windows Server 2008 Core.

Wednesday, June 18, 2008 9:17 No Comments

First, install the IIS7 Web Server on your Windows Server 2008 Core machine, including the FastCGI and some other (required and optional) components: Start /w pkgmgr /iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;IIS-StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-ApplicationDevelopment;IIS-CGI;IIS-HealthAndDiagnostics;IIS-HttpLogging;IIS-LoggingLibraries;IIS-RequestMonitor;IIS-Security;IIS-RequestFiltering;IIS-HttpCompressionStatic;IIS-WebServerManagementTools;WAS-WindowsActivationService;WAS-ProcessModel Download PHP from the PHP Web Site (http://www.php.net) and extract the files to C:\PHP. Please check if there is a php.ini file in the folder. If not, take [...]

This was posted under category: Web, Windows Server 2008 Tags: , , ,