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