[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): VirtualHost *:80 DocumentRoot /docroot ServerName www.example.com Location /server-status SetHandler server-status

[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 this would to insert about

[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

[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