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: 2014

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 : > > On Nov 21, 2014, at 08:48 , Bu Xiaobing 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 ad

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$ Order allow,deny Allow from specified_IP_address Sury On 2014-11-21 19:48, Rainer M. Canavan wrote: On Nov 21, 2014, at 08:48 , Bu Xiaobing

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] -> , Message-ID: <546d150072445_583

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] -> , Message-ID: <546d150072445_58373f985f65131437...@jobs10.chi.shopify.com.mail>, mail_id: XIo4jDcagTcH, Hits: 1.801,

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 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 > > Anyone can gi

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" 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 a

[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.