SSL offloading problem <load-balancer(ssl)>---<Apache-2.0.59(non-ssl)>---<tomcat>

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

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 <apache_home>/modules/mod_certheaders.so into server: <apache_home>/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
---

Can some one please give me pointers on how to accomplish this?

---
(Reference: http://www.dannorris.com/2007/11/01/using-mod_rewrite-to-rewrite-oc4j-served-urls-a-complete-review/)
(Reference: http://www.netscalerkb.com/netscaler_tricks_and_guides/howto_rewrite_html_body_urls_to_avoid_absolute_protocol_references-t218.0.html)

---

Thanks!


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux