-
Website
http://www.dannorris.com/ -
Original page
http://www.dannorris.com/2007/11/01/using-mod_rewrite-to-rewrite-oc4j-served-urls-a-complete-review/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
oraclebase
2 comments · 7 points
-
fuadar
1 comment · 1 points
-
TongucY
2 comments · 1 points
-
dougk
4 comments · 1 points
-
Brian Bent
2 comments · 1 points
-
-
Popular Threads
FYI: There is an updated metalink document(Note:468621.1)as of 3/13/2008.https://metalink.oracle.com/metalink/plsql/f?p=130:14:862239773707049499::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,468621.1,1,1,1,helvetica
The document has a link to an interim patch for version 10.1.3.1: Patch 5726819.
I have an exact similar issue, but not on oracle. The architecture is ------.
SSL is terminated on the load balancer and apache HTTP 2.0.59 is running http only and not https. Application (running on tomcat), perhaps due to the
use of absolute URLs when writing HTML, is not letting the content in general to work properly. We have mixed protocol references (https and http) due to the content. So would like to configure in apache's httpd.conf something that spoofs https for the application. Something on the lines of Oracle's mod_certheaders.so.
LoadModule certheaders_module modules/mod_certheaders.so
SimulateHttps on (inside the virtual host)
Have tried mod_certheaders.so but apache fails to start saying: Cannot load /modules/mod_certheaders.so into server:
/modules/mod_certheaders.so: undefined symbol: ap_ctx_set
---
$ file mod_version.so mod_version.so: writable, executable, regular file, no
read permission
$ file mod_certheaders.so mod_certheaders.so: ELF 32-bit LSB shared object,
Intel 80386, version 1 (SYSV), not stripped
---
Any easy way to accomplish this on apache?
---
(Reference:
http://www.dannorris.com/2007/11/01/using-mod_r...
)
(Reference:
http://www.netscalerkb.com/netscaler_tricks_and...
)
---
Thanks,
Subbu
I don´t undestand very well the parameter Port 443 , suppose we have <VirtualHost *:4430> (same as your example) so the Big Ip convert the request to 443 to 4430
I really apreciate you possible help.
Thanks in advance
Francisco Javier Muñoz Fdez
Regards
Question: how was oc4j directives with dynamic mount points dealt with?
An Metalink Doc Id: 739881.1 goes in detail, however I did see it this document.
In version 10.1.3.4, this is an important part in restricting Web Application Access By VirtualHosting.