[users@httpd] INCLUDED protocol (for SSI) in http Request rejected by Weblogic 12

2015-05-08 Thread Deepak Patel
Hello there, We are upgrading weblogic server 12.1.3 and seeing that SSI (server side includes) are getting rejected by weblogic server. ROOT CAUSE: After investigation we found that the root cause of the issue is that Apache is setting the protocol version to "INCLUDED" in the http header requ

Re: [users@httpd] Subdomain vritual host proxy to Tomcat with ajp

2015-05-08 Thread Nathan Quirynen
Apparently my configuration is correct. It was just my browsers cache playing tricks on me. Anyways, happy this is solved! On 08/05/15 09:14, Nathan Quirynen wrote: I have a domain domain.com that points to a server. Now I have a subdomain sub.domain.com that points to another server that has

[users@httpd] Raw socket connection not permitted

2015-05-08 Thread saurabhasamanta
Hello, I am using module mod_gnutls with apache 2.2. Mod_gnutls is using my internal library for crypto operations. This internal library is opening raw socket connection to communicate to computational hardware. I am facing Socket()::Operation not permitted error whenever I am requesting a page

[users@httpd] mod_php to mod_fastcgi (hhvm_proxy_fcgi)

2015-05-08 Thread Roland RoLaNd
i am testing hhvm on my dev server; all works well between apache libapache2-mod-php5 though now that i am using hhvm rewrite rules are failing returning 404 which is expected as the requests URLs should be rewritten to their proper destination before going to fcgi://127.0.0.1:9000/var/www/htm

[users@httpd] Subdomain vritual host proxy to Tomcat with ajp

2015-05-08 Thread Nathan Quirynen
I have a domain domain.com that points to a server. Now I have a subdomain sub.domain.com that points to another server that has Apache running and Tomcat. I want this subdomain to point to a application deployed on the Tomcat instance through ajp. I have configured the following in httpd.conf