Setting up the server for attached documents for multiple computers and multiple Hypertext Transfer Protocol servers

The multiple computer dedicated HTTP server scenario relies on HTTP servers that are independent of the system. You can use the HTTP server application that you prefer.

Procedure

  1. Perform only one of the following tasks, depending on your operating system:
    Option Description
    Windows In Apache, edit the httpd.conf file to use d:\doclinks as its default home page documents directory.
    Windows In Microsoft Internet Information Services, create a virtual folder named doclinks and point it to the d:\doclinks directory on the same computer. You can also point the Microsoft Internet Information Services default home page directory to d:\doclinks.
    UNIX In Apache, edit the httpd.conf file to use /home/doclinks as its default home page documents directory.
  2. Once you edit the httpd.conf file, restart the HTTP server.


Feedback