 |
|
|
 |
| Novell Portal Services Overview and Gadget Development |
 |
| April 2003 |
 |
| DeveloperNet University Course |
 |
 |
| Reader Rating |
 |
|
 |
from ratings |
 |
|
 |
|
|
Installing the Apache HTTP Server
Obtain version 1.3.x or higher from http://www.apache.org. Install following the included, self-prompting instructions. If the option to install Apache as a NT service is presented, then accept. This will make your life easier down the road! During the install make sure you enter a resolvable address when asked for a Server Name. For example: 127.0.0.1.
To verify that your installation of Apache is good, start up Apache by doing one of the following:
- Start from the Windows Start -> programs menu
- Start from Windows services (best option)
- Browse to http://127.0.0.1 or http://localhost/
- Shut down Apace
|