[users@httpd] 'last' rewrite rule config

2011-04-25 Thread Shantanu Pavgi
Hi, I have following set of rewrite rules in the apache config. {{{ RewriteRule ^robots.txt /var/www/robots.txt [L] RewriteCond /var/www/trac/$1 !-d RewriteRule ^/([[:alnum:]\-]+)(/?.*)/index.html [L] ... ... ... }}} When a request comes for robots.txt file

Re: [users@httpd] 'last' rewrite rule config

2011-04-25 Thread Shantanu Pavgi
On Apr 25, 2011, at 4:25 AM, Björn Zettergren wrote: On 04/25/2011 08:25 AM, Shantanu Pavgi wrote: I have following set of rewrite rules in the apache config. {{{ RewriteRule ^robots.txt /var/www/robots.txt [L] RewriteCond /var/www/trac/$1 !-d RewriteRule

Re: [users@httpd] httpd ldap auth module

2011-01-11 Thread Shantanu Pavgi
I think mod_authnz_ldap is already included in the httpd package on CentOS/RH systems. It is enabled by default and you can check enabled/loaded modules using following command: '/usr/sbin/httpd -M'. -- Shantanu Pavgi. On Jan 11, 2011, at 5:18 PM, Carlos S wrote: Hi, I am using CentOS

[us...@httpd] http-tomcat - AJP ilink receive failed - 500/503 errors

2010-09-17 Thread Shantanu Pavgi
, Shantanu Pavgi.

Re: [us...@httpd] http-tomcat - AJP ilink receive failed - 500/503 errors

2010-09-17 Thread Shantanu Pavgi
problem. mh Sent from my iPhone On 17.9.2010, at 18:18, Shantanu Pavgi pa...@uab.edumailto:pa...@uab.edu wrote: Hi, I have a Apache http server and a Tomcat server configured using AJP connector (mod_proxy_ajp). The http server serves HTML/PHP pages and also proxies Java webapp requests