<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>DanNorris.com - Latest Comments in Using mod_rewrite to rewrite OC4J-served URLs &amp;#8211; a complete review</title><link>http://dannorris.disqus.com/</link><description></description><atom:link href="https://dannorris.disqus.com/using_mod_rewrite_to_rewrite_oc4j_served_urls_a_complete_review/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Tue, 06 Oct 2009 10:59:45 -0000</lastBuildDate><item><title>Re: Using mod_rewrite to rewrite OC4J-served URLs &amp;#8211; a complete review</title><link>http://www.dannorris.com/2007/11/01/using-mod_rewrite-to-rewrite-oc4j-served-urls-a-complete-review/#comment-19129272</link><description>&lt;p&gt;Good information.&lt;br&gt;Question:  how was oc4j directives with dynamic mount points dealt with?&lt;br&gt;An Metalink Doc Id: 739881.1  goes in detail, however I did see it this document.&lt;br&gt;In version 10.1.3.4, this is an important part in restricting  Web Application Access By VirtualHosting.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bill Zeledon</dc:creator><pubDate>Tue, 06 Oct 2009 10:59:45 -0000</pubDate></item><item><title>Re: Using mod_rewrite to rewrite OC4J-served URLs &amp;#8211; a complete review</title><link>http://www.dannorris.com/2007/11/01/using-mod_rewrite-to-rewrite-oc4j-served-urls-a-complete-review/#comment-9378118</link><description>&lt;p&gt;Hello, I am new with the SSL and Load Balancer. I am guessing how the flow works with a Big Ip (this works and ssl end termination). I send a https request (443) to the BigIp via and Internet Explorer.then the BigIp redirects the request to one web node , the node returns the response to the Big Ip, so the door is only the Big Ip.&lt;br&gt; I don´t undestand very well the parameter Port 443 , suppose we have &amp;lt;virtualhost *:4430=""&amp;gt; (same as your example) so the Big Ip convert the request to 443 to 4430&lt;br&gt;   I really apreciate you possible help.&lt;br&gt;   Thanks in advance&lt;/p&gt;&lt;p&gt;  Francisco Javier Muñoz Fdez&lt;br&gt;  Regards&lt;br&gt;  &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">frank</dc:creator><pubDate>Fri, 15 May 2009 20:07:26 -0000</pubDate></item><item><title>Re: Using mod_rewrite to rewrite OC4J-served URLs &amp;#8211; a complete review</title><link>http://www.dannorris.com/2007/11/01/using-mod_rewrite-to-rewrite-oc4j-served-urls-a-complete-review/#comment-4142920</link><description>&lt;p&gt;Thanks,very interesting and useful post&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">female</dc:creator><pubDate>Wed, 03 Dec 2008 04:37:06 -0000</pubDate></item><item><title>Re: Using mod_rewrite to rewrite OC4J-served URLs &amp;#8211; a complete review</title><link>http://www.dannorris.com/2007/11/01/using-mod_rewrite-to-rewrite-oc4j-served-urls-a-complete-review/#comment-2521072</link><description>&lt;p&gt;Great, thanks for the feedback and I'm glad it worked well for you!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dan Norris</dc:creator><pubDate>Mon, 22 Sep 2008 11:55:14 -0000</pubDate></item><item><title>Re: Using mod_rewrite to rewrite OC4J-served URLs &amp;#8211; a complete review</title><link>http://www.dannorris.com/2007/11/01/using-mod_rewrite-to-rewrite-oc4j-served-urls-a-complete-review/#comment-2512138</link><description>&lt;p&gt;Fantastic -- thanks for the insights... I was having a hard time with two web apps running in the same OC4J clobbering each other's JSESSIONIDs.  By setting the line “-Doracle.useSessionIDFromCookie=true” in startup Java options (not OC4J option), the apps will use an existing JSESSION ID if it's set.  Works great!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jiffyjeff</dc:creator><pubDate>Sun, 21 Sep 2008 19:56:59 -0000</pubDate></item><item><title>Re: Using mod_rewrite to rewrite OC4J-served URLs &amp;#8211; a complete review</title><link>http://www.dannorris.com/2007/11/01/using-mod_rewrite-to-rewrite-oc4j-served-urls-a-complete-review/#comment-1921040</link><description>&lt;p&gt;Hi Dan,&lt;/p&gt;&lt;p&gt;I have an exact similar issue, but not on oracle. The architecture is ------.&lt;br&gt;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 &lt;br&gt;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 &lt;a href="http://mod_certheaders.so" rel="nofollow noopener" target="_blank" title="mod_certheaders.so"&gt;mod_certheaders.so&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;LoadModule certheaders_module modules/&lt;a href="http://mod_certheaders.so" rel="nofollow noopener" target="_blank" title="mod_certheaders.so"&gt;mod_certheaders.so&lt;/a&gt; &lt;br&gt;SimulateHttps on (inside the virtual host)&lt;/p&gt;&lt;p&gt;Have tried &lt;a href="http://mod_certheaders.so" rel="nofollow noopener" target="_blank" title="mod_certheaders.so"&gt;mod_certheaders.so&lt;/a&gt; but apache fails to start saying: Cannot load /modules/&lt;a href="http://mod_certheaders.so" rel="nofollow noopener" target="_blank" title="mod_certheaders.so"&gt;mod_certheaders.so&lt;/a&gt; into server: &lt;br&gt;/modules/&lt;a href="http://mod_certheaders.so" rel="nofollow noopener" target="_blank" title="mod_certheaders.so"&gt;mod_certheaders.so&lt;/a&gt;: undefined symbol: ap_ctx_set &lt;br&gt;--- &lt;br&gt;$ file &lt;a href="http://mod_version.so" rel="nofollow noopener" target="_blank" title="mod_version.so"&gt;mod_version.so&lt;/a&gt; &lt;a href="http://mod_version.so" rel="nofollow noopener" target="_blank" title="mod_version.so"&gt;mod_version.so&lt;/a&gt;: writable, executable, regular file, no &lt;br&gt;read permission &lt;br&gt;$ file &lt;a href="http://mod_certheaders.so" rel="nofollow noopener" target="_blank" title="mod_certheaders.so"&gt;mod_certheaders.so&lt;/a&gt; &lt;a href="http://mod_certheaders.so" rel="nofollow noopener" target="_blank" title="mod_certheaders.so"&gt;mod_certheaders.so&lt;/a&gt;: ELF 32-bit LSB shared object, &lt;br&gt;Intel 80386, version 1 (SYSV), not stripped &lt;br&gt;--- &lt;br&gt;Any easy way to accomplish this on apache?&lt;br&gt;--- &lt;br&gt;(Reference: &lt;br&gt;&lt;a href="http://www.dannorris.com/2007/11/01/using-mod_rewrite-to-rewrite-oc4j-served-urls-a-complete-review/" rel="nofollow noopener" target="_blank" title="http://www.dannorris.com/2007/11/01/using-mod_rewrite-to-rewrite-oc4j-served-urls-a-complete-review/"&gt;http://www.dannorris.com/20...&lt;/a&gt; &lt;br&gt;) &lt;br&gt;(Reference: &lt;br&gt;&lt;a href="http://www.netscalerkb.com/netscaler_tricks_and_guides/howto_rewrite_html_body_urls_to_avoid_absolute_protocol_references-t218.0.html" rel="nofollow noopener" target="_blank" title="http://www.netscalerkb.com/netscaler_tricks_and_guides/howto_rewrite_html_body_urls_to_avoid_absolute_protocol_references-t218.0.html"&gt;http://www.netscalerkb.com/...&lt;/a&gt; &lt;br&gt;) &lt;br&gt;--- &lt;br&gt;Thanks,&lt;br&gt;Subbu&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Subbu</dc:creator><pubDate>Wed, 23 Apr 2008 17:59:04 -0000</pubDate></item><item><title>Re: Using mod_rewrite to rewrite OC4J-served URLs &amp;#8211; a complete review</title><link>http://www.dannorris.com/2007/11/01/using-mod_rewrite-to-rewrite-oc4j-served-urls-a-complete-review/#comment-1921039</link><description>&lt;p&gt;@Dilshod  Thanks for the tip! I'll have to let the admins that originally hit this issue know that there's a patch available now (though the workaround worked well for them).&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dan</dc:creator><pubDate>Fri, 28 Mar 2008 10:09:57 -0000</pubDate></item><item><title>Re: Using mod_rewrite to rewrite OC4J-served URLs &amp;#8211; a complete review</title><link>http://www.dannorris.com/2007/11/01/using-mod_rewrite-to-rewrite-oc4j-served-urls-a-complete-review/#comment-1921038</link><description>&lt;p&gt;Thanks! It helped very much!&lt;/p&gt;&lt;p&gt;FYI: There is an updated metalink document(Note:468621.1)as of 3/13/2008.https://&lt;a href="http://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" rel="nofollow noopener" target="_blank" title="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"&gt;metalink.oracle.com/metalin...&lt;/a&gt;&lt;/p&gt;&lt;p&gt;The document has a link to an interim patch for version 10.1.3.1: Patch 5726819.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dilshod</dc:creator><pubDate>Thu, 27 Mar 2008 01:33:03 -0000</pubDate></item><item><title>Re: Using mod_rewrite to rewrite OC4J-served URLs &amp;#8211; a complete review</title><link>http://www.dannorris.com/2007/11/01/using-mod_rewrite-to-rewrite-oc4j-served-urls-a-complete-review/#comment-1921037</link><description>&lt;p&gt;Thanks for posting this, I found it quite helpful.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ron</dc:creator><pubDate>Tue, 06 Nov 2007 17:34:11 -0000</pubDate></item></channel></rss>