Re: [users@httpd] Implement request white list in Apache

2016-07-08 Thread Joice Joseph
llowed_url_1$ >> RewriteCond %{REQUEST_URI} !^allowed_url_2$ >> ... >> RewriteCond %{REQUEST_URI} !^allowed_url_N$ >> RewriteRule .* - [F,L] >> >> >> -- >> >> With Best Regards, >> Marat Khalili >> >> >> On 08/07/16 1

[users@httpd] Implement request white list in Apache

2016-07-08 Thread Joice Joseph
Hi All, Can someone help me to make the Apache in such a way that It will block all the request filter by default and process only those specified requests to tomcat server. -- ​​ ​Cheers​ *Joice Joseph*

[users@httpd] Enable Multiple caching in same vhost file

2015-12-14 Thread Joice Joseph
​Hi ​Is it possible to enable apache disk cache for multiple "CacheEnable disk" with different "CacheMaxExpire" properties ?? Regards Joice Joseph​