Re: [users@httpd] Urgent !!! - Rewrite issue

2012-03-18 Thread SpliFF
rna Puram wrote: > Hello Spliff, > > Well actually to explain the complete scenario, > > RewriteEngine On > RewriteCond %{HTTPS} off > RewriteRule (.*) https://%{REQUEST_URI} > > The above rewirte is set to redirect all the http requests to https request. > >

Re: [users@httpd] Urgent !!! - Rewrite issue

2012-03-17 Thread SpliFF
On 18/03/12 15:02, aparna Puram wrote: > Hello Daniel/Mathijs, > > There is only one virtual host. > > server name is :selecvcp1.sw.ericsson.se > Dns name for that server is : select.ericsson.se > > both will redirect to the same apache

[users@httpd] CGI HTTPS variable not being set using AJP+Jetty

2012-03-13 Thread SpliFF
I recently switched from using a Caucho Resin backend (mod_caucho) to Jetty 7.2.2 via AJP for running Railo webapps under Apache 2.2.19/Centos 5 An issue that has come up since the switch is that HTTPS sites no longer set the CGI scope variable 'https' to 'on' - it's just an empty string. I'm no

Re: [users@httpd] AJP proxy timeout problem

2011-10-29 Thread SpliFF
etc/apache2/mime.types" -D SERVER_CONFIG_FILE="/etc/apache2/httpd.conf" On 28/10/11 19:16, Rainer Jung wrote: > Which version of httpd? > > On 28.10.2011 08:49, SpliFF wrote: >> I've having an issue where a long-running backend script behind AJP is >> cau

[users@httpd] AJP proxy timeout problem

2011-10-27 Thread SpliFF
I've having an issue where a long-running backend script behind AJP is causing apache to error with "Service Temporarily Unavailable" after exactly 5 minutes. I tried to solve this by moving from mod_rewrite to mod_proxy, with the following configuration: # Search Engine Safe URL rewrite

[users@httpd] Apache + Railo prefork workers stuck after OPTIONS request on ::1

2011-08-25 Thread SpliFF
I'm seeing an issue where Apache (2.2.19, mpm-prefork, default settings for prefork, Centos 4) slows down and eventually becomes non-responsive. I'm not seeing any obvious errors but I am seeing a weird symptom. At this point I don't know if Apache or Railo is causing it or whether it's a side-ef

[users@httpd] Need help with tricky mod_cache configuration

2011-05-01 Thread SpliFF
I'm trying to configure mod_cache in Apache 2.2.17 to act as a transparent cache for an application server but I have some special requirements whose overall purpose is to cache "public" access but bypass the cache when users are logged in. I'm setting a cookie "NOCACHE=on" when the user logs in