Re: [us...@httpd] stopping uri that have a Url in them

2009-07-04 Thread bf...@free-man.net
Though I have solved my problem by disabling proxy, I want thank you for your suggestions. i will look up the mod_security as well. Igor Cicimov sent the following on 7/2/2009 5:28 PM: Or you can use mod_security instead it will protect you from XSS and SQL injection attacks and some other

Re: [us...@httpd] stopping uri that have a Url in them

2009-07-02 Thread Igor Cicimov
RewriteEngine On RewriteCond %{REQUEST_URI} ^http\:\/\/.*\.com$ RewriteRule - [F] On Wed, Jul 1, 2009 at 6:26 AM, bf...@free-man.net bf...@free-man.netwrote: I have a major attach of URL being sent: http://mydomain.com/http://someurl.com so the http:/someurl.com is requested from my apache

Re: [us...@httpd] stopping uri that have a Url in them

2009-07-02 Thread Igor Cicimov
Or you can use mod_security instead it will protect you from XSS and SQL injection attacks and some other nasty stuff :) On Fri, Jul 3, 2009 at 10:23 AM, Igor Cicimov icici...@gmail.com wrote: RewriteEngine On RewriteCond %{REQUEST_URI} ^http\:\/\/.*\.com$ RewriteRule - [F] On Wed, Jul 1,

[us...@httpd] stopping uri that have a Url in them

2009-06-30 Thread bf...@free-man.net
I have a major attach of URL being sent: http://mydomain.com/http://someurl.com so the http:/someurl.com is requested from my apache server. any way I can stop this. - The official User-To-User support forum of the Apache HTTP