EnglishFrançais
UNIX: Apache setup Imprimer
Vitalware 1.0 Install/Upgrade Notes
Introduction

Apache is a public domain web server. It is the most popular web server in the world. In order to make web services available a web server (httpd) must be installed on the Vitalware server machine. Vitalware supports both internet access (no password required) and intranet access (password protected). It is only necessary to set up Apache if you require Web access to Vitalware, otherwise this step may be skipped.

In the notes below client refers to the name of the client directory for the current installation. The term ~vw is used to refer to the user vw's home directory. This is normally /home/vw. The term confdir is used to refer to the Apache configuration file. The normal value is: 

   

Directory

 

UNIX

 

/usr/local/apache/etc

 

Most Unix versions

 

/usr/local/lib/apache/etc

 

SCO Unix, Skunkware

 

/usr/local/etc/apache

 

FreeBSD

 

/etc/httpd/conf

 

RedHat Linux

Requirements
  • Apache, Version 1.3 or greater.
Installation Notes (Apache)
  1. Log in as root.
  2. Enter cd  confdir (replace confdir with the correct directory path).
  3. Enter vi  srm.conf
  4. Add the following lines:

    Alias /vwclient/ ~vw/client/html/release/ (expand ~vw)
    Alias /vwmmclient/ ~vw/client/multimedia/
    ScriptAlias /cgi-vwclient/ ~vw/client/html/cgi-vw/
    ScriptAlias /cgi-vwsclient/ ~vw/client/html/cgi-vws/


  5. Save the file and close it.
  6. Locate the process id number pid for the httpd process and enter kill -HUP pid, to restart the web server.

URL Setup

There are two URLs used to access KE Vitalware from the Internet and from an Intranet:

Internet http://hostname/cgi-vwclient/vwwebclient.exe?form=vw/start
Intranet http://hostname/cgi-vwsclient/vwwebclient.exe?form=vw/start


To restrict access via an Intranet interface you need to modify the .htaccess file located in ~vw/client/html/cgi-vws. See the Apache documentation for more details.

Mise à jour le Lundi, 15 Mars 2010