Re: Implement request white list in Apache

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Thanks Rich Bowen and Marat Khalili for the quick and usable reply .

On Fri, Jul 8, 2016 at 2:53 PM, Rich Bowen <rbowen@xxxxxxxxxxx> wrote:

Well, yes, you could do it with mod_rewrite. You could also presumably use a proxypassmatch as part of your tomcat setup if the whitelist is simple enough to express it as one regex. I expect, though, that mod_security will give you the biggest ! for your $ in a nontrivial scenario.

On Jul 8, 2016 08:28, "Marat Khalili" <mkh@xxxxxx> wrote:
You can do this with mod_rewrite:
    RewriteCond %{REQUEST_URI} !^allowed_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 13:53, Joice Joseph wrote:
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





--
Regards,
Joice Joseph
Linux System Administrator

Mindcurv TSPL
TransAsia Corporate Park,
VI Floor, XIV/396-C,
Seaport Airport Road,
Kakkanad, Cochin - 682037
 
 


 
M: +91 8113988866
www.mindcurv.com

Mindcurv - Award winning partner, 2013 Oracle Commerce Innovation for www.vers247.nl
CONFIDENTIALITY NOTICE: This e-mail and any attachments hereto are intended only for use by the addressee(s) named herein and may contain

legally privileged and/or confidential information. If you are not the intended recipient of this e-mail, you are hereby notified that any
dissemination, distribution or copying of this e-mail, and any attachments thereto, is strictly prohibited. If you have received this
e-mail in error, please notify the sender by replying to this message and permanently delete the original and any copy of this e-mail and
any printout thereof.

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux