Example of Hardening Oracle9iAS

In this section I have copied the entire custom httpd.conf file changes I used when writing this book. I have joined together a number of files and have placed important comments where required. This will be useful when comparing your configuration.

# Error pages that will capture Apache errors. ErrorDocument 500 /error.html ErrorDocument 404 /error.html ErrorDocument 401 /error.html ErrorDocument 400 /error.html ErrorDocument 403 /error.html # Page Restriction <LocationMatch "\%"> Order allow,deny Deny from all </LocationMatch> <Files ~ "\%"> Order allow,deny Deny from all </Files> <Location ~"^/_pages"> Order deny,allow Deny from all </Location> <Files ~"^\globals.ja"> Order deny,allow Deny from all </Files> ...

Get Oracle E-Business Suite Security now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.