Appendix A How to Set Up the Web Server
>
3 Correct the path set in "DocumentRoot" to the directory of the ETERNUSmgr Top Menu. (Change underlined section below.)
(example of "httpd.conf")
#
#DocumentRoot: The directory out of which you will serve your
#documents. By default, all requests are taken from this directory, but
#symbolic links and aliases may be used to point to other locations.
DocumentRoot "/opt/FJSVgrmgr/www"
4 Add the directory option setting (setting to display the directory list).
<Directory "/opt/FJSVgrmgr/www"> DirectoryIndex index.htm Options Indexes MultiViews AllowOverride None
Order allow,deny Allow from all
</Directory>
5 Reboot apache.
End of procedure
■Example 2
Setting up the ETERNUSmgr Top Menu directory as a Web server public directory ("/ ETERNUSmgr") when installing ETERNUSmgr using the default settings.
[Assumptions]
•apache is already installed under the following directory configuration
Root path for apache HTML | : "/home/httpd/html" | |
document | ||
| ||
Full path of apache setup file | : "/etc/httpd/conf/httpd.conf" |
•ETERNUSmgr is installed under the following settings
Directory of top menu | : "/opt/FJSVgrmgr/www" | |
URL for above directory | : "http://(Web server name. domain name)/ | |
ETERNUSmgr" | ||
|
22 | Copyright 2009 FUJITSU LIMITED |
|