Zrinity is the leader in enterprise-class email marketing
management solutions and content management solutions for marketing professionals and developers worldwide.
Visit apache.org and download the latest copy of Apache httpd web server.
Step 2 - Install
Run the setup file and go through the installation.
Step 3 - Start Web Server
There are two ways to run the web server as a service (windows nt/2000 only) or as a regular program.
If you want the web server to be always running you're going to want to run as a service.
To do this you need to install the Apache service.
Installing Apache as a service
Open up a command prompt (MSDOS) and get to your apache installation directory (typically C:\Program Files\Apache Group\Apache).
Install apache as a service with by typing: apache -i
Now to start the apache service type: net start "Apache"
Running Apache as a program
If you only plan to run apache once and a while, you're better off manually running the program, you can do this by
running apache.exe or going to the start menu and using Apache httpd Server -> Control Apache Server
Step 4 - Test Installation
To test your installation goto http://localhost/ you should see a page that says It Worked.