Procedure – FUJITSU P2U3-0022-04ENZ0 User Manual
Page 23

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/"
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
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/"
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
Alias /ETERNUSmgr/ "/opt/FJSVgrmgr/www/"
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
4
Reboot apache.
End of procedure