Apache HTTP server on Windows Server 2008 Server Core
Microsoft’s James O’Neill wrote about how:
“Some bright spark tried running Apache on [Windows Server 2008 Server] Core and having no special Windows dependencies it works.”
I couldn’t find any references to this elsewhere on the ‘net so I had to give it a go - it’s actually really easy:
- Install Windows Server 2008 Server Core
- Map a network drive, insert a CD or some other media and copy over the Apache HTTP server installer MSI.
- Issue the command,
msiexec /i apache_2.2.4-win32-x86-no_ssl.msi.Not surprisingly, the installer is unable to create application shortcuts:
Apache HTTP Server 2.2 Installer Information
Warning 1909. Could not create shortcut Apache Online Documentation.lnk. Verify that the destination folder exists and that you can access it.
Apache HTTP Server 2.2 Installer Information
Warning 1909. Could not create shortcut Help, I’m stuck!.lnk. Verify that the destination folder exists and that you can access it.
Presumably, that’s what causes an error dialog with no message and an OK button at the end of the install.
- Open up the firewall with
netsh firewall set portopening TCP 80 "Apache Web Server". - Point a browser at the server’s IP address and the words “It works!” should be displayed.
OK, so Apache running on Windows is no big deal but if this one cross-platform application runs on Server Core with no modifications, think what else this stripped out version of Windows can be used for.
Posted: 22:16 on Monday 16 July 2007 under Windows Server 2008, Apache.
Comments: 2
RSS (for comments on this post only)Share This
Comments
Pingback from 4sysops — Apache on Server Core
Time: Wednesday 25 July 2007, 18:54
[…] Wilson installed Apache on Windows Server 2008 Server Core and it seems to work without problems. All you have to do […]
Pingback from Mega (Brown-Nosing) Microsoft Update on Tech-Ed 2007 & Vista: « NI-Limits Blog
Time: Wednesday 1 August 2007, 7:34
[…] Wilson installed Apache on Windows Server 2008 Server Core and it seems to work without problems. All you have to do […]

Write a comment
Please note the rules for comments and the privacy policy and data protection notice. I'm sorry but, because not everyone sticks to the rules, I've had to implement some spam prevention measures - if you're experiencing difficulties leaving a comment, please let me know.