Advertisement
gen2monk

Untitled

May 22nd, 2015
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. ###DPO###
  2.  
  3. RewriteEngine On
  4. RewriteCond %{HTTPS} off
  5. RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
  6.  
  7.  
  8. <IfModule mod_weblogic.c>
  9. WebLogicHost 10.0.0.68
  10. WebLogicPort 15001
  11. MatchExpression /AEM
  12. MatchExpression /servlet
  13. MatchExpression /* PathPrepend=/DPOWeb
  14. MatchExpression *.xhtml
  15. </IfModule>
  16.  
  17. <location />
  18. Order Deny,Allow
  19. Deny from all
  20. Allow from 10.50.0.0/24
  21. Allow from 10.60.0.0/24
  22. Allow from 10.0.0.0/24
  23. Allow from 10.1.0.0/24
  24. Allow from 196.35.157.146/28
  25. Allow from 172.80.1.0/24
  26. </Location>
  27.  
  28. <Directory /var/www/html/error-pages>
  29. Order deny,allow
  30. Allow from all
  31. </Directory>
  32.  
  33. ErrorDocument 403 /var/www/html/error-pages/403.html
  34. ErrorDocument 404 /var/www/html/error-pages/404.html
  35.  
  36. <Location /DPOWeb>
  37. SetHandler weblogic-handler
  38. WLSRequest On
  39.  
  40. </Location>
  41.  
  42. ###DPO###
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement