Re: [users@httpd] How to Redirect a URL

2014-06-18 Thread Wei-min Lee
By the way, Oracle has some information on ICAP integration with WebLogic - which we have configured with Symantec for scanning user uploaded files into PeopleSoft. http://docs.oracle.com/cd/E38689_01/pt853pbr0/eng/pt/tmcf/task_EnablingVirusScanning-a47fea.html On Wed, Jun 18, 2014 at 11:41 PM,

Re: [users@httpd] How to Redirect a URL

2014-06-18 Thread Wei-min Lee
I think what you're looking for is ICAP integration, but I'm not sure if you can do that solely with Apache. I think you would need to implement a transparent proxy like squid which will pass user requests through the ICAP server before handing the request off to your content servers. http://en.w

[users@httpd] Maxservers

2014-06-18 Thread Jesus Tellez
Hi, I have Apache 2.0.59 and configured start servers=8, but on server-status only 4 are shown, also I incresead maxclients to 200 in order to use more RAM available to Apache, is that correct ? Regards

[users@httpd] How to Redirect a URL

2014-06-18 Thread Lou Henry
Hi, I am fairly new to configuring apache web servers. Currently, I have a vanity url set up in an Apache Load Balancer and that goes to a WebLogic Cluster running a portal website. I would like to redirect this url to an antivirus server first. The antivirus server will do its thing and if it'

[users@httpd] [SOLVED] [users@httpd] - customize .htaccess

2014-06-18 Thread Paolo De Michele
On 17/06/14 20:19, Rich Bowen wrote: > > On 06/16/2014 04:13 PM, Paolo De Michele wrote: >> hi guys, >> >> I would like to customize .htaccess >> my scenario should be: >> >> - domain.com >> - sub.domain.com >> - sub2.domain.com >> >> for istances, my root directory is /var/www/domain/ >> into thi

[users@httpd] RewriteCond if no handler matches

2014-06-18 Thread Falco Schwarz
All, I am trying to setup an httpd server with multiple tomcat backends using mod_jk. Currently, my setup looks kinda like this (only relevant parts): DocumentRoot /docroot ServerName www.example.com JkMount /app1/* backend1 JkMount /app2/* backend2 JkMount ... N