Technically you should need Windows NT, 2000, or XP to run services. However, Apache2 has "some highly experimental support for similar behavior on Windows 9x" and for most people Service will work on any version of windows.
Notes for Manual/Console users (service users ignore): (a) If you do install only for the Current User, on Port 8080, you will want to open httpd.conf and change Listen 8080 to Listen 80 (otherwise you will need to use http://localhost:8080/ as your address). (b) The "Monitor Apache Servers" is useless in Manual/Console mode. (c) to start Apache2 in console, go to: Apache HTTP Server 2.0.45 > Control Apache Server > Start Apache in Console. Console usually start as a blank black window. (d) To close apache in Console select the "Start Apache in Console" window and then press Ctrl+C (your "Ctrl" button, and the "C" button at same time). |