How can I configure the Oracle HTTP Server to use different language and character set versions of a document?
You can use multiviews, a general name given to the Apache server’s ability to provide language and character-specific document variants in response to a request. See Also: “Multiviews” in the Apache Server documentation. How do I configure the Oracle HTTP Server if I use Oracle9iAS Web Cache in front of it? You can use directives such as ExpiresActive, ExpiresByType, ExpiresDefault, to set the length of time that any cache existing between the client and the Web server will cache the returned Web pages. See Also: “ExpiresActive, ExpiresByType, ExpiresDefault directives” in the Apache Server documentation. When the Oracle HTTP Server is in front of a firewall, how should it send proxy sensitive requests to an Oracle HTTP Server behind a firewall? You should use the Proxy directives, and not the Cache directives, to send proxy sensitive requests across firewalls. How can I use