210
Spheras Storage Director Installation and User Guide
./apachectl stop
then type
./apachectl start
The Apache HTTP Web Server manual configuration is complete.
A.1.4
Solaris - Manually Configuring an Apache HTTP Web Server
In order for the Spheras Storage Director Client to interact with the Spheras Storage Director Server, an HTTP server
must be installed on a minimum of one server. To configure an Apache HTTP Web Server, follow these steps:
Using a text editor open the following Apache file, the path may vary according to where your Apache software was
installed.
usr\apache\conf\httpd.conf
Locate the section that discusses defining aliases:
#
# Aliases: Add here as many aliases as you need (with no limit). The format is
# Alias fakename realname
#
<IfModule mod_alias.c>
# Important: keep this line here
Alias /SSD/ “/opt/Adaptec/SpherasStorageDirectorServer/” #
# Note that if you include a trailing / on fakename then the server will
# require it to be present in the URL. So “/icons” isn’t aliased in this
# example, only “/icons/”..
#
Alias /icons/ “/var/apache/icons/”
<Directory “/var/apache/icons”>
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Alias /SSD/ "{your path}"
This alias allows your machine to access the Spheras Storage Director Server and launch the Spheras Storage Director
Client. In the example above, replace the text {your path} with the full path where the Spheras Storage Director Server
is installed on your system.
Scroll to find the Server Name variable
#
# ServerName allows you to set a host name which is sent back to clients for
# your server if it’s different than the one the program would get (i.e., use
# “www” instead of the host’s real name).
#
# Note: You cannot just invent host names and hope they work. The name you
# define here must be a valid DNS name for your host. If you don’t understand
Summary of Contents for MAN-00005-UG
Page 11: ...12 Spheras Storage Director Installation and User Guide ...
Page 28: ... 2003 Adaptec Inc 29 Figure 12 Installation Welcome ...
Page 34: ... 2003 Adaptec Inc 35 Figure 19 Client installation complete ...
Page 53: ...54 Spheras Storage Director Installation and User Guide ...
Page 65: ...66 Spheras Storage Director Installation and User Guide ...
Page 192: ... 2003 Adaptec Inc 193 Figure 105 Open Image File Dialog Box ...
Page 199: ...200 Spheras Storage Director Installation and User Guide ...