Appendix A How to Set Up the Web Server
>
[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
4
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>
Reboot apache.
End of procedure
23 | Copyright 2009 FUJITSU LIMITED |
|