For the access control according to the host name and IP address of a client, use the directives Allow from and Deny from. Allow from directive specifies a host name that permits the access and Deny from directive specifies a host name that prohibits the access.
- Example: Prohibit the requests received through the proxy to refer the directories under <Cosminexus-installation-directory>\httpsd\htdocs\directory.
- Specify the following directives in the httpsd.conf file. When a user accesses <Cosminexus-installation-directory>\httpsd\htdocs\, the Web browser that uses the proxy proxy.xxx.soft.hitachi.co.jp, is denied access with the status code 403 Forbidden:
<Directory "<Cosminexus-installation-directory>/httpsd/htdocs"> Directory definition
Order deny,allow Define priority order of access permission and prohibition
Deny from proxy.xxx.soft.hitachi.co.jp Prohibiting to access
</Directory> |
![[Figure]](figure/zu020500.gif)