Re: [users@httpd] Access control with source IP addresses

2014-12-02 Thread Bu Xiaobing
Hi MegaBrutal, Thansk for your answer, the version of our installed apache httpd is 2.2.15-39.el6.centos. We already did the access control on the PHP side, and we also want to do this on the apache httpd side to protect our website. Bu Xiaobing On 2014-12-1 21:20, MegaBrutal wrote:

Re: [users@httpd] Access control with source IP addresses

2014-12-01 Thread MegaBrutal
2014-11-21 12:48 GMT+01:00 Rainer M. Canavan rainer.cana...@sevenval.com: On Nov 21, 2014, at 08:48 , Bu Xiaobing buxiaob...@ewellsoft.com wrote: Hi All, I want to do the httpd URL access control through visitors' IP addresses as the following : all source IP address can visit

Re: [users@httpd] Access control with source IP addresses

2014-11-22 Thread Bu Xiaobing
Hi rainer, Can't understand what do you mean. I try to write the acl as the below lines, but it can't work. RewriteCond %{QUERY_STRING} ^manage$ Location /m/index.php Order allow,deny Allow from specified_IP_address /Location Sury On 2014-11-21 19:48, Rainer M. Canavan wrote: On Nov

Re: [users@httpd] Access control with source IP addresses

2014-11-21 Thread Rod James Bio
Isn't this the usual Allow from IPADDR directive? Regards, On Nov 21, 2014 3:53 PM, Bu Xiaobing buxiaob...@ewellsoft.com wrote: Hi All, I want to do the httpd URL access control through visitors' IP addresses as the following : all source IP address can visit ^/action.php?login and only

Re: [users@httpd] Access control with source IP addresses

2014-11-21 Thread Rainer M. Canavan
On Nov 21, 2014, at 08:48 , Bu Xiaobing buxiaob...@ewellsoft.com wrote: Hi All, I want to do the httpd URL access control through visitors' IP addresses as the following : all source IP address can visit ^/action.php?login and only specified IP addresses can visit ^/action.php?manage

Re: [users@httpd] Access control with source IP addresses

2014-11-21 Thread Curtis Maurand
There was also this one, but it might be the same one. Nothing on Zopim. Nov 19 17:09:08 canon amavis[20651]: (20651-10) Passed CLEAN, [204.93.213.119] [204.93.213.119] i...@concreteplusnh.com - dmaur...@davidmaurand.com, Message-ID:

Re: [users@httpd] Access control with source IP addresses [IGNORE]

2014-11-21 Thread Curtis Maurand
Sorry folks. That was wrong delivery. On 11/21/2014 8:24 AM, Curtis Maurand wrote: There was also this one, but it might be the same one. Nothing on Zopim. Nov 19 17:09:08 canon amavis[20651]: (20651-10) Passed CLEAN, [204.93.213.119] [204.93.213.119] i...@concreteplusnh.com -

[users@httpd] Access control with source IP addresses

2014-11-20 Thread Bu Xiaobing
Hi All, I want to do the httpd URL access control through visitors' IP addresses as the following : all source IP address can visit ^/action.php?login and only specified IP addresses can visit ^/action.php?manage Anyone can give me some advises? Thanks.