Procedure – FUJITSU P2U3-0022-04ENZ0 User Manual

Page 23

Advertising
background image

Appendix A How to Set Up the Web Server

>

ETERNUS Disk storage systems ETERNUSmgr Install Guide for Linux

23

Copyright 2009 FUJITSU LIMITED

P2U3-0022-04ENZ0

[Web server setup procedure]

Procedure

1

Open the apache setup file "httpd.conf" in an editor (e.g. vi).

2

Search for the line described as "Alias" in "httpd.conf."
(example of "httpd.conf")

#

# 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/ "/home/httpd/icons/"

<Directory "/home/httpd/icons">

Options Indexes MultiViews

AllowOverride None

Order allow,deny

Allow from all

</Directory>

3

Add the directory of the ETERNUSmgr Top Menu to the apache Alias. (Add underlined
section below.)
(example of "httpd.conf")

#

# 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/ "/home/httpd/icons/"

<Directory "/home/httpd/icons">

Options Indexes MultiViews

AllowOverride None

Order allow,deny

Allow from all

</Directory>

Alias /ETERNUSmgr/ "/opt/FJSVgrmgr/www/"

<Directory "/opt/FJSVgrmgr/www">

Options Indexes MultiViews

AllowOverride None

Order allow,deny

Allow from all

</Directory>

4

Reboot apache.

End of procedure

Advertising